Home
last modified time | relevance | path

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

/art/compiler/
Dcompiled_method.cc24 : 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()
Dcompiled_method.h46 return instruction_set_; in GetInstructionSet()
84 const InstructionSet instruction_set_; variable
/art/runtime/
Doat.cc42 instruction_set_ = instruction_set; in OatHeader()
43 UpdateChecksum(&instruction_set_, sizeof(instruction_set_)); in OatHeader()
97 return instruction_set_; in GetInstructionSet()
Doat.h88 InstructionSet instruction_set_; variable
/art/compiler/driver/
Dcompiler_driver.cc342 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()
Dcompiler_driver.h108 return instruction_set_; in GetInstructionSet()
382 InstructionSet instruction_set_; variable
/art/dex2oat/
Ddex2oat.cc256 instruction_set_, in CreateOatFile()
332 instruction_set_(instruction_set), in Dex2Oat()
393 const InstructionSet instruction_set_; member in art::Dex2Oat