Lines Matching refs:PrintTracePrefix
108 PrintTracePrefix(scope, "compiling method", info);
118 PrintTracePrefix(scope, "compiling method", shared, CodeKind::BASELINE);
151 PrintTracePrefix(scope, "optimizing", info);
162 PrintTracePrefix(scope, "compiling", shared, CodeKind::BASELINE);
171 PrintTracePrefix(scope, "completed optimizing", info);
179 PrintTracePrefix(scope, "aborted optimizing", info);
191 PrintTracePrefix(scope, "found optimized code for", function, code_kind);
203 PrintTracePrefix(scope, "optimizing", function, code_kind);
219 static void PrintTracePrefix(const CodeTracer::Scope& scope,
222 PrintTracePrefix(scope, header, info->closure(), info->code_kind());
225 static void PrintTracePrefix(const CodeTracer::Scope& scope,
233 static void PrintTracePrefix(const CodeTracer::Scope& scope,