Home
last modified time | relevance | path

Searched refs:IterateAllRootsWithClassIds (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dglobal-handles.h123 void IterateAllRootsWithClassIds(v8::PersistentHandleVisitor* v);
Dglobal-handles.cc1001 void GlobalHandles::IterateAllRootsWithClassIds( in IterateAllRootsWithClassIds() function in v8::internal::GlobalHandles
Dapi.cc8946 isolate->global_handles()->IterateAllRootsWithClassIds(visitor); in VisitHandlesWithClassIds()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc2240 isolate_->global_handles()->IterateAllRootsWithClassIds(&extractor); in FillRetainedObjects()