Searched refs:CodeKindToString (Results 1 – 15 of 15) sorted by relevance
| /third_party/node/deps/v8/src/compiler/ |
| D | pipeline-statistics.cc | 77 CodeKindToString(code_kind_)); in BeginPhaseKind() 88 CodeKindToString(code_kind_), "stats", in EndPhaseKind() 94 CodeKindToString(code_kind_)); in BeginPhase() 106 CodeKindToString(code_kind_), "stats", in EndPhase()
|
| D | pipeline.cc | 2576 StdoutStream{} << "-- wasm stub " << CodeKindToString(info_.code_kind()) in ExecuteJobImpl() 3045 StdoutStream{} << "-- wasm stub " << CodeKindToString(kind) << " graph -- " in GenerateCodeForWasmNativeStub()
|
| /third_party/node/deps/v8/src/objects/ |
| D | code-kind.cc | 10 const char* CodeKindToString(CodeKind kind) { in CodeKindToString() function
|
| D | code-kind.h | 48 const char* CodeKindToString(CodeKind kind);
|
| D | code.cc | 489 os << "kind = " << CodeKindToString(kind()) << "\n"; in Disassemble()
|
| D | js-function.cc | 207 CodeKindToString(target_kind)); in MarkForOptimization()
|
| D | objects.cc | 2059 os << "<Code " << CodeKindToString(code.kind()); in HeapObjectShortPrint()
|
| /third_party/node/deps/v8/src/execution/ |
| D | tiering-manager.cc | 124 CodeKindToString(d.code_kind), ToString(d.concurrency_mode), in TraceRecompile() 137 PrintF(" for optimization to %s, %s]\n", CodeKindToString(code_kind), in TraceManualRecompile()
|
| /third_party/node/deps/v8/src/heap/ |
| D | code-stats.cc | 93 CodeKindToString(static_cast<CodeKind>(i)), in ReportCodeStatistics()
|
| /third_party/node/deps/v8/src/codegen/ |
| D | reloc-info.cc | 470 os << " (" << CodeKindToString(code.kind()); in Print()
|
| D | compiler.cc | 230 PrintF(scope.file(), " (target %s)", CodeKindToString(code_kind)); in PrintTracePrefix() 239 PrintF(scope.file(), " (target %s)", CodeKindToString(code_kind)); in PrintTracePrefix()
|
| /third_party/node/deps/v8/src/diagnostics/ |
| D | disassembler.cc | 266 out << " " << CodeKindToString(kind); in PrintRelocInfo()
|
| /third_party/node/deps/v8/src/deoptimizer/ |
| D | deoptimizer.cc | 672 PrintF(file, "%s", CodeKindToString(compiled_code_.kind())); in TraceDeoptBegin()
|
| /third_party/node/deps/v8/src/logging/ |
| D | log.cc | 1292 << CodeKindToString(code->kind()) << Logger::kNext; in LogCodeDisassemble()
|
| /third_party/node/deps/v8/src/profiler/ |
| D | heap-snapshot-generator.cc | 1427 CodeKindToString(shared.GetCode().kind()))); in ExtractSharedFunctionInfoReferences()
|