Home | History | Annotate | Download | only in arm64

Lines Matching defs:target_offset

186                                      target_offset) {
190 DCHECK_EQ(target_offset & 3u, 0u);
191 uint32_t displacement = CalculateMethodCallDisplacement(patch_offset, target_offset & ~1u);
206 uint32_t target_offset) {
208 DCHECK_EQ(target_offset & 3u, 0u);
212 uint32_t disp = target_offset - ((patch_offset - literal_offset + pc_insn_offset) & ~0xfffu);
224 uint32_t adrp_disp = target_offset - (thunk_offset & ~0xfffu);
331 uint32_t target_offset = GetThunkTargetOffset(key, patch_offset);
332 DCHECK_ALIGNED(target_offset, 4u);
333 uint32_t disp = target_offset - patch_offset;
518 // Since the target_offset is based on the beginning of the oat file and the
519 // image space precedes the oat file, the target_offset into image space will