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

  /art/compiler/linker/arm/
relative_patcher_arm_base.cc 96 uint32_t next_aligned_offset = compiled_method->AlignCode(quick_code_offset + quick_code_size); local
98 next_aligned_offset = compiled_method->AlignCode(next_aligned_offset + max_extra_space);
102 next_aligned_offset - unprocessed_patches_.front().second > max_positive_displacement_) {
105 next_aligned_offset);
148 uint32_t next_aligned_offset) {
168 return (next_aligned_offset - patch_offset > max_positive_displacement_) ||
169 (quick_code_offset == next_aligned_offset); // End of code.
relative_patcher_arm_base.h 51 uint32_t next_aligned_offset);

Completed in 45 milliseconds