Searched refs:map_location (Results 1 – 1 of 1) sorted by relevance
2422 Map** map_location = reinterpret_cast<Map**>(n->address()); in AllocateChunk() local2423 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()