Searched refs:weak_collection_obj (Results 1 – 1 of 1) sorted by relevance
2736 Object* weak_collection_obj = heap()->encountered_weak_collections(); in ProcessWeakCollections() local2737 while (weak_collection_obj != Smi::FromInt(0)) { in ProcessWeakCollections()2739 reinterpret_cast<JSWeakCollection*>(weak_collection_obj); in ProcessWeakCollections()2756 weak_collection_obj = weak_collection->next(); in ProcessWeakCollections()2763 Object* weak_collection_obj = heap()->encountered_weak_collections(); in ClearWeakCollections() local2764 while (weak_collection_obj != Smi::FromInt(0)) { in ClearWeakCollections()2766 reinterpret_cast<JSWeakCollection*>(weak_collection_obj); in ClearWeakCollections()2777 weak_collection_obj = weak_collection->next(); in ClearWeakCollections()