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

/external/v8/src/
H A Dprofile-generator.cc2635 explicit GlobalHandlesExtractor(NativeObjectsExplorer* explorer)
2645 NativeObjectsExplorer* explorer_;
2687 NativeObjectsExplorer::NativeObjectsExplorer( function in class:v8::internal::NativeObjectsExplorer
2703 NativeObjectsExplorer::~NativeObjectsExplorer() {
2726 int NativeObjectsExplorer::EstimateObjectsCount() {
2732 void NativeObjectsExplorer::FillRetainedObjects() {
2757 void NativeObjectsExplorer::FillImplicitReferences() {
2781 List<HeapObject*>* NativeObjectsExplorer
[all...]
H A Dprofile-generator.h1023 class NativeObjectsExplorer { class in namespace:v8::internal
1025 NativeObjectsExplorer(HeapSnapshot* snapshot,
1027 virtual ~NativeObjectsExplorer();
1075 DISALLOW_COPY_AND_ASSIGN(NativeObjectsExplorer);
1100 NativeObjectsExplorer dom_explorer_;

Completed in 47 milliseconds