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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.cpp513 Node* st_adr = mem->in(MemNode::Address); local
515 Node* st_base = AddPNode::Ideal_base_and_offset(st_adr, phase, st_offset);
1004 Node* st_adr = st->in(MemNode::Address); local
1005 if (!phase->eqv(st_adr, ld_adr)) {
1008 AllocateNode* alloc = AllocateNode::Ideal_allocation(st_adr, phase, st_off);

Completed in 51 milliseconds