Searched refs:trace_scope_ (Results 1 – 2 of 2) sorted by relevance
454 trace_scope_(nullptr) { in Deoptimizer()488 trace_scope_ = TraceEnabledFor(frame_type) in Deoptimizer()517 function_->ShortPrint(trace_scope_->file()); in PrintFunctionName()519 PrintF(trace_scope_->file(), in PrintFunctionName()528 delete trace_scope_; in ~Deoptimizer()693 if (trace_scope_ != NULL) { in DoComputeOutputFrames()695 PrintF(trace_scope_->file(), "[deoptimizing (DEOPT %s): begin ", in DoComputeOutputFrames()698 PrintF(trace_scope_->file(), in DoComputeOutputFrames()705 compiled_code_->PrintDeoptLocation(trace_scope_->file(), from_); in DoComputeOutputFrames()718 trace_scope_ == nullptr ? nullptr : trace_scope_->file()); in DoComputeOutputFrames()[all …]
627 CodeTracer::Scope* trace_scope_; variable