Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
H A Dfile_item_container.h295 void UpdateItems(BaseItem *start, BaseItem *end) in UpdateItems() function in panda::panda_file::ItemContainer::IndexItem
413 void UpdateItems() in UpdateItems() function in panda::panda_file::ItemContainer::IndexHeaderItem
416 index->UpdateItems(start_, end_); in UpdateItems()
482 void UpdateItems() in UpdateItems() function in panda::panda_file::ItemContainer::IndexSectionItem
485 header.UpdateItems(); in UpdateItems()
H A Dfile_item_container.cpp508 line_number_program_index_item_.UpdateItems(nullptr, nullptr); in RebuildLineNumberProgramIndex()
531 index_section_item_.UpdateItems(); in RebuildIndexSection()
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile_item_container.h260 void UpdateItems(BaseItem *start, BaseItem *end) in UpdateItems() function in ark::panda_file::ItemContainer::IndexItem
381 void UpdateItems() in UpdateItems() function in ark::panda_file::ItemContainer::RegionHeaderItem
384 index->UpdateItems(start_, end_); in UpdateItems()
450 void UpdateItems() in UpdateItems() function in ark::panda_file::ItemContainer::RegionSectionItem
453 header.UpdateItems(); in UpdateItems()
H A Dfile_item_container.cpp487 lineNumberProgramIndexItem_.UpdateItems(nullptr, nullptr); in RebuildLineNumberProgramIndex()
510 regionSectionItem_.UpdateItems(); in RebuildRegionSection()

Completed in 6 milliseconds