Home
last modified time | relevance | path

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

/art/compiler/dex/quick/x86/
Dtarget_x86.cc1305 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/
Dgen_invoke.cc1239 int count_offset = mirror::String::CountOffset().Int32Value(); in GenInlinedCharAt() local
1259 Load32Disp(rl_obj.reg, count_offset, reg_max); in GenInlinedCharAt()