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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DLineNumberTable.java194 int min_index = -1, min=-1;
215 min_index = i;
222 if (min_index < 0)
225 return line_number_table[min_index].getLineNumber();
/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 243 milliseconds