Lines Matching refs:PrintF

312         PrintF(scope.file(), "[deoptimizer unlinked: ");  in DeoptimizeMarkedCodeForContext()
314 PrintF(scope.file(), in DeoptimizeMarkedCodeForContext()
340 PrintF(scope.file(), "[deoptimizer found activation of function: "); in DeoptimizeMarkedCodeForContext()
342 PrintF(scope.file(), in DeoptimizeMarkedCodeForContext()
431 PrintF(scope.file(), "[deoptimize all code in all contexts]\n"); in DeoptimizeAll()
448 PrintF(scope.file(), "[deoptimize marked code in all contexts]\n"); in DeoptimizeMarkedCode()
599 PrintF(trace_scope_->file(), in PrintFunctionName()
718 PrintF(trace_scope_->file(), "[deoptimizing (DEOPT %s): begin ", in DoComputeOutputFrames()
721 PrintF(trace_scope_->file(), in DoComputeOutputFrames()
795 PrintF(trace_scope_->file(), "[deoptimizing (%s): end ", in DoComputeOutputFrames()
798 PrintF(trace_scope_->file(), in DoComputeOutputFrames()
827 PrintF(trace_scope_->file(), " translating frame "); in DoComputeJSFrame()
829 PrintF(trace_scope_->file(), in DoComputeJSFrame()
1046 PrintF(trace_scope_->file(), " translating interpreted frame "); in DoComputeInterpretedFrame()
1048 PrintF(trace_scope_->file(), " => bytecode_offset=%d, height=%d\n", in DoComputeInterpretedFrame()
1261 PrintF(trace_scope_->file(), in DoComputeArgumentsAdaptorFrame()
1335 PrintF(trace_scope_->file(), "(%d)\n", height - 1); in DoComputeArgumentsAdaptorFrame()
1369 PrintF(trace_scope_->file(), in DoComputeConstructStubFrame()
1459 PrintF(trace_scope_->file(), "(%d)\n", height - 1); in DoComputeConstructStubFrame()
1501 PrintF(trace_scope_->file(), in DoComputeAccessorStubFrame()
1568 PrintF(trace_scope_->file(), "(%s sentinel)\n", kind); in DoComputeAccessorStubFrame()
1669 PrintF(trace_scope_->file(), in DoComputeCompiledStubFrame()
1863 PrintF("Materialization [0x%08" V8PRIxPTR "] <- 0x%08" V8PRIxPTR " ; ", in MaterializeHeapObjects()
1867 PrintF(trace_scope_->file(), "\n"); in MaterializeHeapObjects()
1962 PrintF(trace_scope_->file(), " (input #%d)\n", input_index); in WriteValueToOutput()
1974 PrintF(trace_scope_->file(), in DebugPrintOutputSlot()
2960 PrintF(trace_file, " reading input frame %s", name.get()); in CreateNextTranslatedFrame()
2962 PrintF(trace_file, " => node=%d, args=%d, height=%d; inputs:\n", in CreateNextTranslatedFrame()
2976 PrintF(trace_file, " reading input frame %s", name.get()); in CreateNextTranslatedFrame()
2978 PrintF(trace_file, in CreateNextTranslatedFrame()
2993 PrintF(trace_file, " reading arguments adaptor frame %s", name.get()); in CreateNextTranslatedFrame()
2994 PrintF(trace_file, " => height=%d; inputs:\n", height); in CreateNextTranslatedFrame()
3006 PrintF(trace_file, " reading construct stub frame %s", name.get()); in CreateNextTranslatedFrame()
3007 PrintF(trace_file, " => height=%d; inputs:\n", height); in CreateNextTranslatedFrame()
3018 PrintF(trace_file, " reading getter frame %s; inputs:\n", name.get()); in CreateNextTranslatedFrame()
3030 PrintF(trace_file, " reading setter frame %s; inputs:\n", name.get()); in CreateNextTranslatedFrame()
3039 PrintF(trace_file, in CreateNextTranslatedFrame()
3110 PrintF(trace_file, "duplicated object #%d", object_id); in CreateNextTranslatedValue()
3120 PrintF(trace_file, "argumets object #%d (length = %d)", object_index, in CreateNextTranslatedValue()
3131 PrintF(trace_file, "captured object #%d (length = %d)", object_index, in CreateNextTranslatedValue()
3144 PrintF(trace_file, "0x%08" V8PRIxPTR " ; %s ", value, in CreateNextTranslatedValue()
3156 PrintF(trace_file, "%" V8PRIdPTR " ; %s ", value, in CreateNextTranslatedValue()
3167 PrintF(trace_file, "%" V8PRIuPTR " ; %s (uint)", value, in CreateNextTranslatedValue()
3179 PrintF(trace_file, "%" V8PRIdPTR " ; %s (bool)", value, in CreateNextTranslatedValue()
3190 PrintF(trace_file, "%e ; %s (bool)", value, in CreateNextTranslatedValue()
3201 PrintF(trace_file, "0x%08" V8PRIxPTR " ; [fp %c %d] ", value, in CreateNextTranslatedValue()
3213 PrintF(trace_file, "%d ; (int) [fp %c %d] ", in CreateNextTranslatedValue()
3225 PrintF(trace_file, "%u ; (uint) [fp %c %d] ", value, in CreateNextTranslatedValue()
3236 PrintF(trace_file, "%u ; (bool) [fp %c %d] ", value, in CreateNextTranslatedValue()
3247 PrintF(trace_file, "%e ; (double) [fp %c %d] ", value, in CreateNextTranslatedValue()
3257 PrintF(trace_file, "0x%08" V8PRIxPTR " ; (literal %d) ", in CreateNextTranslatedValue()
3269 PrintF(trace_file, "0x%08" V8PRIxPTR " ; (frame function) ", value); in CreateNextTranslatedValue()
3333 PrintF(trace_file, " %3i: ", in Init()
3337 PrintF(trace_file, " "); in Init()
3339 PrintF(trace_file, " "); in Init()
3350 PrintF(trace_file, "\n"); in Init()
3530 PrintF(stderr, "[couldn't handle instance type %d]\n", in MaterializeAt()