Home
last modified time | relevance | path

Searched refs:ReorderItems (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dfile_item_container.h184 void ReorderItems(panda::panda_file::pgo::ProfileOptimizer *profile_opt);
Dfile_item_container.cpp522 void ItemContainer::ReorderItems(panda::panda_file::pgo::ProfileOptimizer *profile_opt) in ReorderItems() function in panda::panda_file::ItemContainer
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_item_container_test.cpp950 container.ReorderItems(&profile_opt);
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.cpp1392 items->ReorderItems(profile_opt); in Emit()