Searched refs:kPcLoadDelta (Results 1 – 5 of 5) sorted by relevance
540 return pc + GetLdrRegisterImmediateOffset(instr) + kPcLoadDelta; in constant_pool_entry_address()
816 return pos + kPcLoadDelta + imm26; in target_at()885 int imm26 = target_pos - (pos + kPcLoadDelta); in target_at_put()1348 return target_pos - (pc_offset() + kPcLoadDelta); in branch_offset()3982 int delta = pc_offset() - entry.position() - kPcLoadDelta; in CheckConstPool()4013 int delta = pc_offset() - entry.position() - kPcLoadDelta; in CheckConstPool()
724 static const int kPcLoadDelta = 8; variable
540 static const int kPcLoadDelta = 4; variable
544 static const int kPcLoadDelta = 4; variable