Home
last modified time | relevance | path

Searched defs:stage (Results 1 – 5 of 5) sorted by relevance

/art/odrefresh/
Dodr_metrics.cc72 void OdrMetrics::SetDex2OatResult(Stage stage, in SetDex2OatResult()
96 void OdrMetrics::SetBcpCompilationType(Stage stage, BcpCompilationType type) { in SetBcpCompilationType()
Dodr_metrics.h125 void SetStage(Stage stage) { stage_ = stage; } in SetStage()
Dodrefresh.cc2065 OdrMetrics::Stage stage = (isa == bcp_instruction_sets.front()) ? in Compile() local
2082 OdrMetrics::Stage stage = OdrMetrics::Stage::kSystemServerClasspath; in Compile() local
/art/libartbase/base/
Dcommon_art_test.h204 Stage stage; member
/art/compiler/optimizing/
Dregister_allocator_graph_color.cc113 std::ostream& operator<<(std::ostream& os, const CoalesceStage& stage) { in operator <<()
141 CoalesceStage stage; member
158 std::ostream& operator<<(std::ostream& os, const NodeStage& stage) { in operator <<()
370 NodeStage stage; member in art::InterferenceNode