Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc2422 Map** map_location = reinterpret_cast<Map**>(n->address()); in AllocateChunk() local
2423 if (*map_location == NULL) { in AllocateChunk()
2424 *map_location = heap->free_space_map(); in AllocateChunk()
2426 DCHECK(*map_location == heap->free_space_map()); in AllocateChunk()