Home
last modified time | relevance | path

Searched refs:map_location (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/heap/
Dspaces.cc2922 Map** map_location = reinterpret_cast<Map**>(n->address()); in AllocateChunk() local
2923 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()