Searched defs:target_disp (Results 1 - 1 of 1) sorted by relevance

/art/compiler/dex/quick/arm/
H A Dassemble_arm.cc1509 int32_t target_disp = (tab_rec != nullptr) ? tab_rec->offset + offset_adjustment local
1512 int32_t disp = target_disp - ((lir->offset + 4) & ~3);
1564 int32_t target_disp = tab_rec ? tab_rec->offset : target->offset; local
1565 lir->operands[1] = (target_disp - (addPCInst->offset + 4)) & 0xffff;
1574 int32_t target_disp = tab_rec ? tab_rec->offset : target->offset; local
1576 ((target_disp - (addPCInst->offset + 4)) >> 16) & 0xffff;

Completed in 34 milliseconds