Searched refs:GetInstructionSet (Results 1 – 17 of 17) sorted by relevance
/art/compiler/llvm/ |
D | llvm_compilation_unit.cc | 117 switch (GetInstructionSet()) { in LlvmCompilationUnit() 142 InstructionSet LlvmCompilationUnit::GetInstructionSet() const { in GetInstructionSet() function in art::llvm::LlvmCompilationUnit 143 return compiler_llvm_->GetInstructionSet(); in GetInstructionSet() 205 …CompilerDriver::InstructionSetToLLVMTarget(GetInstructionSet(), target_triple, target_cpu, target_… in MaterializeToRawOStream() 318 InstructionSet insn_set = GetInstructionSet(); in CheckCodeAlign()
|
D | compiler_llvm.h | 69 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
|
D | compiler_llvm.cc | 156 return new CompiledMethod(*compiler_driver_, compiler_driver_->GetInstructionSet(), in CompileDexMethod() 192 driver.GetInstructionSet()); in ArtInitCompilerContext()
|
D | llvm_compilation_unit.h | 60 InstructionSet GetInstructionSet() const;
|
/art/compiler/sea_ir/ |
D | frontend.cc | 59 std::string llvm_code = llvm_data->GetElf(compiler.GetInstructionSet()); in CompileMethodWithSeaIr() 61 new CompiledMethod(compiler, compiler.GetInstructionSet(), llvm_code, in CompileMethodWithSeaIr()
|
/art/compiler/dex/ |
D | frontend.cc | 126 cu.instruction_set = compiler.GetInstructionSet(); in CompileMethod() 229 switch (compiler.GetInstructionSet()) { in CompileMethod() 240 LOG(FATAL) << "Unexpected instruction set: " << compiler.GetInstructionSet(); in CompileMethod()
|
/art/runtime/ |
D | oat.h | 76 InstructionSet GetInstructionSet() const;
|
D | oat.cc | 95 InstructionSet OatHeader::GetInstructionSet() const { in GetInstructionSet() function in art::OatHeader
|
D | common_test.h | 201 compiled_method->GetInstructionSet()); in MakeExecutable()
|
/art/compiler/ |
D | compiled_method.h | 45 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
|
D | elf_writer_mclinker.cc | 101 CompilerDriver::InstructionSetToLLVMTarget(compiler_driver_->GetInstructionSet(), in Init() 127 if (compiler_driver_->GetInstructionSet() == kMips) { in Init()
|
D | oat_writer.cc | 95 oat_header_ = new OatHeader(compiler_driver_->GetInstructionSet(), in InitOatHeader() 181 InstructionSet instruction_set = compiler_driver_->GetInstructionSet(); in InitOatCode() 553 InstructionSet instruction_set = compiler_driver_->GetInstructionSet(); in WriteCode()
|
D | elf_writer_quick.cc | 307 switch (compiler_driver_->GetInstructionSet()) { in Write() 329 LOG(FATAL) << "Unknown instruction set: " << compiler_driver_->GetInstructionSet(); in Write()
|
/art/oatdump/ |
D | oatdump.cc | 103 disassembler_(Disassembler::Create(oat_file_.GetOatHeader().GetInstructionSet())) { in OatDumper() 117 os << oat_header.GetInstructionSet() << "\n\n"; in Dump() 168 InstructionSet GetInstructionSet() { in GetInstructionSet() function in art::OatDumper 169 return oat_file_.GetOatHeader().GetInstructionSet(); in GetInstructionSet() 235 if (oat_file_.GetOatHeader().GetInstructionSet() == kThumb2) { in AddOffsets() 886 if (oat_dumper_->GetInstructionSet() == kThumb2) { in GetOatCodeBegin()
|
/art/compiler/jni/portable/ |
D | jni_compiler.cc | 254 return new CompiledMethod(*driver_, cunit_->GetInstructionSet(), cunit_->GetElfObject(), in Compile()
|
/art/compiler/driver/ |
D | compiler_driver.h | 107 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
|
/art/compiler/jni/quick/ |
D | jni_compiler.cc | 63 InstructionSet instruction_set = compiler.GetInstructionSet(); in ArtJniCompileMethodInternal()
|