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

  /art/compiler/dex/quick/mips/
int_mips.cc 459 GenRegRegCheck(kCondCs, rl_index.low_reg, reg_len, kThrowArrayBounds);
472 GenRegRegCheck(kCondCs, rl_index.low_reg, reg_len, kThrowArrayBounds);
536 GenRegRegCheck(kCondCs, rl_index.low_reg, reg_len, kThrowArrayBounds);
546 GenRegRegCheck(kCondCs, rl_index.low_reg, reg_len, kThrowArrayBounds);
604 GenRegRegCheck(kCondCs, r_index, reg_len, kThrowArrayBounds);
call_mips.cc 353 GenRegRegCheck(kCondCc, new_sp, check_reg, kThrowStackOverflow);
  /art/compiler/dex/quick/arm/
int_arm.cc 807 GenRegRegCheck(kCondLs, reg_len, rl_index.low_reg, kThrowArrayBounds);
834 GenRegRegCheck(kCondCs, rl_index.low_reg, reg_len, kThrowArrayBounds);
906 GenRegRegCheck(kCondLs, reg_len, rl_index.low_reg, kThrowArrayBounds);
921 GenRegRegCheck(kCondCs, rl_index.low_reg, reg_len, kThrowArrayBounds);
    [all...]
call_arm.cc 592 GenRegRegCheck(kCondCc, rARM_LR, r12, kThrowStackOverflow);
  /art/compiler/dex/quick/
mir_to_lir.h 390 LIR* GenRegRegCheck(ConditionCode c_code, int reg1, int reg2,
    [all...]
gen_common.cc 76 LIR* Mir2Lir::GenRegRegCheck(ConditionCode c_code, int reg1, int reg2,
    [all...]

Completed in 49 milliseconds