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

  /art/compiler/dex/quick/mips/
int_mips.cc 688 bool needs_range_check = (!(opt_flags & MIR_IGNORE_RANGE_CHECK)); local
690 if (needs_range_check) {
713 if (needs_range_check) {
724 if (needs_range_check) {
780 bool needs_range_check = (!(opt_flags & MIR_IGNORE_RANGE_CHECK)); local
782 if (needs_range_check) {
806 if (needs_range_check) {
814 if (needs_range_check) {
  /art/compiler/dex/quick/arm/
int_arm.cc 1401 bool needs_range_check = (!(opt_flags & MIR_IGNORE_RANGE_CHECK)); local
1499 bool needs_range_check = (!(opt_flags & MIR_IGNORE_RANGE_CHECK)); local
    [all...]
  /art/compiler/dex/quick/arm64/
int_arm64.cc 1206 bool needs_range_check = (!(opt_flags & MIR_IGNORE_RANGE_CHECK)); local
1292 bool needs_range_check = (!(opt_flags & MIR_IGNORE_RANGE_CHECK)); local
    [all...]
  /art/compiler/dex/quick/
gen_common.cc 1010 bool needs_range_check = !(opt_flags & MIR_IGNORE_RANGE_CHECK); local
    [all...]

Completed in 248 milliseconds