Home
last modified time | relevance | path

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

/external/v8/src/handles/
Dglobal-handles.h130 void IterateAllRootsWithClassIds(v8::PersistentHandleVisitor* v);
Dglobal-handles.cc1630 void GlobalHandles::IterateAllRootsWithClassIds( in IterateAllRootsWithClassIds() function in v8::internal::GlobalHandles
/external/v8/src/api/
Dapi.cc9188 isolate->global_handles()->IterateAllRootsWithClassIds(visitor); in VisitHandlesWithClassIds()