Searched refs:count_offset (Results 1 – 2 of 2) sorted by relevance
/art/compiler/dex/quick/x86/ |
D | target_x86.cc | 1305 int count_offset = mirror::String::CountOffset().Int32Value(); in GenInlinedIndexOf() local 1312 Load32Disp(rs_rDX, count_offset, rs_rCX); in GenInlinedIndexOf() 2832 int count_offset = mirror::String::CountOffset().Int32Value(); in GenInlinedCharAt() local 2857 kCondLs, RegStorage::InvalidReg(), rl_obj.reg, count_offset, in GenInlinedCharAt() 2861 OpRegMem(kOpCmp, rl_idx.reg, rl_obj.reg, count_offset); in GenInlinedCharAt()
|
/art/compiler/dex/quick/ |
D | gen_invoke.cc | 1239 int count_offset = mirror::String::CountOffset().Int32Value(); in GenInlinedCharAt() local 1259 Load32Disp(rl_obj.reg, count_offset, reg_max); in GenInlinedCharAt()
|