Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dgen_invoke.cc999 RegStorage reg_max; in GenInlinedCharAt() local
1004 reg_max = AllocTemp(); in GenInlinedCharAt()
1005 Load32Disp(rl_obj.reg, count_offset, reg_max); in GenInlinedCharAt()
1008 OpRegReg(kOpCmp, rl_idx.reg, reg_max); in GenInlinedCharAt()
1009 FreeTemp(reg_max); in GenInlinedCharAt()
/art/compiler/dex/quick/x86/
Dtarget_x86.cc2426 RegStorage reg_max; in GenInlinedCharAt() local