Home
last modified time | relevance | path

Searched defs:profile_opt (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/libpandafile/tests/
Dpgo_test.cpp62 panda::panda_file::pgo::ProfileOptimizer profile_opt; variable
85 panda::panda_file::pgo::ProfileOptimizer profile_opt; variable
94 panda::panda_file::pgo::ProfileOptimizer profile_opt; variable
107 panda::panda_file::pgo::ProfileOptimizer profile_opt; variable
Dfile_item_container_test.cpp1073 panda::panda_file::pgo::ProfileOptimizer profile_opt; variable
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.cpp1422 panda::panda_file::pgo::ProfileOptimizer *profile_opt) in Emit()
1458panda::panda_file::pgo::ProfileOptimizer *profile_opt, uint8_t api, std::string subApi) in Emit()
1476panda::panda_file::pgo::ProfileOptimizer *profile_opt, uint8_t api, std::string subApi) in Emit()
/arkcompiler/runtime_core/libpandafile/
Dfile_item_container.cpp569 void ItemContainer::ReorderItems(panda::panda_file::pgo::ProfileOptimizer *profile_opt) in ReorderItems()