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

/external/v8/tools/clang/blink_gc_plugin/
H A DCheckGCRootsVisitor.h28 void VisitValue(Value* edge) override;
H A DCheckGCRootsVisitor.cpp25 void CheckGCRootsVisitor::VisitValue(Value* edge) { function in class:CheckGCRootsVisitor
H A DEdge.h33 virtual void VisitValue(Value*) {} function in class:EdgeVisitor
50 void VisitValue(Value*) override;
118 void Accept(EdgeVisitor* visitor) override { visitor->VisitValue(this); }
H A DEdge.cpp28 void RecursiveEdgeVisitor::VisitValue(Value* e) { function in class:RecursiveEdgeVisitor

Completed in 175 milliseconds