Searched refs:num_thunks (Results 1 – 1 of 1) sorted by relevance
169 size_t num_thunks = current_method_thunks_.size() / kAdrpThunkSize; in WriteThunks() local170 CHECK_LE(num_thunks, processed_adrp_thunks_); in WriteThunks()171 for (size_t i = 0u; i != num_thunks; ++i) { in WriteThunks()172 const auto& entry = adrp_thunk_locations_[processed_adrp_thunks_ - num_thunks + i]; in WriteThunks()289 size_t num_thunks = current_method_thunks_.size() / kAdrpThunkSize; in PatchPcRelativeReference() local290 CHECK_LE(num_thunks, processed_adrp_thunks_); in PatchPcRelativeReference()292 for (size_t i = processed_adrp_thunks_ - num_thunks; ; ++i) { in PatchPcRelativeReference()295 size_t idx = num_thunks - (processed_adrp_thunks_ - i); in PatchPcRelativeReference()