Lines Matching refs:NativeObjectsExplorer
2056 explicit GlobalHandlesExtractor(NativeObjectsExplorer* explorer) in GlobalHandlesExtractor()
2066 NativeObjectsExplorer* explorer_;
2184 NativeObjectsExplorer::NativeObjectsExplorer( in NativeObjectsExplorer() function in v8::internal::NativeObjectsExplorer
2199 NativeObjectsExplorer::~NativeObjectsExplorer() { in ~NativeObjectsExplorer()
2213 int NativeObjectsExplorer::EstimateObjectsCount() { in EstimateObjectsCount()
2219 void NativeObjectsExplorer::FillRetainedObjects() { in FillRetainedObjects()
2246 void NativeObjectsExplorer::FillEdges() { in FillEdges()
2270 std::vector<HeapObject*>* NativeObjectsExplorer::GetVectorMaybeDisposeInfo( in GetVectorMaybeDisposeInfo()
2281 HeapEntry* NativeObjectsExplorer::EntryForEmbedderGraphNode( in EntryForEmbedderGraphNode()
2300 bool NativeObjectsExplorer::IterateAndExtractReferences( in IterateAndExtractReferences()
2365 NativeGroupRetainedObjectInfo* NativeObjectsExplorer::FindOrAddGroupInfo( in FindOrAddGroupInfo()
2375 void NativeObjectsExplorer::SetNativeRootReference( in SetNativeRootReference()
2392 void NativeObjectsExplorer::SetWrapperNativeReferences( in SetWrapperNativeReferences()
2409 void NativeObjectsExplorer::SetRootNativeRootsReference() { in SetRootNativeRootsReference()
2423 void NativeObjectsExplorer::VisitSubtreeWrapper(Object** p, uint16_t class_id) { in VisitSubtreeWrapper()