Lines Matching refs:target
1259 LIR *lir_target = lir->target; in AssembleLIR()
1261 CodeOffset target = lir_target->offset + in AssembleLIR() local
1263 int32_t delta = target - pc; in AssembleLIR()
1294 base_reg, 0, 0, 0, 0, lir->target); in AssembleLIR()
1339 LIR *target_lir = lir->target; in AssembleLIR()
1341 CodeOffset target = target_lir->offset + in AssembleLIR() local
1343 int32_t delta = target - pc; in AssembleLIR()
1352 0, 0, 0, lir->target); in AssembleLIR()
1361 lir->target = 0; in AssembleLIR()
1408 LIR *target_lir = lir->target; in AssembleLIR()
1412 CodeOffset target = target_lir->offset + in AssembleLIR() local
1414 delta = target - pc; in AssembleLIR()
1427 LIR *target_lir = lir->target; in AssembleLIR()
1429 CodeOffset target = target_lir->offset + in AssembleLIR() local
1431 int32_t delta = target - pc; in AssembleLIR()
1444 LIR *target_lir = lir->target; in AssembleLIR()
1446 CodeOffset target = target_lir->offset + in AssembleLIR() local
1448 int32_t delta = target - pc; in AssembleLIR()
1475 CodeOffset target = lir->operands[1]; in AssembleLIR() local
1479 target |= 0x2; in AssembleLIR()
1481 int32_t delta = target - cur_pc; in AssembleLIR()
1492 CodeOffset target = lir->operands[1]; in AssembleLIR() local
1494 int32_t delta = target - cur_pc; in AssembleLIR()
1503 LIR* target = lir->target; in AssembleLIR() local
1505 : target->offset + ((target->flags.generation == lir->flags.generation) ? 0 : in AssembleLIR()
1515 WrapPointer(lir), WrapPointer(tab_rec), 0, lir->target); in AssembleLIR()
1527 WrapPointer(lir), WrapPointer(tab_rec), 0, lir->target); in AssembleLIR()
1558 LIR* target = lir->target; in AssembleLIR() local
1559 int32_t target_disp = tab_rec ? tab_rec->offset : target->offset; in AssembleLIR()
1568 LIR* target = lir->target; in AssembleLIR() local
1569 int32_t target_disp = tab_rec ? tab_rec->offset : target->offset; in AssembleLIR()