Searched defs:stage (Results 1 – 4 of 4) sorted by relevance
71 void OdrMetrics::SetDex2OatResult(Stage stage, in SetDex2OatResult()95 void OdrMetrics::SetBcpCompilationType(Stage stage, BcpCompilationType type) { in SetBcpCompilationType()
125 void SetStage(Stage stage) { stage_ = stage; } in SetStage()
2192 OdrMetrics::Stage stage = (isa == bcp_instruction_sets.front()) ? in Compile() local2210 OdrMetrics::Stage stage = OdrMetrics::Stage::kSystemServerClasspath; in Compile() local
210 Stage stage; member