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

  /art/runtime/
trace.cc 88 Trace* volatile Trace::the_trace_ = nullptr; member in class:art::Trace
291 the_trace = the_trace_;
315 if (the_trace_ != nullptr) {
356 if (the_trace_ != nullptr) {
360 the_trace_ = new Trace(trace_file.release(), trace_filename, buffer_size, flags, output_mode,
366 the_trace_->interval_us_ = interval_us;
368 runtime->GetInstrumentation()->AddListener(the_trace_,
393 if (the_trace_ == nullptr) {
396 the_trace = the_trace_;
397 the_trace_ = nullptr
    [all...]
trace.h 233 static Trace* volatile the_trace_ GUARDED_BY(Locks::trace_lock_);

Completed in 429 milliseconds