Home
last modified time | relevance | path

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

/external/v8/src/
Dglobal-handles.h194 void IterateAllRootsWithClassIds(ObjectVisitor* v);
Dglobal-handles.cc1030 void GlobalHandles::IterateAllRootsWithClassIds(ObjectVisitor* v) { in IterateAllRootsWithClassIds() function in v8::internal::GlobalHandles
Dapi.cc7623 isolate->global_handles()->IterateAllRootsWithClassIds(&visitor_adapter); in VisitHandlesWithClassIds()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc2353 isolate->global_handles()->IterateAllRootsWithClassIds(&extractor); in FillRetainedObjects()