Searched refs:memory (Results 126 - 139 of 139) sorted by relevance

123456

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java31 import sun.jvm.hotspot.memory.*;
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dlcms2_plugin.h82 #include <memory.h>
517 void* Data); // A generic pointer to whatever memory needed by the element
H A DLCMS.c28 #include <memory.h>
/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.cpp27 #include "memory/allocation.inline.hpp"
398 // m is a successor memory to other, and is not pinned inside the diamond, so push it out.
754 // create a new phi with narrowed memory type
778 "bottom or raw memory required");
866 assert((_type == Type::MEMORY) == (_adr_type != NULL), "adr_type for memory phis only");
1792 // Split phis through memory merges, so that the memory merges will go away.
1794 // It will be as if the merged memory is the unique value of the phi.
1796 // It would make the parser's memory-merge logic sick.)
1834 // Otherwise the returned node represents memory fo
[all...]
H A Dmacro.cpp306 // Search for a memory operation for the specified memory slice.
356 // or memory edge from Allocate node.
375 assert(mem != orig_mem, "dead memory loop");
501 assert(C->get_alias_index(atype) == Compile::AliasIdxRaw, "store is correct memory slice");
509 atype->instance_id() == instance_id, "store is correct memory slice");
625 Node* sfptMem = sfpt->memory();
628 NOT_PRODUCT(fail_eliminate = "NULL or TOP memory";)
720 Node* mem = sfpt->memory();
901 assert(init->outcnt() <= 2, "only a control and memory projectio
[all...]
H A Dmemnode.cpp28 #include "memory/allocation.inline.hpp"
118 // skip over a call which does not affect this memory slice
131 // which contains this memory slice, otherwise skip over it.
162 assert(mphi->bottom_type() == Type::MEMORY, "memory phi required");
172 assert(phase->C->get_alias_index(t) == phase->C->get_alias_index(t_adr), "correct memory chain");
224 // Otherwise the returned node represents memory for every slice
232 // Look for degenerate control and memory inputs. Bypass MergeMem inputs.
258 // Delay this memory node transformation until the control is processed.
263 // Ignore if memory is dead, or self-loop
269 // This memory slic
3030 Node* InitializeNode::memory(uint alias_idx) { function in class:InitializeNode
[all...]
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A DREADME176 server to save on the client side memory requirements)
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DReferenceTypeImpl.java31 import sun.jvm.hotspot.memory.SystemDictionary;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DInstanceKlass.java30 import sun.jvm.hotspot.memory.*;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DBugSpot.java39 import sun.jvm.hotspot.memory.*;
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_DnDDT.cpp29 #include <memory.h>
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DCommandProcessor.java41 import sun.jvm.hotspot.memory.*;
H A DHSDB.java41 import sun.jvm.hotspot.memory.*;
765 // Need to have mutable vframe as well as visible memory panel
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/
H A DHTMLGenerator.java38 import sun.jvm.hotspot.memory.*;

Completed in 85 milliseconds

123456