Lines Matching refs:frontier
57 Frontier *frontier = reinterpret_cast<Frontier *>(data);
73 ScanRangeForPointers(begin, allocator_begin, frontier, "GLOBAL",
76 ScanRangeForPointers(allocator_end, end, frontier, "GLOBAL",
79 ScanRangeForPointers(begin, end, frontier, "GLOBAL", kReachable);
86 void ProcessGlobalRegions(Frontier *frontier) {
88 dl_iterate_phdr(ProcessGlobalRegionsCallback, frontier);
101 Frontier *frontier;
106 // reachable. Marks them as reachable and adds them to the frontier.
122 param->frontier->push_back(chunk);
144 void ProcessPlatformSpecificAllocations(Frontier *frontier) {
148 ProcessPlatformAllocParam arg = {frontier, &stack_depot_reverse_map};