Home
last modified time | relevance | path

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

/external/v8/tools/clang/blink_gc_plugin/
DCheckTraceVisitor.cpp19 delegates_to_traceimpl_(false) { in CheckTraceVisitor()
23 return delegates_to_traceimpl_; in delegates_to_traceimpl()
76 delegates_to_traceimpl_ = true; in VisitCallExpr()
85 delegates_to_traceimpl_ = true; in VisitCallExpr()
DCheckTraceVisitor.h56 bool delegates_to_traceimpl_; variable