reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
196 if (begin <= allocator_begin && allocator_begin < end) { 198 CHECK_LE(allocator_end, end); 202 if (allocator_end < end) 203 ScanRangeForPointers(allocator_end, end, frontier, "GLOBAL", kReachable); 205 ScanRangeForPointers(begin, end, frontier, "GLOBAL", kReachable);