Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dpipeline-statistics.h31 void BeginPhaseKind(const char* phase_kind_name);
Dpipeline-statistics.cc73 void PipelineStatistics::BeginPhaseKind(const char* phase_kind_name) { in BeginPhaseKind() function in v8::internal::compiler::PipelineStatistics
Dpipeline.cc562 void BeginPhaseKind(const char* phase_kind_name) { in BeginPhaseKind() function in v8::internal::compiler::PipelineData
564 pipeline_statistics()->BeginPhaseKind(phase_kind_name); in BeginPhaseKind()
1012 pipeline_statistics->BeginPhaseKind("V8.TFInitializing"); in CreatePipelineStatistics()
1038 pipeline_statistics->BeginPhaseKind("V8.WasmInitializing"); in CreatePipelineStatistics()
2566 pipeline_statistics->BeginPhaseKind("V8.WasmStubCodegen"); in ExecuteJobImpl()
2632 data->BeginPhaseKind("V8.TFBrokerInitAndSerialization"); in InitializeHeapBroker()
2661 data->BeginPhaseKind("V8.TFGraphCreation"); in CreateGraph()
2693 data->BeginPhaseKind("V8.TFLowering"); in OptimizeGraph()
2767 data->BeginPhaseKind("V8.TFBlockBuilding"); in OptimizeGraph()
2913 pipeline_statistics->BeginPhaseKind("V8.TFStubCodegen"); in GenerateCodeForCodeStub()
[all …]