Home
last modified time | relevance | path

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

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