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

  /external/v8/tools/clang/blink_gc_plugin/
RecordInfo.cpp 27 trace_method_(0),
299 return trace_method_;
348 is_declaring_local_trace_ = trace_method_ ? kTrue : kFalse;
352 if (*it == trace_method_) {
483 trace_method_ = trace_after_dispatch;
488 trace_method_ = trace;
RecordInfo.h 151 clang::CXXMethodDecl* trace_method_; member in class:RecordInfo

Completed in 59 milliseconds