Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dheap-snapshot-generator.h502 class NativeObjectsExplorer {
504 NativeObjectsExplorer(HeapSnapshot* snapshot,
506 virtual ~NativeObjectsExplorer();
559 DISALLOW_COPY_AND_ASSIGN(NativeObjectsExplorer);
580 NativeObjectsExplorer dom_explorer_;
Dheap-snapshot-generator.cc2056 explicit GlobalHandlesExtractor(NativeObjectsExplorer* explorer) in GlobalHandlesExtractor()
2066 NativeObjectsExplorer* explorer_;
2184 NativeObjectsExplorer::NativeObjectsExplorer( in NativeObjectsExplorer() function in v8::internal::NativeObjectsExplorer
2199 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 …]
/external/v8/
DChangeLog46758 Fixed memory leak in NativeObjectsExplorer::FindOrAddGroupInfo