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

/openjdk7/jdk/src/solaris/demo/jni/Poller/
H A DPoller.c140 int max_index; member in struct:ioevent
293 ioeh->max_index = maximum_fds;
429 else if (ioeh->last_index >= ioeh->max_index)
444 if (new_total > ioeh->max_index)
445 new_total = ioeh->max_index;
456 ASSERT((idx >= 0) && (idx <= ioeh->max_index));
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1BlockOffsetTable.inline.hpp72 size_t max_index) const {
78 index = MIN2(index, max_index);
H A Dg1BlockOffsetTable.hpp316 // If "has_max_index" is true, "assumes "max_index" is the last valid one
320 size_t max_index) const;
/openjdk7/hotspot/src/share/vm/runtime/
H A Dframe.cpp1467 int max_index = _values.length() - 1; local
1469 intptr_t* v1 = _values.at(max_index).location;
1476 v1 = _values.at(--max_index).location;
1483 v1 = _values.at(--max_index).location;
1490 for (int i = max_index; i >= min_index; i--) {

Completed in 46 milliseconds