Home
last modified time | relevance | path

Searched refs:thunks_code_offset (Results 1 – 1 of 1) sorted by relevance

/art/dex2oat/linker/arm64/
Drelative_patcher_arm64.cc237 size_t thunks_code_offset = current_method_thunks_.size(); in PatchPcRelativeReference() local
238 current_method_thunks_.resize(thunks_code_offset + kAdrpThunkSize); in PatchPcRelativeReference()
239 SetInsn(&current_method_thunks_, thunks_code_offset, adrp); in PatchPcRelativeReference()
240 SetInsn(&current_method_thunks_, thunks_code_offset + 4u, b_back); in PatchPcRelativeReference()