Lines Matching refs:instruction_set
53 InstructionSet instruction_set) { in CodeAndMetadata() argument
60 const size_t code_alignment = GetInstructionSetCodeAlignment(instruction_set); in CodeAndMetadata()
112 size_t adjustment = GetInstructionSetEntryPointAdjustment(instruction_set); in CodeAndMetadata()
134 CompiledMethod* CreateCompiledMethod(InstructionSet instruction_set, in CreateCompiledMethod() argument
142 CHECK_NE(instruction_set, InstructionSet::kNone); in CreateCompiledMethod()
143 instruction_set_ = instruction_set; in CreateCompiledMethod()
189 InstructionSet instruction_set, const std::string& variant) { in CreateCompilerOptions() argument
192 compiler_options->instruction_set_ = instruction_set; in CreateCompilerOptions()
195 InstructionSetFeatures::FromVariant(instruction_set, variant, &error_msg); in CreateCompilerOptions()
205 InstructionSet instruction_set) { in MakeExecutable() argument
207 code_and_metadata_.emplace_back(code, vmap_table, instruction_set); in MakeExecutable()
240 void CommonCompilerTestImpl::OverrideInstructionSetFeatures(InstructionSet instruction_set, in OverrideInstructionSetFeatures() argument
242 instruction_set_ = instruction_set; in OverrideInstructionSetFeatures()
245 InstructionSetFeatures::FromVariant(instruction_set, variant, &error_msg); in OverrideInstructionSetFeatures()