Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmark-compact.h652 void ClearSimpleMapTransitions(Object* non_live_map_list);
676 void ClearWeakCells(Object** non_live_map_list,
Dmark-compact.cc2401 Object* non_live_map_list; in ClearNonLiveReferences() local
2402 ClearWeakCells(&non_live_map_list, &dependent_code_list); in ClearNonLiveReferences()
2406 ClearSimpleMapTransitions(non_live_map_list); in ClearNonLiveReferences()
2478 Object* non_live_map_list) { in ClearSimpleMapTransitions() argument
2480 Object* weak_cell_obj = non_live_map_list; in ClearSimpleMapTransitions()
2702 void MarkCompactCollector::ClearWeakCells(Object** non_live_map_list, in ClearWeakCells() argument
2772 *non_live_map_list = non_live_map_head; in ClearWeakCells()