Lines Matching refs:aligned_offset
557 uint32_t aligned_offset = CompiledCode::AlignCode(relative_offset, instruction_set); \
558 uint32_t alignment_padding = aligned_offset - relative_offset; \
676 uint32_t aligned_offset = compiled_method->AlignCode(relative_offset);
677 uint32_t aligned_code_delta = aligned_offset - relative_offset;
681 uint32_t expected_offset = file_offset + aligned_offset;