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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dframe.cpp1466 int min_index = 0; local
1468 intptr_t* v0 = _values.at(min_index).location;
1473 v0 = _values.at(++min_index).location;
1480 v0 = _values.at(++min_index).location;
1490 for (int i = max_index; i >= min_index; i--) {

Completed in 35 milliseconds