Searched refs:NativeObjectsExplorer (Results 1 – 3 of 3) sorted by relevance
485 class NativeObjectsExplorer {487 NativeObjectsExplorer(HeapSnapshot* snapshot,489 virtual ~NativeObjectsExplorer();536 DISALLOW_COPY_AND_ASSIGN(NativeObjectsExplorer);557 NativeObjectsExplorer dom_explorer_;
2236 explicit GlobalHandlesExtractor(NativeObjectsExplorer* explorer) in GlobalHandlesExtractor()2244 NativeObjectsExplorer* explorer_;2284 NativeObjectsExplorer::NativeObjectsExplorer( in NativeObjectsExplorer() function in v8::internal::NativeObjectsExplorer2301 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()[all …]
10727 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo