Lines Matching refs:InstructionSet
53 InstructionSet instruction_set) { in CodeAndMetadata()
134 CompiledMethod* CreateCompiledMethod(InstructionSet instruction_set, in CreateCompiledMethod()
141 CHECK_EQ(instruction_set_, InstructionSet::kNone); in CreateCompiledMethod()
142 CHECK_NE(instruction_set, InstructionSet::kNone); in CreateCompiledMethod()
167 InstructionSet GetInstructionSet() const { in GetInstructionSet()
168 CHECK_NE(instruction_set_, InstructionSet::kNone); in GetInstructionSet()
183 InstructionSet instruction_set_ = InstructionSet::kNone;
189 InstructionSet instruction_set, const std::string& variant) { in CreateCompilerOptions()
205 InstructionSet instruction_set) { in MakeExecutable()
229 if (instruction_set_ == InstructionSet::kThumb2) { in ApplyInstructionSet()
230 CHECK_EQ(InstructionSet::kArm, instruction_set_features_->GetInstructionSet()); in ApplyInstructionSet()
240 void CommonCompilerTestImpl::OverrideInstructionSetFeatures(InstructionSet instruction_set, in OverrideInstructionSetFeatures()