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