Home
last modified time | relevance | path

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

/external/v8/src/
Dmark-compact.cc2402 static Map* NextMap(MapIterator* it, HeapObject* last, bool live) { in NextMap() function in v8::internal::MapCompact
2417 Map* map = NextMap(&vacant_map_it_, first_map_to_evacuate_, false); in NextVacantMap()
2423 Map* map = NextMap(&map_to_evacuate_it_, NULL, true); in NextMapToEvacuate()