Searched refs:NativeObjectsExplorer (Results 1 – 3 of 3) sorted by relevance
502 class NativeObjectsExplorer {504 NativeObjectsExplorer(HeapSnapshot* snapshot,506 virtual ~NativeObjectsExplorer();559 DISALLOW_COPY_AND_ASSIGN(NativeObjectsExplorer);580 NativeObjectsExplorer dom_explorer_;
2056 explicit GlobalHandlesExtractor(NativeObjectsExplorer* explorer) in GlobalHandlesExtractor()2066 NativeObjectsExplorer* explorer_;2184 NativeObjectsExplorer::NativeObjectsExplorer( in NativeObjectsExplorer() function in v8::internal::NativeObjectsExplorer2199 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()[all …]
46758 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo