Lines Matching refs:instruction_set_
611 instruction_set_(kRuntimeISA == InstructionSet::kArm ? InstructionSet::kThumb2 : kRuntimeISA), in Dex2Oat()
707 instruction_set_, option, &parser_options->error_msg); in ParseInstructionSetVariant()
716 instruction_set_, "default", &parser_options->error_msg); in ParseInstructionSetFeatures()
892 instruction_set_, "default", &parser_options->error_msg); in ProcessOptions()
899 if (instruction_set_ == kRuntimeISA) { in ProcessOptions()
916 switch (instruction_set_) { in ProcessOptions()
1239 AssignIfExists(args, M::TargetInstructionSet, &instruction_set_); in ParseArgs()
1241 if (instruction_set_ == InstructionSet::kArm) { in ParseArgs()
1242 instruction_set_ = InstructionSet::kThumb2; in ParseArgs()
1655 instruction_set_, in Setup()
1871 instruction_set_, in Compile()
2101 linker::MultiOatRelativePatcher patcher(instruction_set_, instruction_set_features_.get()); in WriteOutputFiles()
2542 elf_writers_.emplace_back(linker::CreateElfWriterQuick(instruction_set_, in CreateOatWriters()
2599 std::make_pair("imageinstructionset", GetInstructionSetString(instruction_set_))); in PrepareRuntimeOptions()
2662 runtime_->SetInstructionSet(instruction_set_); in CreateRuntime()
2859 InstructionSet instruction_set_; member in art::FINAL