Searched refs:GetInstructionSet (Results 1 - 25 of 30) sorted by relevance

12

/art/compiler/
H A Dcompilers.cc87 size_t pointer_size = InstructionSetPointerSize(GetCompilerDriver()->GetInstructionSet());
133 if (driver.GetInstructionSet() == kX86) {
136 if (driver.GetInstructionSet() == kX86_64) {
H A Dcompiled_method.h47 InstructionSet GetInstructionSet() const { function in class:art::CompiledCode
H A Delf_writer_mclinker.cc105 CompilerDriver::InstructionSetToLLVMTarget(compiler_driver_->GetInstructionSet(),
131 if (compiler_driver_->GetInstructionSet() == kMips) {
H A Doat_writer.cc357 GetInstructionSetAlignment(compiled_method->GetInstructionSet()));
605 GetInstructionSetAlignment(compiled_method->GetInstructionSet()));
743 oat_header_ = OatHeader::Create(compiler_driver_->GetInstructionSet(),
832 InstructionSet instruction_set = compiler_driver_->GetInstructionSet();
1045 InstructionSet instruction_set = compiler_driver_->GetInstructionSet();
H A Dcommon_compiler_test.cc206 compiled_method->GetInstructionSet());
/art/compiler/sea_ir/
H A Dfrontend.cc56 std::string llvm_code = llvm_data->GetElf(compiler.GetInstructionSet());
58 new CompiledMethod(compiler, compiler.GetInstructionSet(), llvm_code,
/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();
H A Dllvm_compilation_unit.h60 InstructionSet GetInstructionSet() const;
H A Dcompiler_llvm.cc157 return new CompiledMethod(*compiler_driver_, compiler_driver_->GetInstructionSet(),
194 driver->GetInstructionSet());
/art/compiler/optimizing/
H A Dcode_generator_arm.h174 virtual InstructionSet GetInstructionSet() const OVERRIDE {
H A Dcode_generator_x86.h176 virtual InstructionSet GetInstructionSet() const OVERRIDE {
H A Dcode_generator_x86_64.h175 virtual InstructionSet GetInstructionSet() const OVERRIDE {
H A Doptimizing_compiler.cc81 InstructionSet instruction_set = GetCompilerDriver()->GetInstructionSet();
H A Dcode_generator.h114 virtual InstructionSet GetInstructionSet() const = 0;
H A Dcodegen_test.cc58 if (codegen.GetInstructionSet() == kThumb2) {
/art/runtime/
H A Doat.h96 InstructionSet GetInstructionSet() const;
H A Dsignal_catcher.cc145 os << "ABI: " << GetInstructionSetString(runtime->GetInstructionSet()) << "\n";
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/jni/portable/
H A Djni_compiler.cc254 return new CompiledMethod(*driver_, cunit_->GetInstructionSet(), cunit_->GetElfObject(),
/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) {
/art/compiler/jni/quick/
H A Djni_compiler.cc65 InstructionSet instruction_set = driver->GetInstructionSet();
/art/runtime/native/
H A Ddalvik_system_VMRuntime.cc163 InstructionSet isa = Runtime::Current()->GetInstructionSet();
/art/compiler/dex/
H A Dfrontend.cc652 cu.instruction_set = driver.GetInstructionSet();

Completed in 6590 milliseconds

12