Home
last modified time | relevance | path

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

/external/v8/src/
Dglobal-handles.h196 void IterateAllRootsWithClassIds(ObjectVisitor* v);
Dglobal-handles.cc1121 void GlobalHandles::IterateAllRootsWithClassIds(ObjectVisitor* v) { in IterateAllRootsWithClassIds() function in v8::internal::GlobalHandles
Dapi.cc8801 isolate->global_handles()->IterateAllRootsWithClassIds(&visitor_adapter); in VisitHandlesWithClassIds()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc2308 isolate_->global_handles()->IterateAllRootsWithClassIds(&extractor); in FillRetainedObjects()