Searched refs:trace_scope_ (Results 1 – 2 of 2) sorted by relevance
576 trace_scope_(NULL) { in Deoptimizer()606 trace_scope_ = TraceEnabledFor(type, frame_type) ? in Deoptimizer()640 function_->PrintName(trace_scope_->file()); in PrintFunctionName()642 PrintF(trace_scope_->file(), in PrintFunctionName()651 delete trace_scope_; in ~Deoptimizer()763 if (trace_scope_ != NULL) { in DoComputeOutputFrames()765 PrintF(trace_scope_->file(), in DoComputeOutputFrames()770 PrintF(trace_scope_->file(), in DoComputeOutputFrames()777 compiled_code_->PrintDeoptLocation(trace_scope_->file(), bailout_id_); in DoComputeOutputFrames()851 if (trace_scope_ != NULL) { in DoComputeOutputFrames()[all …]
449 CodeTracer::Scope* trace_scope_; variable