Searched refs:num_thunks (Results 1 – 1 of 1) sorted by relevance
170 size_t num_thunks = current_method_thunks_.size() / kAdrpThunkSize; in WriteThunks() local171 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() local282 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()