Searched refs:ThunkDataForPatch (Results 1 – 2 of 2) sorted by relevance
112 ThunkData ThunkDataForPatch(const LinkerPatch& patch, uint32_t max_next_offset);
415 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