Home
last modified time | relevance | path

Searched refs:trace_scope_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Ddeoptimizer.cc531 trace_scope_(nullptr) { in Deoptimizer()
560 trace_scope_ = TraceEnabledFor(type, frame_type) ? in Deoptimizer()
597 function_->ShortPrint(trace_scope_->file()); in PrintFunctionName()
599 PrintF(trace_scope_->file(), in PrintFunctionName()
608 delete trace_scope_; in ~Deoptimizer()
716 if (trace_scope_ != NULL) { in DoComputeOutputFrames()
718 PrintF(trace_scope_->file(), "[deoptimizing (DEOPT %s): begin ", in DoComputeOutputFrames()
721 PrintF(trace_scope_->file(), in DoComputeOutputFrames()
728 compiled_code_->PrintDeoptLocation(trace_scope_->file(), from_); in DoComputeOutputFrames()
741 trace_scope_ == nullptr ? nullptr : trace_scope_->file()); in DoComputeOutputFrames()
[all …]
Ddeoptimizer.h693 CodeTracer::Scope* trace_scope_; variable