Searched refs:cur_offset (Results 1 – 1 of 1) sorted by relevance
426 uint32_t cur_offset = class_idx_offset + (num_classes + num_literalarrays) * ID_SIZE; in ComputeLayout() local433 index_section_item_.SetOffset(cur_offset); in ComputeLayout()435 cur_offset += index_section_item_.GetSize(); in ComputeLayout()438 cur_offset = RoundUp(cur_offset, item->Alignment()); in ComputeLayout()439 item->SetOffset(cur_offset); in ComputeLayout()441 cur_offset += item->GetSize(); in ComputeLayout()449 cur_offset = RoundUp(cur_offset, item->Alignment()); in ComputeLayout()450 item->SetOffset(cur_offset); in ComputeLayout()452 cur_offset += item->GetSize(); in ComputeLayout()456 cur_offset = RoundUp(cur_offset, line_number_program_index_item_.Alignment()); in ComputeLayout()[all …]