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.cpp1577 ark::panda_file::pgo::ProfileOptimizer *profileOpt) in Emit()
1624 … PandaFileToPandaAsmMaps *maps, bool debugInfo, ark::panda_file::pgo::ProfileOptimizer *profileOpt) in Emit()
1640 … PandaFileToPandaAsmMaps *maps, bool debugInfo, ark::panda_file::pgo::ProfileOptimizer *profileOpt) in Emit()
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_item_container.cpp549 void ItemContainer::ReorderItems(ark::panda_file::pgo::ProfileOptimizer *profileOpt) in ReorderItems()
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dfile_item_container_test.cpp881 ark::panda_file::pgo::ProfileOptimizer profileOpt; in TEST() local