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