Searched refs:weak_collection_obj (Results 1 – 1 of 1) sorted by relevance
2797 Object* weak_collection_obj = heap()->encountered_weak_collections(); in ProcessWeakCollections() local2798 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() local2826 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() local2850 while (weak_collection_obj != Smi::FromInt(0)) { in AbortWeakCollections()[all …]