/art/compiler/llvm/ |
D | llvm_compilation_unit.cc | 116 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()
|
D | compiler_llvm.h | 68 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
|
D | compiler_llvm.cc | 157 return new CompiledMethod(*compiler_driver_, compiler_driver_->GetInstructionSet(), in CompileDexMethod() 194 driver->GetInstructionSet()); in ArtInitCompilerContext()
|
D | llvm_compilation_unit.h | 60 InstructionSet GetInstructionSet() const;
|
/art/compiler/sea_ir/ |
D | frontend.cc | 56 std::string llvm_code = llvm_data->GetElf(compiler.GetInstructionSet()); in CompileMethodWithSeaIr() 58 new CompiledMethod(compiler, compiler.GetInstructionSet(), llvm_code, in CompileMethodWithSeaIr()
|
/art/compiler/ |
D | compilers.cc | 131 if (driver.GetInstructionSet() == kX86) { in GetCallFrameInformationInitialization() 134 if (driver.GetInstructionSet() == kX86_64) { in GetCallFrameInformationInitialization()
|
D | compiled_method.h | 45 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
|
D | elf_writer_mclinker.cc | 105 CompilerDriver::InstructionSetToLLVMTarget(compiler_driver_->GetInstructionSet(), in Init() 131 if (compiler_driver_->GetInstructionSet() == kMips) { in Init()
|
D | oat_writer.cc | 354 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()
|
D | common_compiler_test.cc | 211 compiled_method->GetInstructionSet()); in MakeExecutable()
|
/art/compiler/optimizing/ |
D | optimizing_compiler.cc | 81 InstructionSet instruction_set = GetCompilerDriver()->GetInstructionSet(); in TryCompile()
|
D | code_generator_x86_64.h | 175 virtual InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
|
D | code_generator.h | 114 virtual InstructionSet GetInstructionSet() const = 0;
|
D | code_generator_arm.h | 174 virtual InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
|
D | code_generator_x86.h | 176 virtual InstructionSet GetInstructionSet() const OVERRIDE { in GetInstructionSet() function
|
D | codegen_test.cc | 58 if (codegen.GetInstructionSet() == kThumb2) { in Run()
|
/art/runtime/ |
D | oat.h | 95 InstructionSet GetInstructionSet() const;
|
D | signal_catcher.cc | 139 os << "ABI: " << GetInstructionSetString(runtime->GetInstructionSet()) << "\n"; in HandleSigQuit()
|
D | oat.cc | 147 InstructionSet OatHeader::GetInstructionSet() const { in GetInstructionSet() function in art::OatHeader
|
D | runtime.h | 368 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
|
/art/oatdump/ |
D | oatdump.cc | 145 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/ |
D | jni_compiler.cc | 254 return new CompiledMethod(*driver_, cunit_->GetInstructionSet(), cunit_->GetElfObject(), in Compile()
|
/art/compiler/jni/quick/ |
D | jni_compiler.cc | 65 InstructionSet instruction_set = driver->GetInstructionSet(); in ArtJniCompileMethodInternal()
|
/art/runtime/native/ |
D | dalvik_system_VMRuntime.cc | 163 InstructionSet isa = Runtime::Current()->GetInstructionSet(); in VMRuntime_vmInstructionSet()
|
/art/compiler/dex/ |
D | frontend.cc | 652 cu.instruction_set = driver.GetInstructionSet(); in CompileMethod()
|