Searched refs:encountered_weak_collections (Results 1 – 3 of 3) sorted by relevance
408 weak_collection->set_next(heap->encountered_weak_collections()); in VisitWeakCollection()
2395 Object* weak_collection_obj = heap()->encountered_weak_collections(); in ProcessWeakCollections()2422 Object* weak_collection_obj = heap()->encountered_weak_collections(); in ClearWeakCollections()2444 Object* weak_collection_obj = heap()->encountered_weak_collections(); in AbortWeakCollections()
893 Object* encountered_weak_collections() const { in encountered_weak_collections() function