Home
last modified time | relevance | path

Searched refs:VisitSubtreeWrapper (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/profiler/
Dheap-snapshot-generator.h519 void VisitSubtreeWrapper(Object** p, uint16_t class_id);
Dheap-snapshot-generator.cc2062 explorer_->VisitSubtreeWrapper(object.location(), class_id); in VisitPersistentHandle()
2423 void NativeObjectsExplorer::VisitSubtreeWrapper(Object** p, uint16_t class_id) { in VisitSubtreeWrapper() function in v8::internal::NativeObjectsExplorer