Searched refs:CalculateMaxNextOffset (Results 1 - 2 of 2) sorted by relevance

/art/compiler/linker/arm/
H A Drelative_patcher_arm_base.cc400 uint32_t max_next_offset = CalculateMaxNextOffset(patch_offset, key);
411 uint32_t max_next_offset = CalculateMaxNextOffset(patch_offset, key);
425 DCHECK_LE(old_data->MaxNextOffset(), CalculateMaxNextOffset(patch_offset, key));
429 old_data->SetMaxNextOffset(CalculateMaxNextOffset(patch_offset, key));
515 inline uint32_t ArmBaseRelativePatcher::CalculateMaxNextOffset(uint32_t patch_offset, function in class:art::linker::ArmBaseRelativePatcher
H A Drelative_patcher_arm_base.h110 uint32_t CalculateMaxNextOffset(uint32_t patch_offset, const ThunkKey& key);

Completed in 5 milliseconds