Lines Matching refs:trace_scope_
531 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()
792 if (trace_scope_ != NULL) { in DoComputeOutputFrames()
795 PrintF(trace_scope_->file(), "[deoptimizing (%s): end ", in DoComputeOutputFrames()
798 PrintF(trace_scope_->file(), in DoComputeOutputFrames()
826 if (trace_scope_ != NULL) { in DoComputeJSFrame()
827 PrintF(trace_scope_->file(), " translating frame "); in DoComputeJSFrame()
828 function->PrintName(trace_scope_->file()); in DoComputeJSFrame()
829 PrintF(trace_scope_->file(), in DoComputeJSFrame()
1045 if (trace_scope_ != NULL) { in DoComputeInterpretedFrame()
1046 PrintF(trace_scope_->file(), " translating interpreted frame "); in DoComputeInterpretedFrame()
1047 function->PrintName(trace_scope_->file()); in DoComputeInterpretedFrame()
1048 PrintF(trace_scope_->file(), " => bytecode_offset=%d, height=%d\n", in DoComputeInterpretedFrame()
1260 if (trace_scope_ != NULL) { in DoComputeArgumentsAdaptorFrame()
1261 PrintF(trace_scope_->file(), in DoComputeArgumentsAdaptorFrame()
1334 if (trace_scope_ != nullptr) { in DoComputeArgumentsAdaptorFrame()
1335 PrintF(trace_scope_->file(), "(%d)\n", height - 1); in DoComputeArgumentsAdaptorFrame()
1368 if (trace_scope_ != NULL) { in DoComputeConstructStubFrame()
1369 PrintF(trace_scope_->file(), in DoComputeConstructStubFrame()
1458 if (trace_scope_ != nullptr) { in DoComputeConstructStubFrame()
1459 PrintF(trace_scope_->file(), "(%d)\n", height - 1); in DoComputeConstructStubFrame()
1500 if (trace_scope_ != NULL) { in DoComputeAccessorStubFrame()
1501 PrintF(trace_scope_->file(), in DoComputeAccessorStubFrame()
1567 if (trace_scope_ != nullptr) { in DoComputeAccessorStubFrame()
1568 PrintF(trace_scope_->file(), "(%s sentinel)\n", kind); in DoComputeAccessorStubFrame()
1668 if (trace_scope_ != NULL) { in DoComputeCompiledStubFrame()
1669 PrintF(trace_scope_->file(), in DoComputeCompiledStubFrame()
1862 if (trace_scope_ != nullptr) { in MaterializeHeapObjects()
1866 value->ShortPrint(trace_scope_->file()); in MaterializeHeapObjects()
1867 PrintF(trace_scope_->file(), "\n"); in MaterializeHeapObjects()
1958 if (trace_scope_ != nullptr) { in WriteValueToOutput()
1961 value->ShortPrint(trace_scope_->file()); in WriteValueToOutput()
1962 PrintF(trace_scope_->file(), " (input #%d)\n", input_index); in WriteValueToOutput()
1970 if (trace_scope_ != nullptr) { in DebugPrintOutputSlot()
1974 PrintF(trace_scope_->file(), in DebugPrintOutputSlot()