Home
last modified time | relevance | path

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

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