Searched refs:BeginPhaseKind (Results 1 – 3 of 3) sorted by relevance
26 void BeginPhaseKind(const char* phase_kind_name);
316 void BeginPhaseKind(const char* phase_kind_name) { in BeginPhaseKind() function in v8::internal::compiler::PipelineData318 pipeline_statistics()->BeginPhaseKind(phase_kind_name); in BeginPhaseKind()517 pipeline_statistics->BeginPhaseKind("initializing"); in CreatePipelineStatistics()1481 data->BeginPhaseKind("graph creation"); in CreateGraph()1548 data->BeginPhaseKind("lowering"); in CreateGraph()1619 data->BeginPhaseKind("block building"); in OptimizeGraph()1673 pipeline_statistics->BeginPhaseKind("stub codegen"); in GenerateCodeForCodeStub()1736 pipeline_statistics->BeginPhaseKind("test codegen"); in GenerateCodeForTesting()1859 data->BeginPhaseKind("register allocation"); in ScheduleAndSelectInstructions()1889 data->BeginPhaseKind("code generation"); in GenerateCode()
73 void PipelineStatistics::BeginPhaseKind(const char* phase_kind_name) { in BeginPhaseKind() function in v8::internal::compiler::PipelineStatistics