Home
last modified time | relevance | path

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

/art/compiler/linker/arm/
Drelative_patcher_arm_base.cc96 uint32_t next_aligned_offset = compiled_method->AlignCode(quick_code_offset + quick_code_size); in ReserveSpaceInternal() local
98 next_aligned_offset = compiled_method->AlignCode(next_aligned_offset + max_extra_space); in ReserveSpaceInternal()
102 next_aligned_offset - unprocessed_patches_.front().second > max_positive_displacement_) { in ReserveSpaceInternal()
105 next_aligned_offset); in ReserveSpaceInternal()
148 uint32_t next_aligned_offset) { in ReserveSpaceProcessPatches() argument
168 return (next_aligned_offset - patch_offset > max_positive_displacement_) || in ReserveSpaceProcessPatches()
169 (quick_code_offset == next_aligned_offset); // End of code. in ReserveSpaceProcessPatches()
Drelative_patcher_arm_base.h51 uint32_t next_aligned_offset);