Searched refs:num_thunks (Results 1 – 1 of 1) sorted by relevance
122 size_t num_thunks = current_method_thunks_.size() / kAdrpThunkSize; in WriteThunks() local123 CHECK_LE(num_thunks, processed_adrp_thunks_); in WriteThunks()124 for (size_t i = 0u; i != num_thunks; ++i) { in WriteThunks()125 const auto& entry = adrp_thunk_locations_[processed_adrp_thunks_ - num_thunks + i]; in WriteThunks()226 size_t num_thunks = current_method_thunks_.size() / kAdrpThunkSize; in PatchPcRelativeReference() local227 CHECK_LE(num_thunks, processed_adrp_thunks_); in PatchPcRelativeReference()229 for (size_t i = processed_adrp_thunks_ - num_thunks; ; ++i) { in PatchPcRelativeReference()232 size_t idx = num_thunks - (processed_adrp_thunks_ - i); in PatchPcRelativeReference()