Home
last modified time | relevance | path

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

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