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.cpp1509 panda::panda_file::pgo::ProfileOptimizer *profileOpt) in Emit()
1556 panda::panda_file::pgo::ProfileOptimizer *profileOpt) in Emit()
1572 panda::panda_file::pgo::ProfileOptimizer *profileOpt) in Emit()
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_item_container.cpp548 void ItemContainer::ReorderItems(panda::panda_file::pgo::ProfileOptimizer *profileOpt) in ReorderItems()
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dfile_item_container_test.cpp871 panda::panda_file::pgo::ProfileOptimizer profileOpt; in TEST() local