HomeSort by relevance Sort by last modified time
    Searched refs:GetInstructionSet (Results 1 - 25 of 30) sorted by null

1 2

  /art/compiler/llvm/
compiler_llvm.h 68 InstructionSet GetInstructionSet() const {
llvm_compilation_unit.cc 116 switch (GetInstructionSet()) {
139 InstructionSet LlvmCompilationUnit::GetInstructionSet() const {
140 return compiler_llvm_->GetInstructionSet();
202 CompilerDriver::InstructionSetToLLVMTarget(GetInstructionSet(), &target_triple, &target_cpu,
316 InstructionSet insn_set = GetInstructionSet();
llvm_compilation_unit.h 60 InstructionSet GetInstructionSet() const;
compiler_llvm.cc 157 return new CompiledMethod(*compiler_driver_, compiler_driver_->GetInstructionSet(),
194 driver->GetInstructionSet());
  /art/compiler/
compilers.cc 87 size_t pointer_size = InstructionSetPointerSize(GetCompilerDriver()->GetInstructionSet());
133 if (driver.GetInstructionSet() == kX86) {
136 if (driver.GetInstructionSet() == kX86_64) {
compiled_method.h 47 InstructionSet GetInstructionSet() const {
elf_writer_mclinker.cc 105 CompilerDriver::InstructionSetToLLVMTarget(compiler_driver_->GetInstructionSet(),
131 if (compiler_driver_->GetInstructionSet() == kMips) {
oat_writer.cc 357 GetInstructionSetAlignment(compiled_method->GetInstructionSet()));
605 GetInstructionSetAlignment(compiled_method->GetInstructionSet()));
743 oat_header_ = OatHeader::Create(compiler_driver_->GetInstructionSet(),
832 InstructionSet instruction_set = compiler_driver_->GetInstructionSet();
    [all...]
common_compiler_test.cc 206 compiled_method->GetInstructionSet());
  /art/compiler/sea_ir/
frontend.cc 56 std::string llvm_code = llvm_data->GetElf(compiler.GetInstructionSet());
58 new CompiledMethod(compiler, compiler.GetInstructionSet(), llvm_code,
  /art/compiler/optimizing/
code_generator.h 114 virtual InstructionSet GetInstructionSet() const = 0;
code_generator_arm.h 174 virtual InstructionSet GetInstructionSet() const OVERRIDE {
code_generator_x86.h 176 virtual InstructionSet GetInstructionSet() const OVERRIDE {
code_generator_x86_64.h 175 virtual InstructionSet GetInstructionSet() const OVERRIDE {
optimizing_compiler.cc 81 InstructionSet instruction_set = GetCompilerDriver()->GetInstructionSet();
codegen_test.cc 58 if (codegen.GetInstructionSet() == kThumb2) {
  /art/runtime/
oat.h 96 InstructionSet GetInstructionSet() const;
signal_catcher.cc 145 os << "ABI: " << GetInstructionSetString(runtime->GetInstructionSet()) << "\n";
oat.cc 147 InstructionSet OatHeader::GetInstructionSet() const {
runtime.h 376 InstructionSet GetInstructionSet() const {
  /art/compiler/jni/portable/
jni_compiler.cc 254 return new CompiledMethod(*driver_, cunit_->GetInstructionSet(), cunit_->GetElfObject(),
  /art/oatdump/
oatdump.cc 146 instruction_set_(oat_file_.GetOatHeader().GetInstructionSet()),
158 InstructionSet GetInstructionSet() {
173 os << oat_header.GetInstructionSet() << "\n\n";
274 return oat_file_.GetOatHeader().GetInstructionSet();
352 if (oat_file_.GetOatHeader().GetInstructionSet() == kThumb2) {
715 GetInstructionSet());
    [all...]
  /art/compiler/jni/quick/
jni_compiler.cc 65 InstructionSet instruction_set = driver->GetInstructionSet();
  /art/runtime/native/
dalvik_system_VMRuntime.cc 163 InstructionSet isa = Runtime::Current()->GetInstructionSet();
  /art/compiler/dex/
frontend.cc 652 cu.instruction_set = driver.GetInstructionSet();

Completed in 678 milliseconds

1 2