Searched defs:check_zero (Results 1 - 5 of 5) sorted by relevance

/art/compiler/dex/quick/mips/
H A Dint_mips.cc266 RegLocation rl_src2, bool is_div, bool check_zero) {
265 GenDivRem(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2, bool is_div, bool check_zero) argument
/art/compiler/dex/quick/arm/
H A Dint_arm.cc685 RegLocation rl_src2, bool is_div, bool check_zero) {
684 GenDivRem(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2, bool is_div, bool check_zero) argument
/art/compiler/dex/quick/arm64/
H A Dint_arm64.cc612 RegLocation rl_src2, bool is_div, bool check_zero) {
611 GenDivRem(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2, bool is_div, bool check_zero) argument
/art/compiler/dex/quick/
H A Dgen_common.cc1426 bool check_zero = false; local
1453 check_zero = true;
1460 check_zero = true;
1521 if (check_zero) {
1532 if (check_zero) {
1546 if (check_zero) {
1838 bool check_zero = false; local
1878 check_zero = true;
1885 check_zero = true;
1913 if (check_zero) {
[all...]
/art/compiler/dex/quick/x86/
H A Dint_x86.cc754 RegLocation rl_src2, bool is_div, bool check_zero) {
768 if (check_zero) {
753 GenDivRem(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2, bool is_div, bool check_zero) argument

Completed in 77 milliseconds