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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.hpp1097 static MergeMemNode* make(Compile* C, Node* base_memory);
1114 Node* base_memory() const { return in(Compile::AliasIdxBot); } function in class:MergeMemNode
1146 // This iterator will recognize either top or base_memory as an
1159 _mm_base = mm->base_memory();
1170 return _mm->base_memory();
1177 return at_base_memory()? _mm2->base_memory(): _mm2->memory_at(_idx);
1217 Node* base_memory() const { function in class:MergeMemStream
1218 assert(_mm_base == _mm->base_memory(), "no update to base memory, please");
1258 // Use _mm_base to defend against updates to _mem->base_memory().
1297 // It behaves the same whether _mem is top or base_memory
[all...]

Completed in 41 milliseconds