Searched refs:topIndex (Results 1 – 3 of 3) sorted by relevance
922 const UnwindSectionIndexArray<A> topIndex(_addressSpace, in getInfoFromCompactEncodingSection() local932 if (topIndex.functionOffset(mid) <= targetFunctionOffset) { in getInfoFromCompactEncodingSection()934 (topIndex.functionOffset(mid + 1) > targetFunctionOffset)) { in getInfoFromCompactEncodingSection()944 const uint32_t firstLevelFunctionOffset = topIndex.functionOffset(low); in getInfoFromCompactEncodingSection()946 topIndex.functionOffset(low + 1); in getInfoFromCompactEncodingSection()948 sects.compact_unwind_section + topIndex.secondLevelPagesSectionOffset(low); in getInfoFromCompactEncodingSection()950 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low); in getInfoFromCompactEncodingSection()952 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low+1); in getInfoFromCompactEncodingSection()
662 int topIndex = hierarchy.size() - 1; in getInjectionPoints() local663 for (int i = topIndex; i >= 0; i--) { in getInjectionPoints()664 if (overrideIndex != null && i < topIndex) { in getInjectionPoints()
145 int32_t topIndex = size - 1; in RestoreGraphState() local146 TInfo* info = (TInfo*)_infoStack.GetAt(topIndex); in RestoreGraphState()161 _infoStack.RemoveAt(topIndex); in RestoreGraphState()