Searched refs:instruction_set_ (Results 1 – 7 of 7) sorted by relevance
/art/compiler/ |
D | compiled_method.cc | 24 : compiler_driver_(compiler_driver), instruction_set_(instruction_set), code_(nullptr) { in CompiledCode() 30 : compiler_driver_(compiler_driver), instruction_set_(instruction_set), symbol_(symbol) { in CompiledCode() 50 return AlignCode(offset, instruction_set_); in AlignCode() 69 switch (instruction_set_) { in CodeDelta() 79 LOG(FATAL) << "Unknown InstructionSet: " << instruction_set_; in CodeDelta()
|
D | compiled_method.h | 46 return instruction_set_; in GetInstructionSet() 84 const InstructionSet instruction_set_; variable
|
/art/runtime/ |
D | oat.cc | 42 instruction_set_ = instruction_set; in OatHeader() 43 UpdateChecksum(&instruction_set_, sizeof(instruction_set_)); in OatHeader() 97 return instruction_set_; in GetInstructionSet()
|
D | oat.h | 88 InstructionSet instruction_set_; variable
|
/art/compiler/driver/ |
D | compiler_driver.cc | 342 instruction_set_(instruction_set), in CompilerDriver() 455 return CreateTrampoline(instruction_set_, kInterpreterAbi, in CreateInterpreterToInterpreterBridge() 460 return CreateTrampoline(instruction_set_, kInterpreterAbi, in CreateInterpreterToCompiledCodeBridge() 465 return CreateTrampoline(instruction_set_, kJniAbi, JNI_ENTRYPOINT_OFFSET(pDlsymLookup)); in CreateJniDlsymLookup() 469 return CreateTrampoline(instruction_set_, kPortableAbi, in CreatePortableResolutionTrampoline() 474 return CreateTrampoline(instruction_set_, kPortableAbi, in CreatePortableToInterpreterBridge() 479 return CreateTrampoline(instruction_set_, kQuickAbi, in CreateQuickResolutionTrampoline() 484 return CreateTrampoline(instruction_set_, kQuickAbi, in CreateQuickToInterpreterBridge() 1199 (GetCompilerBackend() == kQuick && instruction_set_ != kThumb2) || in ComputeInvokeInfo()
|
D | compiler_driver.h | 108 return instruction_set_; in GetInstructionSet() 382 InstructionSet instruction_set_; variable
|
/art/dex2oat/ |
D | dex2oat.cc | 256 instruction_set_, in CreateOatFile() 332 instruction_set_(instruction_set), in Dex2Oat() 393 const InstructionSet instruction_set_; member in art::Dex2Oat
|