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

/openjdk7/hotspot/src/share/vm/opto/
H A Dreg_split.cpp801 int insert_point = insidx-1; local
802 while( insert_point > 0 ) {
803 Node *n = b->_nodes[insert_point];
815 insert_point--;
818 maxlrg = split_DEF( n1, b, insert_point, maxlrg, Reachblock, debug_defs, splits, slidx);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp3005 int insert_point = 0; local
3009 if (insert_point != j) {
3010 instructions->at_put(insert_point, op);
3012 insert_point++;
3015 instructions->truncate(insert_point);

Completed in 59 milliseconds