Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dgen_invoke.cc1249 RegStorage reg_max; in GenInlinedCharAt() local
1258 reg_max = AllocTemp(); in GenInlinedCharAt()
1259 Load32Disp(rl_obj.reg, count_offset, reg_max); in GenInlinedCharAt()
1267 OpRegReg(kOpCmp, rl_idx.reg, reg_max); in GenInlinedCharAt()
1268 FreeTemp(reg_max); in GenInlinedCharAt()
/art/compiler/dex/quick/x86/
Dtarget_x86.cc2845 RegStorage reg_max; in GenInlinedCharAt() local