Home | History | Annotate | Download | only in runtime

Lines Matching refs:the_trace_

96 Trace* volatile Trace::the_trace_ = nullptr;
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;
410 // the_trace_ is null.
484 if (the_trace_ == nullptr) {
488 the_trace = the_trace_;
496 the_trace_ = nullptr;
502 the_trace_ = the_trace;
537 if (the_trace_ == nullptr) {
541 the_trace = the_trace_;
577 if (the_trace_ == nullptr) {
580 switch (the_trace_->trace_mode_) {
1040 if (the_trace_ != nullptr) {
1045 the_trace_->exited_threads_.Overwrite(thread->GetTid(), name);
1051 CHECK(the_trace_ != nullptr) << "Trace output mode requested, but no trace currently running";
1052 return the_trace_->trace_output_mode_;
1057 CHECK(the_trace_ != nullptr) << "Trace mode requested, but no trace currently running";
1058 return the_trace_->trace_mode_;
1063 CHECK(the_trace_ != nullptr) << "Trace mode requested, but no trace currently running";
1064 return the_trace_->buffer_size_;
1069 return the_trace_ != nullptr;