Home
last modified time | relevance | path

Searched refs:profile_opt (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/libpandafile/tests/
Dpgo_test.cpp62 panda::panda_file::pgo::ProfileOptimizer profile_opt; variable
65 profile_opt.MarkProfileItem(item, true);
67 profile_opt.MarkProfileItem(item, false);
70 profile_opt.MarkProfileItem(item, true);
72 profile_opt.MarkProfileItem(item, false);
75 profile_opt.MarkProfileItem(item, true);
77 profile_opt.MarkProfileItem(item, false);
85 panda::panda_file::pgo::ProfileOptimizer profile_opt; variable
86 EXPECT_FALSE(profile_opt.ParseProfileData());
94 panda::panda_file::pgo::ProfileOptimizer profile_opt; variable
[all …]
Dfile_item_container_test.cpp948 panda::panda_file::pgo::ProfileOptimizer profile_opt; variable
949 profile_opt.SetProfilePath(profile_path);
950 container.ReorderItems(&profile_opt);
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.h53 … bool emit_debug_info = true, panda::panda_file::pgo::ProfileOptimizer *profile_opt = nullptr);
57 panda::panda_file::pgo::ProfileOptimizer *profile_opt = nullptr);
61 panda::panda_file::pgo::ProfileOptimizer *profile_opt = nullptr);
Dassembly-emitter.cpp1372 panda::panda_file::pgo::ProfileOptimizer *profile_opt) in Emit() argument
1391 if (profile_opt != nullptr) { in Emit()
1392 items->ReorderItems(profile_opt); in Emit()
1410 panda::panda_file::pgo::ProfileOptimizer *profile_opt) in Emit() argument
1413 if (!Emit(&items, program, maps, debug_info, profile_opt)) { in Emit()
1426 panda::panda_file::pgo::ProfileOptimizer *profile_opt) in Emit() argument
1433 return Emit(&writer, program, stat, maps, debug_info, profile_opt); in Emit()
/arkcompiler/runtime_core/libpandafile/
Dfile_item_container.cpp522 void ItemContainer::ReorderItems(panda::panda_file::pgo::ProfileOptimizer *profile_opt) in ReorderItems() argument
524 profile_opt->ProfileGuidedRelayout(items_); in ReorderItems()
Dfile_item_container.h184 void ReorderItems(panda::panda_file::pgo::ProfileOptimizer *profile_opt);