Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dobjects-visiting-inl.h408 weak_collection->set_next(heap->encountered_weak_collections()); in VisitWeakCollection()
Dmark-compact.cc2395 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()
Dheap.h893 Object* encountered_weak_collections() const { in encountered_weak_collections() function