Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dpipeline-statistics.cc77 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()
Dpipeline.cc2576 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/
Dcode-kind.cc10 const char* CodeKindToString(CodeKind kind) { in CodeKindToString() function
Dcode-kind.h48 const char* CodeKindToString(CodeKind kind);
Dcode.cc489 os << "kind = " << CodeKindToString(kind()) << "\n"; in Disassemble()
Djs-function.cc207 CodeKindToString(target_kind)); in MarkForOptimization()
Dobjects.cc2059 os << "<Code " << CodeKindToString(code.kind()); in HeapObjectShortPrint()
/third_party/node/deps/v8/src/execution/
Dtiering-manager.cc124 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/
Dcode-stats.cc93 CodeKindToString(static_cast<CodeKind>(i)), in ReportCodeStatistics()
/third_party/node/deps/v8/src/codegen/
Dreloc-info.cc470 os << " (" << CodeKindToString(code.kind()); in Print()
Dcompiler.cc230 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/
Ddisassembler.cc266 out << " " << CodeKindToString(kind); in PrintRelocInfo()
/third_party/node/deps/v8/src/deoptimizer/
Ddeoptimizer.cc672 PrintF(file, "%s", CodeKindToString(compiled_code_.kind())); in TraceDeoptBegin()
/third_party/node/deps/v8/src/logging/
Dlog.cc1292 << CodeKindToString(code->kind()) << Logger::kNext; in LogCodeDisassemble()
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.cc1427 CodeKindToString(shared.GetCode().kind()))); in ExtractSharedFunctionInfoReferences()