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

/openjdk9/hotspot/src/share/vm/utilities/
H A DquickSort.hpp53 int last_index = length - 1; local
H A DnumberSeq.cpp185 unsigned last_index = (_next + _length - 1) % _length; local
/openjdk9/hotspot/src/cpu/zero/vm/
H A Dframe_zero.cpp406 int last_index = (monitor_base - stack_base) / monitor_size - 1; local
/openjdk9/hotspot/src/share/vm/gc/g1/
H A DheapRegionManager.cpp310 uint last_index = (uint)_regions.get_index_by_address(range.last()); local
/openjdk9/hotspot/src/share/vm/gc/shared/
H A DblockOffsetTable.cpp323 size_t last_index = last_active_index(); local
/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-coretext.cc624 unsigned int last_index = 0; local
/openjdk9/hotspot/src/share/vm/oops/
H A Dmethod.cpp643 int last_index = code_size() - 1; local

Completed in 115 milliseconds