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

/external/v8/test/cctest/
H A Dtest-heap-profiler.cc1270 const v8::HeapGraphNode* gc_roots = GetNode( local
1272 CHECK_NE(NULL, gc_roots);
1274 gc_roots, v8::HeapGraphNode::kObject, "(Global handles)");
1305 const v8::HeapGraphNode* gc_roots = GetNode( local
1307 CHECK_NE(NULL, gc_roots);
1309 gc_roots, v8::HeapGraphNode::kObject, "(Global handles)");
/external/v8/src/
H A Dprofile-generator.h645 HeapEntry* gc_roots() { return gc_roots_entry_; } function in class:v8::internal::HeapSnapshot
H A Dprofile-generator.cc2528 kGcRootsObject, snapshot_->gc_roots());
2545 kGcRootsObject, snapshot_->gc_roots(),

Completed in 68 milliseconds