Home
last modified time | relevance | path

Searched refs:NativeObjectsExplorer (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dheap-snapshot-generator.h471 class NativeObjectsExplorer {
473 NativeObjectsExplorer(HeapSnapshot* snapshot,
475 virtual ~NativeObjectsExplorer();
524 DISALLOW_COPY_AND_ASSIGN(NativeObjectsExplorer);
545 NativeObjectsExplorer dom_explorer_;
Dheap-snapshot-generator.cc2244 explicit GlobalHandlesExtractor(NativeObjectsExplorer* explorer) in GlobalHandlesExtractor()
2254 NativeObjectsExplorer* explorer_;
2294 NativeObjectsExplorer::NativeObjectsExplorer( in NativeObjectsExplorer() function in v8::internal::NativeObjectsExplorer
2312 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 …]
/external/v8/
DChangeLog4643 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo