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

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

Completed in 243 milliseconds