Home
last modified time | relevance | path

Searched refs:topIndex (Results 1 – 2 of 2) sorted by relevance

/external/libunwind_llvm/src/
DUnwindCursor.hpp961 const UnwindSectionIndexArray<A> topIndex(_addressSpace, in getInfoFromCompactEncodingSection() local
971 if (topIndex.functionOffset(mid) <= targetFunctionOffset) { in getInfoFromCompactEncodingSection()
973 (topIndex.functionOffset(mid + 1) > targetFunctionOffset)) { in getInfoFromCompactEncodingSection()
983 const uint32_t firstLevelFunctionOffset = topIndex.functionOffset(low); in getInfoFromCompactEncodingSection()
985 topIndex.functionOffset(low + 1); in getInfoFromCompactEncodingSection()
987 sects.compact_unwind_section + topIndex.secondLevelPagesSectionOffset(low); in getInfoFromCompactEncodingSection()
989 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low); in getInfoFromCompactEncodingSection()
991 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low+1); in getInfoFromCompactEncodingSection()
/external/guice/core/src/com/google/inject/spi/
DInjectionPoint.java662 int topIndex = hierarchy.size() - 1; in getInjectionPoints() local
663 for (int i = topIndex; i >= 0; i--) { in getInjectionPoints()
664 if (overrideIndex != null && i < topIndex) { in getInjectionPoints()