HomeSort by relevance Sort by last modified time
    Searched refs:CalculateMaxNextOffset (Results 1 - 2 of 2) sorted by null

  /art/compiler/linker/arm/
relative_patcher_arm_base.cc 324 uint32_t max_next_offset = CalculateMaxNextOffset(patch_offset, key_type);
336 uint32_t max_next_offset = CalculateMaxNextOffset(patch_offset, key_type);
350 DCHECK_LE(old_data->MaxNextOffset(), CalculateMaxNextOffset(patch_offset, key_type));
354 old_data->SetMaxNextOffset(CalculateMaxNextOffset(patch_offset, key_type));
441 inline uint32_t ArmBaseRelativePatcher::CalculateMaxNextOffset(uint32_t patch_offset,
relative_patcher_arm_base.h 135 uint32_t CalculateMaxNextOffset(uint32_t patch_offset, ThunkType type);

Completed in 1269 milliseconds