Searched refs:thunks_code_offset (Results 1 – 1 of 1) sorted by relevance
245 size_t thunks_code_offset = current_method_thunks_.size(); in PatchPcRelativeReference() local246 current_method_thunks_.resize(thunks_code_offset + kAdrpThunkSize); in PatchPcRelativeReference()247 SetInsn(¤t_method_thunks_, thunks_code_offset, adrp); in PatchPcRelativeReference()248 SetInsn(¤t_method_thunks_, thunks_code_offset + 4u, b_back); in PatchPcRelativeReference()