Lines Matching refs:BeginPhaseKind
562 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()
3031 pipeline_statistics->BeginPhaseKind("V8.WasmStubCodegen"); in GenerateCodeForWasmNativeStub()
3147 data.BeginPhaseKind("V8.WasmOptimization"); in GenerateCodeForWasmFunction()
3182 data.BeginPhaseKind("V8.InstructionSelection"); in GenerateCodeForWasmFunction()
3314 pipeline_statistics->BeginPhaseKind("V8.TFTestCodegen"); in GenerateCodeForTesting()
3476 data->BeginPhaseKind("V8.TFRegisterAllocation"); in SelectInstructions()
3603 data->BeginPhaseKind("V8.TFCodeGeneration"); in AssembleCode()
3624 data->BeginPhaseKind("V8.TFFinalizeCode"); in FinalizeCode()