Home
last modified time | relevance | path

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

/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.cc195 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 …]
Drelative_patcher_arm_base.h121 ThunkMap thunks_; variable