Searched refs:thunks_ (Results 1 – 2 of 2) sorted by relevance
195 if (thunks_.empty()) { in WriteThunks()199 pending_thunks_.reserve(thunks_.size()); in WriteThunks()200 for (auto& entry : thunks_) { in WriteThunks()241 for (auto&& entry : thunks_) { in GenerateThunkDebugInfo()247 for (auto&& entry : thunks_) { in GenerateThunkDebugInfo()281 thunks_(), in ArmBaseRelativePatcher()368 auto it = thunks_.find(key); in GetThunkTargetOffset()369 CHECK(it != thunks_.end()); in GetThunkTargetOffset()415 auto it = thunks_.Put(key, ThunkDataForPatch(patch, max_next_offset)); in ProcessPatches()429 auto lb = thunks_.lower_bound(key); in ProcessPatches()[all …]
121 ThunkMap thunks_; variable