Home
last modified time | relevance | path

Searched defs:profileOpt (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/assembler/
Dassembly-emitter.cpp1824 ark::panda_file::pgo::ProfileOptimizer *profileOpt) in Emit()
1873 … PandaFileToPandaAsmMaps *maps, bool debugInfo, ark::panda_file::pgo::ProfileOptimizer *profileOpt) in Emit()
1889 … PandaFileToPandaAsmMaps *maps, bool debugInfo, ark::panda_file::pgo::ProfileOptimizer *profileOpt) in Emit()
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_item_container.cpp629 void ItemContainer::ReorderItems(ark::panda_file::pgo::ProfileOptimizer *profileOpt) in ReorderItems()
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dfile_item_container_test.cpp882 ark::panda_file::pgo::ProfileOptimizer profileOpt; in TEST() local