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

  /art/runtime/
trace.cc 95 Trace* volatile Trace::the_trace_ = nullptr; member in class:art::Trace
298 the_trace = the_trace_;
319 if (the_trace_ != nullptr) {
363 if (the_trace_ != nullptr) {
367 the_trace_ = new Trace(trace_file.release(), trace_filename, buffer_size, flags, output_mode,
373 the_trace_->interval_us_ = interval_us;
375 runtime->GetInstrumentation()->AddListener(the_trace_,
399 if (the_trace_ == nullptr) {
402 the_trace = the_trace_;
403 the_trace_ = nullptr
    [all...]
trace.h 248 static Trace* volatile the_trace_ GUARDED_BY(Locks::trace_lock_);

Completed in 134 milliseconds