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

/art/compiler/llvm/
H A Dcompiler_llvm.h69 InstructionSet GetInstructionSet() const { function in class:art::llvm::CompilerLLVM
H A Dllvm_compilation_unit.cc117 switch (GetInstructionSet()) {
142 InstructionSet LlvmCompilationUnit::GetInstructionSet() const { function in class:art::llvm::LlvmCompilationUnit
143 return compiler_llvm_->GetInstructionSet();
205 CompilerDriver::InstructionSetToLLVMTarget(GetInstructionSet(), target_triple, target_cpu, target_attr);
318 InstructionSet insn_set = GetInstructionSet();
/art/compiler/
H A Dcompiled_method.h45 InstructionSet GetInstructionSet() const { function in class:art::CompiledCode
/art/runtime/
H A Doat.cc95 InstructionSet OatHeader::GetInstructionSet() const { function in class:art::OatHeader
/art/compiler/driver/
H A Dcompiler_driver.h107 InstructionSet GetInstructionSet() const { function in class:art::CompilerDriver
/art/oatdump/
H A Doatdump.cc103 disassembler_(Disassembler::Create(oat_file_.GetOatHeader().GetInstructionSet())) {
117 os << oat_header.GetInstructionSet() << "\n\n";
168 InstructionSet GetInstructionSet() { function in class:art::OatDumper
169 return oat_file_.GetOatHeader().GetInstructionSet();
235 if (oat_file_.GetOatHeader().GetInstructionSet() == kThumb2) {
886 if (oat_dumper_->GetInstructionSet() == kThumb2) {

Completed in 125 milliseconds