Home | History | Annotate | Download | only in runtime

Lines Matching refs:instruction_set_

208       instruction_set_(kNone),
1366 instruction_set_ = runtime_options.GetOrDefault(Opt::ImageInstructionSet);
1373 SetInstructionSet(instruction_set_);
1924 const PointerSize pointer_size = GetInstructionSetPointerSize(instruction_set_);
1946 PointerSize pointer_size = GetInstructionSetPointerSize(instruction_set_);
1956 PointerSize pointer_size = GetInstructionSetPointerSize(instruction_set_);
1958 DCHECK_NE(instruction_set_, kNone);
2014 instruction_set_ = instruction_set;
2015 if ((instruction_set_ == kThumb2) || (instruction_set_ == kArm)) {
2020 } else if (instruction_set_ == kMips) {
2025 } else if (instruction_set_ == kMips64) {
2030 } else if (instruction_set_ == kX86) {
2035 } else if (instruction_set_ == kX86_64) {
2040 } else if (instruction_set_ == kArm64) {
2046 UNIMPLEMENTED(FATAL) << instruction_set_;
2051 instruction_set_ = InstructionSet::kNone;