Searched refs:gap_end (Results 1 – 3 of 3) sorted by relevance
157 const uint32_t gap_end = last_method_offset - sizeof(OatQuickMethodHeader); in Create2MethodsWithGap() local167 uint32_t gap_size = gap_end - gap_start; in Create2MethodsWithGap()179 DCHECK_EQ(CodeAlignmentSize(gap_end), CodeAlignmentSize(chunk_start)); in Create2MethodsWithGap()194 CompiledCode::AlignCode(gap_end, InstructionSet::kThumb2) + MethodCallThunkSize(); in Create2MethodsWithGap()
124 const uint32_t gap_end = last_method_offset - sizeof(OatQuickMethodHeader); in Create2MethodsWithGap() local134 uint32_t gap_size = gap_end - gap_start; in Create2MethodsWithGap()146 DCHECK_EQ(CodeAlignmentSize(gap_end), CodeAlignmentSize(chunk_start)); in Create2MethodsWithGap()161 CompiledCode::AlignCode(gap_end, InstructionSet::kArm64) + MethodCallThunkSize(); in Create2MethodsWithGap()
628 static void AddFieldGap(uint32_t gap_start, uint32_t gap_end, FieldGaps* gaps) { in AddFieldGap() argument632 while (current_offset != gap_end) { in AddFieldGap()633 size_t remaining = gap_end - current_offset; in AddFieldGap()644 DCHECK_LE(current_offset, gap_end) << "Overran gap"; in AddFieldGap()