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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.cpp3641 int ins_idx = captured_store_insertion_point(offset, /*size:*/0, phase); local
3642 guarantee(ins_idx != 0, "must re-insert constant store");
3643 if (ins_idx < 0) ins_idx = -ins_idx; // never overlap
3644 if (ins_idx > InitializeNode::RawStores && in(ins_idx-1) == zmem)
3645 set_req(--ins_idx, st1);
3647 ins_req(ins_idx, st1);

Completed in 44 milliseconds