Home
last modified time | relevance | path

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

/art/compiler/dex/quick/x86/
Dtarget_x86.cc1307 int offset_offset = mirror::String::OffsetOffset().Int32Value(); in GenInlinedIndexOf() local
1389 Load32Disp(rs_rDX, offset_offset, rs_rDI); in GenInlinedIndexOf()
1391 OpRegMem(kOpAdd, rs_rDI, rs_rDX, offset_offset); in GenInlinedIndexOf()
2834 int offset_offset = mirror::String::OffsetOffset().Int32Value(); in GenInlinedCharAt() local
2868 Load32Disp(rl_obj.reg, offset_offset, reg_off); in GenInlinedCharAt()
/art/compiler/dex/quick/
Dgen_invoke.cc1241 int offset_offset = mirror::String::OffsetOffset().Int32Value(); in GenInlinedCharAt() local
1262 Load32Disp(rl_obj.reg, offset_offset, reg_off); in GenInlinedCharAt()