HomeSort by relevance Sort by last modified time
    Searched refs:instruction_set (Results 26 - 39 of 39) sorted by null

12

  /art/runtime/
runtime.cc     [all...]
Android.mk 242 instruction_set.h \
  /art/compiler/dex/quick/mips/
int_mips.cc 262 DCHECK_NE(cu_->instruction_set, kThumb2);
267 DCHECK_NE(cu_->instruction_set, kThumb2);
target_mips.cc 124 DCHECK_EQ(cu_->instruction_set, kMips);
  /art/compiler/utils/
assembler.h 27 #include "instruction_set.h"
314 static Assembler* Create(InstructionSet instruction_set);
  /art/compiler/dex/quick/
codegen_util.cc 409 switch (cu_->instruction_set) {
419 default: LOG(FATAL) << "Unexpected instruction set: " << cu_->instruction_set;
    [all...]
ralloc_util.cc     [all...]
  /art/compiler/dex/quick/arm/
fp_arm.cc 306 DCHECK_EQ(cu_->instruction_set, kThumb2);
target_arm.cc 122 DCHECK_EQ(cu_->instruction_set, kThumb2);
int_arm.cc 481 DCHECK_EQ(cu_->instruction_set, kThumb2);
506 DCHECK_EQ(cu_->instruction_set, kThumb2);
    [all...]
  /art/compiler/dex/quick/x86/
fp_x86.cc 372 DCHECK_NE(cu_->instruction_set, kThumb2);
target_x86.cc 136 DCHECK_EQ(cu_->instruction_set, kX86);
  /art/compiler/driver/
compiler_driver.cc 338 CompilerDriver::CompilerDriver(CompilerBackend compiler_backend, InstructionSet instruction_set,
342 instruction_set_(instruction_set),
    [all...]
  /art/compiler/dex/
mir_optimization.cc 328 if (!(cu_->compiler_backend == kPortable) && (cu_->instruction_set == kThumb2) &&
    [all...]

Completed in 863 milliseconds

12