Home
last modified time | relevance | path

Searched refs:instruction_set_ (Results 1 – 10 of 10) sorted by relevance

/art/compiler/
Dcompiled_method.cc24 : compiler_driver_(compiler_driver), instruction_set_(instruction_set), in CompiledCode()
31 : compiler_driver_(compiler_driver), instruction_set_(instruction_set), in CompiledCode()
79 return AlignCode(offset, instruction_set_); in AlignCode()
87 return CodeDelta(instruction_set_); in CodeDelta()
Dcompiled_method.h48 return instruction_set_; in GetInstructionSet()
88 const InstructionSet instruction_set_; variable
/art/runtime/
Doat.cc76 instruction_set_ = instruction_set; in OatHeader()
77 UpdateChecksum(&instruction_set_, sizeof(instruction_set_)); in OatHeader()
149 return instruction_set_; in GetInstructionSet()
Druntime.cc101 : instruction_set_(kNone), in Runtime()
1265 DCHECK_NE(instruction_set_, kNone); in CreateCalleeSaveMethod()
1282 instruction_set_ = instruction_set; in SetInstructionSet()
1283 if ((instruction_set_ == kThumb2) || (instruction_set_ == kArm)) { in SetInstructionSet()
1288 } else if (instruction_set_ == kMips) { in SetInstructionSet()
1293 } else if (instruction_set_ == kX86) { in SetInstructionSet()
1298 } else if (instruction_set_ == kX86_64) { in SetInstructionSet()
1303 } else if (instruction_set_ == kArm64) { in SetInstructionSet()
1309 UNIMPLEMENTED(FATAL) << instruction_set_; in SetInstructionSet()
Doat.h123 InstructionSet instruction_set_; variable
Druntime.h377 return instruction_set_; in GetInstructionSet()
531 InstructionSet instruction_set_; variable
/art/compiler/driver/
Dcompiler_driver.cc348 instruction_set_(instruction_set), in CompilerDriver()
457 if (Is64BitInstructionSet(instruction_set_)) { \
458 return CreateTrampoline64(instruction_set_, abi, \
461 return CreateTrampoline32(instruction_set_, abi, \
1210 is_in_image = instruction_set_ != kX86 && instruction_set_ != kX86_64 && in GetCodeAndMethodForDirectCall()
2106 (instruction_set_ == kX86_64 || instruction_set_ == kArm64)) { in CompileMethod()
Dcompiler_driver.h135 return instruction_set_; in GetInstructionSet()
781 const InstructionSet instruction_set_; variable
/art/oatdump/
Doatdump.cc146 instruction_set_(oat_file_.GetOatHeader().GetInstructionSet()), in OatDumper()
147 disassembler_(Disassembler::Create(instruction_set_, in OatDumper()
159 return instruction_set_; in GetInstructionSet()
959 InstructionSet instruction_set_; member in art::OatDumper
/art/dex2oat/
Ddex2oat.cc394 instruction_set_, in CreateOatFile()
517 instruction_set_(instruction_set), in Dex2Oat()
582 const InstructionSet instruction_set_; member in art::Dex2Oat