Searched refs:pm_end (Results 1 – 1 of 1) sorted by relevance
1404 size_t pm_end = page_map_size_; in InspectAll() local1406 while (i < pm_end) { in InspectAll()1432 DCHECK_LE(i, pm_end); in InspectAll()1439 while (idx < pm_end && page_map_[idx] == kPageMapLargeObjectPart) { in InspectAll()1453 DCHECK_LE(i, pm_end); in InspectAll()1473 DCHECK_LE(i, pm_end); in InspectAll()1750 size_t pm_end = page_map_size_; in Verify() local1755 while (i < pm_end) { in Verify()1780 CHECK_LE(i, pm_end) << "Page map index " << i << " out of range < " << pm_end in Verify()1788 while (idx < pm_end && page_map_[idx] == kPageMapLargeObjectPart) { in Verify()[all …]