Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc2143 Map** map_location = reinterpret_cast<Map**>(n->address()); in RepairFreeList() local
2144 if (*map_location == NULL) { in RepairFreeList()
2145 *map_location = heap->free_space_map(); in RepairFreeList()
2147 DCHECK(*map_location == heap->free_space_map()); in RepairFreeList()