Searched defs:Memory (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DadlcVMDeps.hpp41 enum { Control, I_O, Memory, FramePtr, ReturnAdr, Parms }; enumerator in enum:AdlcVMDeps::__anon294
H A Dtype.hpp102 Memory, // Abstract store enumerator in enum:Type::TYPES
1098 Memory = AdlcVMDeps::Memory,
H A Dmemnode.hpp49 Memory, // Chunk of memory is being loaded from enumerator in enum:MemNode::__anon345
125 // the given memory state? (The state may or may not be in(Memory).)
135 // Load value; requires Memory and Address
378 // Memory; itself an unfortunate consequence of having Nodes which produce
401 // Memory; itself an unfortunate consequence of having Nodes which produce
637 virtual const TypePtr *adr_type() const { return in(0)->in(MemNode::Memory)->adr_type();}
883 // There are different flavors of Memory Barriers to match the Java Memory
896 // Memory type this node is serializing. Usually either rawptr or bottom.
1004 Memory enumerator in enum:InitializeNode::__anon350
[all...]

Completed in 47 milliseconds