Home
last modified time | relevance | path

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

/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.h112 ThunkData ThunkDataForPatch(const LinkerPatch& patch, uint32_t max_next_offset);
Drelative_patcher_arm_base.cc415 auto it = thunks_.Put(key, ThunkDataForPatch(patch, max_next_offset)); in ProcessPatches()
432 auto it = thunks_.PutBefore(lb, key, ThunkDataForPatch(patch, max_next_offset)); in ProcessPatches()
541 inline ArmBaseRelativePatcher::ThunkData ArmBaseRelativePatcher::ThunkDataForPatch( in ThunkDataForPatch() function in art::linker::ArmBaseRelativePatcher