Searched refs:gap_start (Results 1 – 3 of 3) sorted by relevance
152 const uint32_t gap_start = method1_offset + method1_code.size(); in Create2MethodsWithGap() local167 uint32_t gap_size = gap_end - gap_start; in Create2MethodsWithGap()169 uint32_t chunk_start = gap_start; in Create2MethodsWithGap()
119 const uint32_t gap_start = method1_offset + method1_code.size(); in Create2MethodsWithGap() local134 uint32_t gap_size = gap_end - gap_start; in Create2MethodsWithGap()136 uint32_t chunk_start = gap_start; in Create2MethodsWithGap()
628 static void AddFieldGap(uint32_t gap_start, uint32_t gap_end, FieldGaps* gaps) { in AddFieldGap() argument631 uint32_t current_offset = gap_start; in AddFieldGap()