Lines Matching defs:pageIndex
1774 UnwindSectionRegularArray<A> pageIndex(
1786 if (pageIndex.functionOffset(mid) <= targetFunctionOffset) {
1792 } else if (pageIndex.functionOffset(mid + 1) > targetFunctionOffset) {
1795 funcEnd = pageIndex.functionOffset(low + 1) + sects.dso_base;
1804 encoding = pageIndex.encoding(low);
1805 funcStart = pageIndex.functionOffset(low) + sects.dso_base;
1826 UnwindSectionCompressedArray<A> pageIndex(
1841 if (pageIndex.functionOffset(mid) <= targetFunctionPageOffset) {
1843 (pageIndex.functionOffset(mid + 1) > targetFunctionPageOffset)) {
1853 funcStart = pageIndex.functionOffset(low) + firstLevelFunctionOffset
1857 pageIndex.functionOffset(low + 1) + firstLevelFunctionOffset
1875 uint16_t encodingIndex = pageIndex.encodingIndex(low);