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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.cpp1188 int allocation_index = -1; local
1193 allocation_index = i;
1194 load_index = 3 - allocation_index;
1212 in1_addr->set_req(AddPNode::Base, base->in(allocation_index));
1213 in1_addr->set_req(AddPNode::Address, base->in(allocation_index));
1215 in1->set_req(0, region->in(allocation_index));
1217 in1->set_req(Memory, mem_phi->in(allocation_index));
1234 result->set_req(allocation_index, in1);

Completed in 42 milliseconds