Searched refs:max_next_offset (Results 1 – 2 of 2) sorted by relevance
/art/dex2oat/linker/arm/ |
D | relative_patcher_arm_base.cc | 33 ThunkData(ArrayRef<const uint8_t> code, const std::string& debug_name, uint32_t max_next_offset) in ThunkData() argument 37 max_next_offset_(max_next_offset), in ThunkData() 70 void SetMaxNextOffset(uint32_t max_next_offset) { in SetMaxNextOffset() argument 72 max_next_offset_ = max_next_offset; in SetMaxNextOffset() 414 uint32_t max_next_offset = CalculateMaxNextOffset(patch_offset, key); in ProcessPatches() local 415 auto it = thunks_.Put(key, ThunkDataForPatch(patch, max_next_offset)); in ProcessPatches() 431 uint32_t max_next_offset = CalculateMaxNextOffset(patch_offset, key); in ProcessPatches() local 432 auto it = thunks_.PutBefore(lb, key, ThunkDataForPatch(patch, max_next_offset)); in ProcessPatches() 542 const LinkerPatch& patch, uint32_t max_next_offset) { in ThunkDataForPatch() argument 547 return ThunkData(code, debug_name, max_next_offset); in ThunkDataForPatch()
|
D | relative_patcher_arm_base.h | 112 ThunkData ThunkDataForPatch(const LinkerPatch& patch, uint32_t max_next_offset);
|