Lines Matching refs:PrintF

82       PrintF(trace_scope_->file(), " (input #%d)\n", iterator.input_index());  in PushTranslatedValue()
106 PrintF(trace_scope_->file(), in DebugPrintOutputValue()
115 PrintF(trace_scope_->file(), " " V8PRIxPTR_FMT ": [top + %3d] <- ", in DebugPrintOutputObject()
118 PrintF(V8PRIxPTR_FMT " <Smi %d>", reinterpret_cast<Address>(obj), in DebugPrintOutputObject()
123 PrintF(trace_scope_->file(), " ; %s", debug_hint); in DebugPrintOutputObject()
305 PrintF(scope.file(), "[deoptimizer found activation of function: "); in DeoptimizeMarkedCodeForContext()
307 PrintF(scope.file(), in DeoptimizeMarkedCodeForContext()
388 PrintF(scope.file(), "[deoptimize all code in all contexts]\n"); in DeoptimizeAll()
410 PrintF(scope.file(), "[deoptimize marked code in all contexts]\n"); in DeoptimizeMarkedCode()
553 PrintF(trace_scope_->file(), in PrintFunctionName()
719 PrintF(trace_scope_->file(), "[deoptimizing (DEOPT %s): begin ", in DoComputeOutputFrames()
722 PrintF(trace_scope_->file(), in DoComputeOutputFrames()
816 PrintF(trace_scope_->file(), "[deoptimizing (%s): end ", in DoComputeOutputFrames()
819 PrintF(trace_scope_->file(), in DoComputeOutputFrames()
851 PrintF(trace_scope_->file(), " translating interpreted frame "); in DoComputeInterpretedFrame()
853 PrintF(trace_scope_->file(), "%s", name.get()); in DoComputeInterpretedFrame()
854 PrintF(trace_scope_->file(), " => bytecode_offset=%d, height=%d%s\n", in DoComputeInterpretedFrame()
902 PrintF(trace_scope_->file(), " -------------------------\n"); in DoComputeInterpretedFrame()
978 PrintF(trace_scope_->file(), " -------------------------\n"); in DoComputeInterpretedFrame()
1073 PrintF(trace_scope_->file(), in DoComputeArgumentsAdaptorFrame()
1193 PrintF(trace_scope_->file(), in DoComputeConstructStubFrame()
1537 PrintF(trace_scope_->file(), in DoComputeBuiltinContinuation()
1750 PrintF("Materialization [" V8PRIxPTR_FMT "] <- " V8PRIxPTR_FMT " ; ", in MaterializeHeapObjects()
1754 PrintF(trace_scope_->file(), "\n"); in MaterializeHeapObjects()
1765 PrintF(trace_scope_->file(), "Feedback updated"); in MaterializeHeapObjects()
2716 PrintF(trace_file, " reading input frame %s", name.get()); in CreateNextTranslatedFrame()
2718 PrintF(trace_file, in CreateNextTranslatedFrame()
2732 PrintF(trace_file, " reading arguments adaptor frame %s", name.get()); in CreateNextTranslatedFrame()
2733 PrintF(trace_file, " => height=%d; inputs:\n", height); in CreateNextTranslatedFrame()
2745 PrintF(trace_file, " reading construct stub frame %s", name.get()); in CreateNextTranslatedFrame()
2746 PrintF(trace_file, " => bailout_id=%d, height=%d; inputs:\n", in CreateNextTranslatedFrame()
2760 PrintF(trace_file, " reading builtin continuation frame %s", in CreateNextTranslatedFrame()
2762 PrintF(trace_file, " => bailout_id=%d, height=%d; inputs:\n", in CreateNextTranslatedFrame()
2779 PrintF(trace_file, " reading JavaScript builtin continuation frame %s", in CreateNextTranslatedFrame()
2781 PrintF(trace_file, " => bailout_id=%d, height=%d; inputs:\n", in CreateNextTranslatedFrame()
2797 PrintF(trace_file, in CreateNextTranslatedFrame()
2800 PrintF(trace_file, " => bailout_id=%d, height=%d; inputs:\n", in CreateNextTranslatedFrame()
2896 PrintF(trace_file, "arguments elements object #%d (type = %d, length = %d)", in CreateArgumentsElementsTranslatedValues()
2960 PrintF(trace_file, "duplicated object #%d", object_id); in CreateNextTranslatedValue()
2983 PrintF(trace_file, "arguments length field (type = %d, length = %d)", in CreateNextTranslatedValue()
2994 PrintF(trace_file, "captured object #%d (length = %d)", object_index, in CreateNextTranslatedValue()
3013 PrintF(trace_file, V8PRIxPTR_FMT " ; %s ", value, in CreateNextTranslatedValue()
3032 PrintF(trace_file, "%" V8PRIdPTR " ; %s ", value, in CreateNextTranslatedValue()
3050 PrintF(trace_file, "%" V8PRIuPTR " ; %s (uint)", value, in CreateNextTranslatedValue()
3068 PrintF(trace_file, "%" V8PRIdPTR " ; %s (bool)", value, in CreateNextTranslatedValue()
3086 PrintF( in CreateNextTranslatedValue()
3104 PrintF( in CreateNextTranslatedValue()
3119 PrintF(trace_file, V8PRIxPTR_FMT " ; [fp %c %3d] ", value, in CreateNextTranslatedValue()
3134 PrintF(trace_file, "%d ; (int) [fp %c %3d] ", in CreateNextTranslatedValue()
3148 PrintF(trace_file, "%u ; (uint) [fp %c %3d] ", value, in CreateNextTranslatedValue()
3162 PrintF(trace_file, "%u ; (bool) [fp %c %3d] ", value, in CreateNextTranslatedValue()
3175 PrintF(trace_file, "%e ; (float) [fp %c %3d] ", value.get_scalar(), in CreateNextTranslatedValue()
3188 PrintF(trace_file, "%e ; (double) [fp %c %d] ", value.get_scalar(), in CreateNextTranslatedValue()
3201 PrintF(trace_file, V8PRIxPTR_FMT " ; (literal %2d) ", in CreateNextTranslatedValue()
3269 PrintF(trace_file, " %3i: ", in Init()
3273 PrintF(trace_file, " "); in Init()
3275 PrintF(trace_file, " "); in Init()
3285 PrintF(trace_file, "\n"); in Init()
3966 PrintF(trace_file, " reading FeedbackVector (slot %d)\n", in ReadUpdateFeedback()