Searched refs:pm_end (Results 1 – 1 of 1) sorted by relevance
1546 size_t pm_end = page_map_size_; in InspectAll() local1548 while (i < pm_end) { in InspectAll()1574 DCHECK_LE(i, pm_end); in InspectAll()1581 while (idx < pm_end && page_map_[idx] == kPageMapLargeObjectPart) { in InspectAll()1595 DCHECK_LE(i, pm_end); in InspectAll()1615 DCHECK_LE(i, pm_end); in InspectAll()1881 size_t pm_end = page_map_size_; in Verify() local1883 while (i < pm_end) { in Verify()1908 CHECK_LE(i, pm_end) << "Page map index " << i << " out of range < " << pm_end in Verify()1916 while (idx < pm_end && page_map_[idx] == kPageMapLargeObjectPart) { in Verify()[all …]