Searched refs:pageIndex (Results 1 – 3 of 3) sorted by relevance
95 uint32 pageIndex = (uint32) (offset / fPageSize); in DoRead() local100 const uint8 *sPtr = fPageList [pageIndex]->Buffer_uint8 () + in DoRead()199 uint32 pageIndex = (uint32) (offset / fPageSize); in DoWrite() local206 uint8 *dPtr = fPageList [pageIndex]->Buffer_uint8 () + in DoWrite()248 uint32 pageIndex = (uint32) (offset / fPageSize); in CopyToStream() local253 const uint8 *sPtr = fPageList [pageIndex]->Buffer_uint8 () + in CopyToStream()
215 PageIndex pageIndex = index / itemsPerPage; local217 pages_[pageIndex] = value;240 for (PageIndex pageIndex = 0; pageIndex < lastPageIndex; ++pageIndex) local241 arrayAllocator()->releaseArrayPage(pages_[pageIndex]);275 PageIndex pageIndex = (newSize + itemsPerPage - 1) / itemsPerPage; local277 for (; pageIndex < lastPageIndex; ++pageIndex)278 arrayAllocator()->releaseArrayPage(pages_[pageIndex]);298 PageIndex pageIndex = nextPageIndex / itemsPerPage; local300 for (; pageToAllocate-- > 0; ++pageIndex)301 pages_[pageIndex] = arrayAllocator()->allocateArrayPage();
1007 UnwindSectionRegularArray<A> pageIndex( in getInfoFromCompactEncodingSection() local1019 if (pageIndex.functionOffset(mid) <= targetFunctionOffset) { in getInfoFromCompactEncodingSection()1025 } else if (pageIndex.functionOffset(mid + 1) > targetFunctionOffset) { in getInfoFromCompactEncodingSection()1028 funcEnd = pageIndex.functionOffset(low + 1) + sects.dso_base; in getInfoFromCompactEncodingSection()1037 encoding = pageIndex.encoding(low); in getInfoFromCompactEncodingSection()1038 funcStart = pageIndex.functionOffset(low) + sects.dso_base; in getInfoFromCompactEncodingSection()1059 UnwindSectionCompressedArray<A> pageIndex( in getInfoFromCompactEncodingSection() local1074 if (pageIndex.functionOffset(mid) <= targetFunctionPageOffset) { in getInfoFromCompactEncodingSection()1076 (pageIndex.functionOffset(mid + 1) > targetFunctionPageOffset)) { in getInfoFromCompactEncodingSection()1086 funcStart = pageIndex.functionOffset(low) + firstLevelFunctionOffset in getInfoFromCompactEncodingSection()[all …]