Searched refs:st_base (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.cpp515 Node* st_base = AddPNode::Ideal_base_and_offset(st_adr, phase, st_offset); local
516 if (st_base == NULL)
532 if (st_base != base &&
534 st_base,
535 AllocateNode::Ideal_allocation(st_base, phase),
544 if (st_base == base && st_offset == offset) {

Completed in 43 milliseconds