Home
last modified time | relevance | path

Searched refs:range_check (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/quick/
Dgen_invoke.cc1251 bool range_check = (!(info->opt_flags & MIR_IGNORE_RANGE_CHECK)); in GenInlinedCharAt() local
1257 if (range_check) { in GenInlinedCharAt()
1265 if (range_check) { in GenInlinedCharAt()
1287 if (range_check) { in GenInlinedCharAt()
/art/compiler/dex/quick/x86/
Dtarget_x86.cc2847 bool range_check = (!(info->opt_flags & MIR_IGNORE_RANGE_CHECK)); in GenInlinedCharAt() local
2851 if (range_check) { in GenInlinedCharAt()
2885 if (range_check) { in GenInlinedCharAt()