Searched refs:topIndex (Results 1 – 2 of 2) sorted by relevance
1538 const UnwindSectionIndexArray<A> topIndex(_addressSpace, in getInfoFromCompactEncodingSection() local1548 if (topIndex.functionOffset(mid) <= targetFunctionOffset) { in getInfoFromCompactEncodingSection()1550 (topIndex.functionOffset(mid + 1) > targetFunctionOffset)) { in getInfoFromCompactEncodingSection()1560 const uint32_t firstLevelFunctionOffset = topIndex.functionOffset(low); in getInfoFromCompactEncodingSection()1562 topIndex.functionOffset(low + 1); in getInfoFromCompactEncodingSection()1564 sects.compact_unwind_section + topIndex.secondLevelPagesSectionOffset(low); in getInfoFromCompactEncodingSection()1566 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low); in getInfoFromCompactEncodingSection()1568 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low+1); in getInfoFromCompactEncodingSection()
657 int topIndex = hierarchy.size() - 1; in getInjectionPoints() local658 for (int i = topIndex; i >= 0; i--) { in getInjectionPoints()659 if (overrideIndex != null && i < topIndex) { in getInjectionPoints()