Lines Matching full:frontier
56 Frontier *frontier = reinterpret_cast<Frontier *>(data);
72 ScanRangeForPointers(begin, allocator_begin, frontier, "GLOBAL",
75 ScanRangeForPointers(allocator_end, end, frontier, "GLOBAL",
78 ScanRangeForPointers(begin, end, frontier, "GLOBAL", kReachable);
85 void ProcessGlobalRegions(Frontier *frontier) {
90 dl_iterate_phdr(ProcessGlobalRegionsCallback, frontier);
104 // reachable. Marks them as reachable and adds them to the frontier.
112 reinterpret_cast<Frontier *>(arg)->push_back(chunk);
119 void ProcessPlatformSpecificAllocations(Frontier *frontier) {
122 ForEachChunk(ProcessPlatformSpecificAllocationsCb, frontier);