Home
last modified time | relevance | path

Searched refs:delegates_to_traceimpl (Results 1 – 3 of 3) sorted by relevance

/external/v8/tools/clang/blink_gc_plugin/
DCheckTraceVisitor.h26 bool delegates_to_traceimpl() const;
DCheckTraceVisitor.cpp22 bool CheckTraceVisitor::delegates_to_traceimpl() const { in delegates_to_traceimpl() function in CheckTraceVisitor
DBlinkGCPluginConsumer.cpp555 if (visitor.delegates_to_traceimpl()) in CheckTraceMethod()