Home
last modified time | relevance | path

Searched refs:cur_offset (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dfile_item_container.cpp450 uint32_t cur_offset = 0; in ComputeLayout() local
452 cur_offset = class_idx_offset + (num_classes + num_literalarrays) * ID_SIZE; in ComputeLayout()
454 cur_offset = class_idx_offset + (num_classes * ID_SIZE); in ComputeLayout()
464 index_section_item_.SetOffset(cur_offset); in ComputeLayout()
466 cur_offset += index_section_item_.GetSize(); in ComputeLayout()
469 original_offset = cur_offset; in ComputeLayout()
470 cur_offset = RoundUp(cur_offset, item->Alignment()); in ComputeLayout()
471 foreign_item_roundup_size_ += CalculateRoundUpSize(original_offset, cur_offset); in ComputeLayout()
472 item->SetOffset(cur_offset); in ComputeLayout()
[all...]

Completed in 2 milliseconds