HomeSort by relevance Sort by last modified time
    Searched refs:trace_dispatch_method_ (Results 1 - 2 of 2) sorted by null

  /external/v8/tools/clang/blink_gc_plugin/
RecordInfo.cpp 28 trace_dispatch_method_(0),
305 return trace_dispatch_method_;
484 trace_dispatch_method_ = trace_impl ? trace_impl : trace;
489 trace_dispatch_method_ = nullptr;
491 if (trace_dispatch_method_ && finalize_dispatch_method_)
497 assert(!trace_dispatch_method_ && "Multiple trace dispatching methods");
498 trace_dispatch_method_ = dispatch;
RecordInfo.h 152 clang::CXXMethodDecl* trace_dispatch_method_; member in class:RecordInfo

Completed in 337 milliseconds