Home | History | Annotate | Download | only in src

Lines Matching refs:PrintF

417     PrintF("-----------------------------------------------------------\n");
418 PrintF("Compiling method %s using hydrogen\n", name->ToCString().get());
522 PrintF("[optimizing ");
524 PrintF(" - took %0.3f, %0.3f, %0.3f ms]\n", ms_creategraph, ms_optimize,
535 PrintF("Compiled: %d functions with %d byte source size in %fms.\n",
700 PrintF("[found optimized code for ");
703 PrintF(" at OSR AST id %d", osr_ast_id.ToInt());
705 PrintF("]\n");
756 PrintF("[aborted optimizing ");
758 PrintF(" because: %s]\n", GetBailoutReason(info->bailout_reason()));
769 PrintF("[completed optimizing ");
771 PrintF("]\n");
781 PrintF(" ** Compilation queue full, will retry optimizing ");
783 PrintF(" later.\n");
800 PrintF(" ** Queued ");
803 PrintF(" for concurrent OSR at %d.\n", info->osr_ast_id().ToInt());
805 PrintF(" for concurrent optimization.\n");
1219 PrintF("[Compiling and serializing %d bytes took %0.3f ms]\n",
1382 PrintF("[completed optimizing ");
1384 PrintF("]\n");
1392 PrintF("[aborted optimizing ");
1394 PrintF(" because: %s]\n", GetBailoutReason(info->bailout_reason()));