Searched refs:encountered_weak_collections (Results 1 – 3 of 3) sorted by relevance
387 weak_collection->set_next(heap->encountered_weak_collections()); in VisitWeakCollection()
2797 Object* weak_collection_obj = heap()->encountered_weak_collections(); in ProcessWeakCollections()2825 Object* weak_collection_obj = heap()->encountered_weak_collections(); in ClearWeakCollections()2849 Object* weak_collection_obj = heap()->encountered_weak_collections(); in AbortWeakCollections()
811 Object* encountered_weak_collections() const { in encountered_weak_collections() function