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

  /art/runtime/
trace.cc 119 Trace* volatile Trace::the_trace_ = NULL; member in class:art::Trace
308 the_trace = the_trace_;
332 if (the_trace_ != NULL) {
373 if (the_trace_ != NULL) {
377 the_trace_ = new Trace(trace_file.release(), buffer_size, flags, sampling_enabled);
383 runtime->GetInstrumentation()->AddListener(the_trace_,
408 if (the_trace_ == NULL) {
411 the_trace = the_trace_;
412 the_trace_ = NULL;
462 if (the_trace_ == NULL)
    [all...]
trace.h 131 static Trace* volatile the_trace_ GUARDED_BY(Locks::trace_lock_);

Completed in 741 milliseconds