Searched refs:NativeObjectsExplorer (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/profiler/
H A Dheap-snapshot-generator.h487 class NativeObjectsExplorer { class in namespace:v8::internal
489 NativeObjectsExplorer(HeapSnapshot* snapshot,
491 virtual ~NativeObjectsExplorer();
539 DISALLOW_COPY_AND_ASSIGN(NativeObjectsExplorer);
560 NativeObjectsExplorer dom_explorer_;
H A Dheap-snapshot-generator.cc2195 explicit GlobalHandlesExtractor(NativeObjectsExplorer* explorer)
2203 NativeObjectsExplorer* explorer_;
2243 NativeObjectsExplorer::NativeObjectsExplorer( function in class:v8::internal::NativeObjectsExplorer
2260 NativeObjectsExplorer::~NativeObjectsExplorer() {
2281 int NativeObjectsExplorer::EstimateObjectsCount() {
2287 void NativeObjectsExplorer::FillRetainedObjects() {
2314 void NativeObjectsExplorer::FillEdges() {
2337 List<HeapObject*>* NativeObjectsExplorer
[all...]

Completed in 44 milliseconds