Lines Matching refs:topIndex
897 const UnwindSectionIndexArray<A> topIndex(_addressSpace,
906 //mid, low, high, topIndex.functionOffset(mid));
907 if (topIndex.functionOffset(mid) <= targetFunctionOffset) {
909 (topIndex.functionOffset(mid + 1) > targetFunctionOffset)) {
919 const uint32_t firstLevelFunctionOffset = topIndex.functionOffset(low);
921 topIndex.functionOffset(low + 1);
923 sects.compact_unwind_section + topIndex.secondLevelPagesSectionOffset(low);
925 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low);
927 sects.compact_unwind_section + topIndex.lsdaIndexArraySectionOffset(low+1);