Home
last modified time | relevance | path

Searched refs:GetInstructionSet (Results 1 – 25 of 29) sorted by relevance

12

/art/compiler/llvm/
Dllvm_compilation_unit.cc116 switch (GetInstructionSet()) { in LlvmCompilationUnit()
139 InstructionSet LlvmCompilationUnit::GetInstructionSet() const { in GetInstructionSet() function in art::llvm::LlvmCompilationUnit
140 return compiler_llvm_->GetInstructionSet(); in GetInstructionSet()
202 CompilerDriver::InstructionSetToLLVMTarget(GetInstructionSet(), &target_triple, &target_cpu, in MaterializeToRawOStream()
316 InstructionSet insn_set = GetInstructionSet(); in CheckCodeAlign()
Dcompiler_llvm.h68 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
Dcompiler_llvm.cc157 return new CompiledMethod(*compiler_driver_, compiler_driver_->GetInstructionSet(), in CompileDexMethod()
194 driver->GetInstructionSet()); in ArtInitCompilerContext()
Dllvm_compilation_unit.h60 InstructionSet GetInstructionSet() const;
/art/compiler/sea_ir/
Dfrontend.cc56 std::string llvm_code = llvm_data->GetElf(compiler.GetInstructionSet()); in CompileMethodWithSeaIr()
58 new CompiledMethod(compiler, compiler.GetInstructionSet(), llvm_code, in CompileMethodWithSeaIr()
/art/compiler/
Dcompilers.cc131 if (driver.GetInstructionSet() == kX86) { in GetCallFrameInformationInitialization()
134 if (driver.GetInstructionSet() == kX86_64) { in GetCallFrameInformationInitialization()
Dcompiled_method.h45 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
Delf_writer_mclinker.cc105 CompilerDriver::InstructionSetToLLVMTarget(compiler_driver_->GetInstructionSet(), in Init()
131 if (compiler_driver_->GetInstructionSet() == kMips) { in Init()
Doat_writer.cc354 GetInstructionSetAlignment(compiled_method->GetInstructionSet())); in VisitMethod()
598 GetInstructionSetAlignment(compiled_method->GetInstructionSet())); in VisitMethod()
734 oat_header_ = OatHeader::Create(compiler_driver_->GetInstructionSet(), in InitOatHeader()
823 InstructionSet instruction_set = compiler_driver_->GetInstructionSet(); in InitOatCode()
1036 InstructionSet instruction_set = compiler_driver_->GetInstructionSet(); in WriteCode()
Dcommon_compiler_test.cc211 compiled_method->GetInstructionSet()); in MakeExecutable()
/art/compiler/optimizing/
Doptimizing_compiler.cc81 InstructionSet instruction_set = GetCompilerDriver()->GetInstructionSet(); in TryCompile()
Dcode_generator_x86_64.h175 virtual InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
Dcode_generator.h114 virtual InstructionSet GetInstructionSet() const = 0;
Dcode_generator_arm.h174 virtual InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
Dcode_generator_x86.h176 virtual InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
Dcodegen_test.cc58 if (codegen.GetInstructionSet() == kThumb2) { in Run()
/art/runtime/
Doat.h95 InstructionSet GetInstructionSet() const;
Dsignal_catcher.cc139 os << "ABI: " << GetInstructionSetString(runtime->GetInstructionSet()) << "\n"; in HandleSigQuit()
Doat.cc147 InstructionSet OatHeader::GetInstructionSet() const { in GetInstructionSet() function in art::OatHeader
Druntime.h368 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
/art/oatdump/
Doatdump.cc145 disassembler_(Disassembler::Create(oat_file_.GetOatHeader().GetInstructionSet(), in OatDumper()
167 os << oat_header.GetInstructionSet() << "\n\n"; in Dump()
267 InstructionSet GetInstructionSet() { in GetInstructionSet() function in art::OatDumper
268 return oat_file_.GetOatHeader().GetInstructionSet(); in GetInstructionSet()
345 if (oat_file_.GetOatHeader().GetInstructionSet() == kThumb2) { in AddOffsets()
708 GetInstructionSet()); in DescribeVReg()
1204 if (oat_dumper_->GetInstructionSet() == kThumb2) { in GetQuickOatCodeBegin()
/art/compiler/jni/portable/
Djni_compiler.cc254 return new CompiledMethod(*driver_, cunit_->GetInstructionSet(), cunit_->GetElfObject(), in Compile()
/art/compiler/jni/quick/
Djni_compiler.cc65 InstructionSet instruction_set = driver->GetInstructionSet(); in ArtJniCompileMethodInternal()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc163 InstructionSet isa = Runtime::Current()->GetInstructionSet(); in VMRuntime_vmInstructionSet()
/art/compiler/dex/
Dfrontend.cc652 cu.instruction_set = driver.GetInstructionSet(); in CompileMethod()

12