Searched refs:VisitPersistent (Results 1 - 4 of 4) sorted by relevance

/external/v8/tools/clang/blink_gc_plugin/
H A DCheckGCRootsVisitor.h29 void VisitPersistent(Persistent* edge) override;
H A DCheckGCRootsVisitor.cpp46 void CheckGCRootsVisitor::VisitPersistent(Persistent* edge) { function in class:CheckGCRootsVisitor
H A DEdge.h40 virtual void VisitPersistent(Persistent*) {} function in class:EdgeVisitor
57 void VisitPersistent(Persistent*) override;
227 void Accept(EdgeVisitor* visitor) { visitor->VisitPersistent(this); }
H A DEdge.cpp73 void RecursiveEdgeVisitor::VisitPersistent(Persistent* e) { function in class:RecursiveEdgeVisitor

Completed in 120 milliseconds