Home
last modified time | relevance | path

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

/art/dex2oat/linker/arm64/
Drelative_patcher_arm64.cc170 size_t num_thunks = current_method_thunks_.size() / kAdrpThunkSize; in WriteThunks() local
171 CHECK_LE(num_thunks, processed_adrp_thunks_); in WriteThunks()
172 for (size_t i = 0u; i != num_thunks; ++i) { in WriteThunks()
173 const auto& entry = adrp_thunk_locations_[processed_adrp_thunks_ - num_thunks + i]; in WriteThunks()
281 size_t num_thunks = current_method_thunks_.size() / kAdrpThunkSize; in PatchPcRelativeReference() local
282 CHECK_LE(num_thunks, processed_adrp_thunks_); in PatchPcRelativeReference()
284 for (size_t i = processed_adrp_thunks_ - num_thunks; ; ++i) { in PatchPcRelativeReference()
287 size_t idx = num_thunks - (processed_adrp_thunks_ - i); in PatchPcRelativeReference()