Home | History | Annotate | Download | only in interpreter

Lines Matching refs:disp

34     int32_t disp = static_cast<int32_t>(_offset);                           \
35 inst = inst->RelativeAt(disp); \
36 dex_pc = static_cast<uint32_t>(static_cast<int32_t>(dex_pc) + disp); \