Searched refs:map_location (Results 1 – 1 of 1) sorted by relevance
2922 Map** map_location = reinterpret_cast<Map**>(n->address()); in AllocateChunk() local2923 if (*map_location == nullptr) { in AllocateChunk()2924 *map_location = ReadOnlyRoots(heap).free_space_map(); in AllocateChunk()2926 DCHECK(*map_location == ReadOnlyRoots(heap).free_space_map()); in AllocateChunk()