Searched refs:cur_pc (Results 1 – 2 of 2) sorted by relevance
1474 CodeOffset cur_pc = (lir->offset + 4) & ~3; in AssembleLIR() local1478 if (cur_pc & 0x2) { in AssembleLIR()1481 int32_t delta = target - cur_pc; in AssembleLIR()1491 CodeOffset cur_pc = lir->offset + 4; in AssembleLIR() local1494 int32_t delta = target - cur_pc; in AssembleLIR()
622 CodeOffset cur_pc = (start_addr + lir->offset + 4) & ~3; in AssembleInstructions() local625 DCHECK_EQ((cur_pc & 0xF0000000), (target & 0xF0000000)); in AssembleInstructions()