Lines Matching refs:PrintF
78 PrintF("[generating %s code for %s function: ", kind, ftype);
82 PrintF("%s", name == NULL ? "<unknown>" : name);
84 PrintF("%s", *info->function()->debug_name()->ToCString());
86 PrintF("]\n");
91 PrintF("--- Source from AST ---\n%s\n",
96 PrintF("--- AST ---\n%s\n",
144 PrintF(tracing_scope.file(), "--- Raw source ---\n");
155 PrintF(tracing_scope.file(), "%c", stream.GetNext());
158 PrintF(tracing_scope.file(), "\n\n");
163 PrintF(tracing_scope.file(), "--- Unoptimized code ---\n");
167 PrintF(tracing_scope.file(), "--- Optimized code ---\n");
169 PrintF(tracing_scope.file(), "--- Code ---\n");
172 PrintF(tracing_scope.file(),
183 PrintF(tracing_scope.file(), "--- End code ---\n");