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

  /art/runtime/
trace.cc 96 Trace* volatile Trace::the_trace_ = nullptr; member in class:art::Trace
299 the_trace = the_trace_;
320 if (the_trace_ != nullptr) {
364 if (the_trace_ != nullptr) {
368 the_trace_ = new Trace(trace_file.release(), trace_filename, buffer_size, flags, output_mode,
374 the_trace_->interval_us_ = interval_us;
376 runtime->GetInstrumentation()->AddListener(the_trace_,
400 if (the_trace_ == nullptr) {
403 the_trace = the_trace_;
404 the_trace_ = nullptr
    [all...]
trace.h 266 static Trace* volatile the_trace_ GUARDED_BY(Locks::trace_lock_);

Completed in 152 milliseconds