Home | History | Annotate | Download | only in runtime

Lines Matching refs:instruction_set_

101     : instruction_set_(kNone),
1265 DCHECK_NE(instruction_set_, kNone);
1282 instruction_set_ = instruction_set;
1283 if ((instruction_set_ == kThumb2) || (instruction_set_ == kArm)) {
1288 } else if (instruction_set_ == kMips) {
1293 } else if (instruction_set_ == kX86) {
1298 } else if (instruction_set_ == kX86_64) {
1303 } else if (instruction_set_ == kArm64) {
1309 UNIMPLEMENTED(FATAL) << instruction_set_;