Searched refs:trace_dispatch_method_ (Results 1 – 2 of 2) sorted by relevance
28 trace_dispatch_method_(0), in RecordInfo()333 return trace_dispatch_method_; in GetTraceDispatchMethod()506 trace_dispatch_method_ = trace; in DetermineTracingMethods()511 trace_dispatch_method_ = nullptr; in DetermineTracingMethods()513 if (trace_dispatch_method_ && finalize_dispatch_method_) in DetermineTracingMethods()519 assert(!trace_dispatch_method_ && "Multiple trace dispatching methods"); in DetermineTracingMethods()520 trace_dispatch_method_ = dispatch; in DetermineTracingMethods()
155 clang::CXXMethodDecl* trace_dispatch_method_; variable