Searched refs:next_aligned_offset (Results 1 – 2 of 2) sorted by relevance
96 uint32_t next_aligned_offset = compiled_method->AlignCode(quick_code_offset + quick_code_size); in ReserveSpaceInternal() local98 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() argument168 return (next_aligned_offset - patch_offset > max_positive_displacement_) || in ReserveSpaceProcessPatches()169 (quick_code_offset == next_aligned_offset); // End of code. in ReserveSpaceProcessPatches()
51 uint32_t next_aligned_offset);