Home | History | Annotate | Download | only in allocator

Lines Matching full:pm_end

1409   size_t pm_end = page_map_size_;
1411 while (i < pm_end) {
1437 DCHECK_LE(i, pm_end);
1444 while (idx < pm_end && page_map_[idx] == kPageMapLargeObjectPart) {
1458 DCHECK_LE(i, pm_end);
1478 DCHECK_LE(i, pm_end);
1755 size_t pm_end = page_map_size_;
1760 while (i < pm_end) {
1785 CHECK_LE(i, pm_end) << "Page map index " << i << " out of range < " << pm_end
1793 while (idx < pm_end && page_map_[idx] == kPageMapLargeObjectPart) {
1810 CHECK_LE(i, pm_end) << "Page map index " << i << " out of range < " << pm_end
1836 CHECK_LE(i, pm_end) << "Page map index " << i << " out of range < " << pm_end