Lines Matching refs:NativeObjectsExplorer
2236 explicit GlobalHandlesExtractor(NativeObjectsExplorer* explorer) in GlobalHandlesExtractor()
2244 NativeObjectsExplorer* explorer_;
2284 NativeObjectsExplorer::NativeObjectsExplorer( in NativeObjectsExplorer() function in v8::internal::NativeObjectsExplorer
2301 NativeObjectsExplorer::~NativeObjectsExplorer() { in ~NativeObjectsExplorer()
2324 int NativeObjectsExplorer::EstimateObjectsCount() { in EstimateObjectsCount()
2330 void NativeObjectsExplorer::FillRetainedObjects() { in FillRetainedObjects()
2358 void NativeObjectsExplorer::FillImplicitReferences() { in FillImplicitReferences()
2383 List<HeapObject*>* NativeObjectsExplorer::GetListMaybeDisposeInfo( in GetListMaybeDisposeInfo()
2395 bool NativeObjectsExplorer::IterateAndExtractReferences( in IterateAndExtractReferences()
2447 NativeGroupRetainedObjectInfo* NativeObjectsExplorer::FindOrAddGroupInfo( in FindOrAddGroupInfo()
2463 void NativeObjectsExplorer::SetNativeRootReference( in SetNativeRootReference()
2482 void NativeObjectsExplorer::SetWrapperNativeReferences( in SetWrapperNativeReferences()
2499 void NativeObjectsExplorer::SetRootNativeRootsReference() { in SetRootNativeRootsReference()
2516 void NativeObjectsExplorer::VisitSubtreeWrapper(Object** p, uint16_t class_id) { in VisitSubtreeWrapper()