Lines Matching defs:file

3 // found in the LICENSE file.
99 PrintF(trace_scope_->file(), " (input #%d)\n", iterator.input_index());
136 PrintF(trace_scope_->file(),
145 PrintF(trace_scope_->file(),
159 PrintF(trace_scope_->file(), " " V8PRIxPTR_FMT ": [top + %3d] <- ",
162 PrintF(trace_scope_->file(), V8PRIxPTR_FMT " <Smi %d>", obj.ptr(),
165 obj.ShortPrint(trace_scope_->file());
167 PrintF(trace_scope_->file(), " ; %s", debug_hint);
664 FILE* file = trace_scope()->file();
667 PrintF(file, "[bailout (kind: %s, reason: %s): begin. deoptimizing ",
670 function_.ShortPrint(file);
672 PrintF(file, "%s", CodeKindToString(compiled_code_.kind()));
674 PrintF(file,
689 PrintF(file, " ;;; deoptimize at ");
690 OFStream outstr(file);
692 PrintF(file, "\n");
698 PrintF(trace_scope()->file(), "[bailout end. took %0.3f ms]\n",
714 PrintF(scope.file(), "[marking dependent code " V8PRIxPTR_FMT " (",
716 deopt_data.SharedFunctionInfo().ShortPrint(scope.file());
741 PrintF(scope.file(),
744 sfi.ShortPrint(scope.file());
745 PrintF(scope.file(), "]\n");
753 PrintF(scope.file(), "[deoptimizer found activation of function: ");
754 function.PrintName(scope.file());
755 PrintF(scope.file(), " / %" V8PRIxPTR "]\n", function.ptr());
763 PrintF(scope.file(), "[deoptimize all code in all contexts]\n");
770 PrintF(scope.file(), "[deoptimize marked code in all contexts]\n");
827 verbose_tracing_enabled() ? trace_scope()->file() : nullptr;
1005 PrintF(trace_scope()->file(), " translating %s frame ",
1008 PrintF(trace_scope()->file(), "%s", name.get());
1009 PrintF(trace_scope()->file(), " => bytecode_offset=%d, ",
1011 PrintF(trace_scope()->file(), "variable_frame_size=%d, frame_size=%d%s\n",
1033 PrintF(trace_scope_->file(),
1042 PrintF(trace_scope()->file(), " -------------------------\n");
1130 PrintF(trace_scope()->file(), " -------------------------\n");
1276 PrintF(trace_scope_->file(),
1334 PrintF(trace_scope()->file(),
1685 PrintF(trace_scope()->file(),
1935 PrintF(trace_scope()->file(),
1939 value->ShortPrint(trace_scope()->file());
1940 PrintF(trace_scope()->file(), "\n");
1951 FILE* file = trace_scope()->file();
1954 PrintF(file, "Feedback updated from deoptimization at ");
1955 OFStream outstr(file);
1957 PrintF(file, ", %s\n", DeoptimizeReasonToString(info.deopt_reason));