Searched refs:CheckGCRootsVisitor (Results 1 – 6 of 6) sorted by relevance
7 CheckGCRootsVisitor::CheckGCRootsVisitor() { in CheckGCRootsVisitor() function in CheckGCRootsVisitor10 CheckGCRootsVisitor::Errors& CheckGCRootsVisitor::gc_roots() { in gc_roots()14 bool CheckGCRootsVisitor::ContainsGCRoots(RecordInfo* info) { in ContainsGCRoots()25 void CheckGCRootsVisitor::VisitValue(Value* edge) { in VisitValue()46 void CheckGCRootsVisitor::VisitPersistent(Persistent* edge) { in VisitPersistent()50 void CheckGCRootsVisitor::AtCollection(Collection* edge) { in AtCollection()
16 class CheckGCRootsVisitor : public RecursiveEdgeVisitor {22 CheckGCRootsVisitor();
10 CheckGCRootsVisitor.cpp
39 const CheckGCRootsVisitor::Errors& errors);
377 const CheckGCRootsVisitor::Errors& errors) { in ClassContainsGCRoots()
227 CheckGCRootsVisitor visitor; in CheckClass()