Home
last modified time | relevance | path

Searched refs:PrintTracePrefix (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dcompiler.cc108 PrintTracePrefix(scope, "compiling method", info); in TracePrepareJob()
118 PrintTracePrefix(scope, "compiling method", shared, CodeKind::BASELINE); in TraceStartBaselineCompile()
151 PrintTracePrefix(scope, "optimizing", info); in TraceCompilationStats()
162 PrintTracePrefix(scope, "compiling", shared, CodeKind::BASELINE); in TraceFinishBaselineCompile()
171 PrintTracePrefix(scope, "completed optimizing", info); in TraceCompletedJob()
179 PrintTracePrefix(scope, "aborted optimizing", info); in TraceAbortedJob()
191 PrintTracePrefix(scope, "found optimized code for", function, code_kind); in TraceOptimizedCodeCacheHit()
203 PrintTracePrefix(scope, "optimizing", function, code_kind); in TraceOptimizeForAlwaysOpt()
219 static void PrintTracePrefix(const CodeTracer::Scope& scope, in PrintTracePrefix() function in v8::internal::__anon32d8d53a0111::CompilerTracer
222 PrintTracePrefix(scope, header, info->closure(), info->code_kind()); in PrintTracePrefix()
[all …]