Lines Matching defs:GetInstructionSet
111 const InstructionSet isa = oat_file_->GetOatHeader().GetInstructionSet();
259 info.isa = oat_header.GetInstructionSet();
334 instruction_set_(oat_file_.GetOatHeader().GetInstructionSet()),
350 InstructionSet GetInstructionSet() {
368 os << oat_header.GetInstructionSet() << "\n\n";
372 InstructionSetFeatures::FromBitmap(oat_header.GetInstructionSet(),
486 return oat_file_.GetOatHeader().GetInstructionSet();
564 if (oat_file_.GetOatHeader().GetInstructionSet() == kThumb2) {
1057 GetInstructionSet());
1066 uint32_t offset = StackVisitor::GetOutVROffset(out_reg, GetInstructionSet());
1630 if (oat_dumper_->GetInstructionSet() == kThumb2) {
2356 if (Is64BitInstructionSet(oat_file->GetOatHeader().GetInstructionSet())) {