Searched refs:NativeObjectsExplorer (Results 1 – 3 of 3) sorted by relevance
471 class NativeObjectsExplorer {473 NativeObjectsExplorer(HeapSnapshot* snapshot,475 virtual ~NativeObjectsExplorer();524 DISALLOW_COPY_AND_ASSIGN(NativeObjectsExplorer);545 NativeObjectsExplorer dom_explorer_;
2244 explicit GlobalHandlesExtractor(NativeObjectsExplorer* explorer) in GlobalHandlesExtractor()2254 NativeObjectsExplorer* explorer_;2294 NativeObjectsExplorer::NativeObjectsExplorer( in NativeObjectsExplorer() function in v8::internal::NativeObjectsExplorer2312 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()[all …]
4643 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo