Lines Matching refs:NativeObjectsExplorer
2244 explicit GlobalHandlesExtractor(NativeObjectsExplorer* explorer) in GlobalHandlesExtractor()
2254 NativeObjectsExplorer* explorer_;
2294 NativeObjectsExplorer::NativeObjectsExplorer( in NativeObjectsExplorer() function in v8::internal::NativeObjectsExplorer
2312 NativeObjectsExplorer::~NativeObjectsExplorer() { in ~NativeObjectsExplorer()
2335 int NativeObjectsExplorer::EstimateObjectsCount() { in EstimateObjectsCount()
2341 void NativeObjectsExplorer::FillRetainedObjects() { in FillRetainedObjects()
2369 void NativeObjectsExplorer::FillImplicitReferences() { in FillImplicitReferences()
2394 List<HeapObject*>* NativeObjectsExplorer::GetListMaybeDisposeInfo( in GetListMaybeDisposeInfo()
2407 bool NativeObjectsExplorer::IterateAndExtractReferences( in IterateAndExtractReferences()
2459 NativeGroupRetainedObjectInfo* NativeObjectsExplorer::FindOrAddGroupInfo( in FindOrAddGroupInfo()
2475 void NativeObjectsExplorer::SetNativeRootReference( in SetNativeRootReference()
2491 void NativeObjectsExplorer::SetWrapperNativeReferences( in SetWrapperNativeReferences()
2508 void NativeObjectsExplorer::SetRootNativeRootsReference() { in SetRootNativeRootsReference()
2525 void NativeObjectsExplorer::VisitSubtreeWrapper(Object** p, uint16_t class_id) { in VisitSubtreeWrapper()