Searched defs:GetInstructionSet (Results 1 - 7 of 7) sorted by relevance

/art/compiler/llvm/
H A Dcompiler_llvm.h68 InstructionSet GetInstructionSet() const { function in class:art::llvm::CompilerLLVM
H A Dllvm_compilation_unit.cc116 switch (GetInstructionSet()) {
139 InstructionSet LlvmCompilationUnit::GetInstructionSet() const { function in class:art::llvm::LlvmCompilationUnit
140 return compiler_llvm_->GetInstructionSet();
202 CompilerDriver::InstructionSetToLLVMTarget(GetInstructionSet(), &target_triple, &target_cpu,
316 InstructionSet insn_set = GetInstructionSet();
/art/compiler/
H A Dcompiled_method.h47 InstructionSet GetInstructionSet() const { function in class:art::CompiledCode
/art/runtime/
H A Doat.cc147 InstructionSet OatHeader::GetInstructionSet() const { function in class:art::OatHeader
H A Druntime.h376 InstructionSet GetInstructionSet() const { function in class:art::Runtime
/art/compiler/driver/
H A Dcompiler_driver.h134 InstructionSet GetInstructionSet() const { function in class:art::CompilerDriver
/art/oatdump/
H A Doatdump.cc146 instruction_set_(oat_file_.GetOatHeader().GetInstructionSet()),
158 InstructionSet GetInstructionSet() { function in class:art::OatDumper
173 os << oat_header.GetInstructionSet() << "\n\n";
274 return oat_file_.GetOatHeader().GetInstructionSet();
352 if (oat_file_.GetOatHeader().GetInstructionSet() == kThumb2) {
715 GetInstructionSet());
1215 if (oat_dumper_->GetInstructionSet() == kThumb2) {

Completed in 159 milliseconds