Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmark-compact.cc2797 Object* weak_collection_obj = heap()->encountered_weak_collections(); in ProcessWeakCollections() local
2798 while (weak_collection_obj != Smi::FromInt(0)) { in ProcessWeakCollections()
2800 reinterpret_cast<JSWeakCollection*>(weak_collection_obj); in ProcessWeakCollections()
2817 weak_collection_obj = weak_collection->next(); in ProcessWeakCollections()
2825 Object* weak_collection_obj = heap()->encountered_weak_collections(); in ClearWeakCollections() local
2826 while (weak_collection_obj != Smi::FromInt(0)) { in ClearWeakCollections()
2828 reinterpret_cast<JSWeakCollection*>(weak_collection_obj); in ClearWeakCollections()
2839 weak_collection_obj = weak_collection->next(); in ClearWeakCollections()
2849 Object* weak_collection_obj = heap()->encountered_weak_collections(); in AbortWeakCollections() local
2850 while (weak_collection_obj != Smi::FromInt(0)) { in AbortWeakCollections()
[all …]