Home | History | Annotate | Download | only in src

Lines Matching refs:trace_scope_

38         trace_scope_(trace_scope),
44 if (trace_scope_ != nullptr) {
52 if (trace_scope_ != nullptr) {
81 if (trace_scope_) {
82 PrintF(trace_scope_->file(), " (input #%d)\n", iterator.input_index());
105 if (trace_scope_ != nullptr) {
106 PrintF(trace_scope_->file(),
114 if (trace_scope_ != nullptr) {
115 PrintF(trace_scope_->file(), " " V8PRIxPTR_FMT ": [top + %3d] <- ",
121 obj->ShortPrint(trace_scope_->file());
123 PrintF(trace_scope_->file(), " ; %s", debug_hint);
129 CodeTracer::Scope* trace_scope_;
498 trace_scope_(nullptr) {
509 trace_scope_ = FLAG_trace_deopt
551 function_->ShortPrint(trace_scope_->file());
553 PrintF(trace_scope_->file(),
568 delete trace_scope_;
717 if (trace_scope_ != nullptr) {
719 PrintF(trace_scope_->file(), "[deoptimizing (DEOPT %s): begin ",
722 PrintF(trace_scope_->file(),
730 trace_scope_->file(), " ;;; deoptimize at ", from_);
743 trace_scope_ == nullptr ? nullptr : trace_scope_->file(),
813 if (trace_scope_ != nullptr) {
816 PrintF(trace_scope_->file(), "[deoptimizing (%s): end ",
819 PrintF(trace_scope_->file(),
850 if (trace_scope_ != nullptr) {
851 PrintF(trace_scope_->file(), " translating interpreted frame ");
853 PrintF(trace_scope_->file(), "%s", name.get());
854 PrintF(trace_scope_->file(), " => bytecode_offset=%d, height=%d%s\n",
872 FrameWriter frame_writer(this, output_frame, trace_scope_);
901 if (trace_scope_ != nullptr) {
902 PrintF(trace_scope_->file(), " -------------------------\n");
977 if (trace_scope_ != nullptr) {
978 PrintF(trace_scope_->file(), " -------------------------\n");
1072 if (trace_scope_ != nullptr) {
1073 PrintF(trace_scope_->file(),
1083 FrameWriter frame_writer(this, output_frame, trace_scope_);
1192 if (trace_scope_ != nullptr) {
1193 PrintF(trace_scope_->file(),
1206 FrameWriter frame_writer(this, output_frame, trace_scope_);
1536 if (trace_scope_ != nullptr) {
1537 PrintF(trace_scope_->file(),
1548 FrameWriter frame_writer(this, output_frame, trace_scope_);
1673 if (trace_scope_ != nullptr) {
1686 register_values[code], trace_scope_ != nullptr ? str.start() : "");
1749 if (trace_scope_ != nullptr) {
1753 value->ShortPrint(trace_scope_->file());
1754 PrintF(trace_scope_->file(), "\n");
1764 if (trace_scope_ != nullptr && feedback_updated) {
1765 PrintF(trace_scope_->file(), "Feedback updated");
1766 compiled_code_->PrintDeoptLocation(trace_scope_->file(),