Searched refs:bcp_instruction_sets (Results 1 – 1 of 1) sorted by relevance
2183 const std::vector<InstructionSet>& bcp_instruction_sets = config_.GetBootClasspathIsas(); in Compile() local2184 DCHECK(!bcp_instruction_sets.empty() && bcp_instruction_sets.size() <= 2); in Compile()2192 OdrMetrics::Stage stage = (isa == bcp_instruction_sets.front()) ? in Compile()