HomeSort by relevance Sort by last modified time
    Searched refs:OpDecAndBranch (Results 1 - 8 of 8) sorted by null

  /art/compiler/dex/quick/mips/
codegen_mips.h 143 LIR* OpDecAndBranch(ConditionCode c_code, int reg, LIR* target);
int_mips.cc 312 LIR* MipsMir2Lir::OpDecAndBranch(ConditionCode c_code, int reg, LIR* target) {
  /art/compiler/dex/quick/arm/
codegen_arm.h 142 LIR* OpDecAndBranch(ConditionCode c_code, int reg, LIR* target);
int_arm.cc 600 LIR* ArmMir2Lir::OpDecAndBranch(ConditionCode c_code, int reg, LIR* target) {
    [all...]
  /art/compiler/dex/quick/x86/
codegen_x86.h 143 LIR* OpDecAndBranch(ConditionCode c_code, int reg, LIR* target);
int_x86.cc 293 LIR* X86Mir2Lir::OpDecAndBranch(ConditionCode c_code, int reg, LIR* target) {
  /art/compiler/dex/quick/
mir_to_lir.h     [all...]
gen_common.cc 309 OpDecAndBranch(kCondGe, r_idx, target);
    [all...]

Completed in 31 milliseconds