Home
last modified time | relevance | path

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

/art/odrefresh/
Dodrefresh.cc2183 const std::vector<InstructionSet>& bcp_instruction_sets = config_.GetBootClasspathIsas(); in Compile() local
2184 DCHECK(!bcp_instruction_sets.empty() && bcp_instruction_sets.size() <= 2); in Compile()
2192 OdrMetrics::Stage stage = (isa == bcp_instruction_sets.front()) ? in Compile()