Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-snapshot-generator.h485 class NativeObjectsExplorer {
487 NativeObjectsExplorer(HeapSnapshot* snapshot,
489 virtual ~NativeObjectsExplorer();
536 DISALLOW_COPY_AND_ASSIGN(NativeObjectsExplorer);
557 NativeObjectsExplorer dom_explorer_;
Dheap-snapshot-generator.cc2236 explicit GlobalHandlesExtractor(NativeObjectsExplorer* explorer) in GlobalHandlesExtractor()
2244 NativeObjectsExplorer* explorer_;
2284 NativeObjectsExplorer::NativeObjectsExplorer( in NativeObjectsExplorer() function in v8::internal::NativeObjectsExplorer
2301 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 …]
/external/v8/
DChangeLog10727 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo