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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1BlockOffsetTable.cpp600 size_t from_index = _array->index_for(_bottom); local
604 _bottom, _end, from_index, to_index);
605 for (size_t i = from_index; i < to_index; ++i) {
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.cpp1154 int from_index = n - 1; local
1159 while (index < from_index) {
1160 _operations.at_put(to_index --, _operations.at(from_index --));

Completed in 50 milliseconds