Home | History | Annotate | Download | only in arm64

Lines Matching refs:method_offset

209                                             uint32_t method_offset,
217 CHECK_ALIGNED(method_offset, 4u);
219 uint32_t adrp_offset = method_offset + num_nops * 4u;
242 uint32_t method_offset,
244 return GenNopsAndAdrpAndUse(num_nops, method_offset, target_offset, kLdrWInsn);
266 uint32_t method_offset,
268 return GenNopsAndAdrpAndUse(num_nops, method_offset, target_offset, kAddXInsn);