Searched refs:gc_roots (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/profiler/
H A Dheap-snapshot-generator.h159 HeapEntry* gc_roots() { return &entries_[gc_roots_index_]; } function in class:v8::internal::HeapSnapshot
H A Dheap-snapshot-generator.cc2076 snapshot_->gc_roots());
2093 snapshot_->gc_roots()->index(),
/external/v8/test/cctest/
H A Dtest-heap-profiler.cc2102 const v8::HeapGraphNode* gc_roots = GetNode( local
2104 CHECK(gc_roots);
2106 gc_roots, v8::HeapGraphNode::kSynthetic, "(Global handles)");
2186 const v8::HeapGraphNode* gc_roots = GetNode( local
2188 CHECK(gc_roots);
2190 gc_roots, v8::HeapGraphNode::kSynthetic, "(Strong roots)");

Completed in 145 milliseconds