Home
last modified time | relevance | path

Searched refs:gc_roots_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/tools/clang/blink_gc_plugin/
DCheckGCRootsVisitor.cpp11 return gc_roots_; in gc_roots()
22 return !gc_roots_.empty(); in ContainsGCRoots()
47 gc_roots_.push_back(current_); in VisitPersistent()
52 gc_roots_.push_back(current_); in AtCollection()
DCheckGCRootsVisitor.h35 Errors gc_roots_; variable