Home
last modified time | relevance | path

Searched refs:hotness (Results 1 – 15 of 15) sorted by relevance

/art/test/674-hotness-compiled/
DAndroid.bp3 // Build rules for ART run-test `674-hotness-compiled`.
16 name: "art-run-test-674-hotness-compiled",
21 ":art-run-test-674-hotness-compiled-expected-stdout",
22 ":art-run-test-674-hotness-compiled-expected-stderr",
28 name: "art-run-test-674-hotness-compiled-expected-stdout",
29 out: ["art-run-test-674-hotness-compiled-expected-stdout.txt"],
36 name: "art-run-test-674-hotness-compiled-expected-stderr",
37 out: ["art-run-test-674-hotness-compiled-expected-stderr.txt"],
Dinfo.txt1 Test for the --count-hotness-in-compiled-code compiler option.
/art/test/2230-profile-save-hotness/
DAndroid.bp3 // Build rules for ART run-test `2230-profile-save-hotness`.
16 name: "art-run-test-2230-profile-save-hotness",
21 ":art-run-test-2230-profile-save-hotness-expected-stdout",
22 ":art-run-test-2230-profile-save-hotness-expected-stderr",
28 name: "art-run-test-2230-profile-save-hotness-expected-stdout",
29 out: ["art-run-test-2230-profile-save-hotness-expected-stdout.txt"],
36 name: "art-run-test-2230-profile-save-hotness-expected-stderr",
37 out: ["art-run-test-2230-profile-save-hotness-expected-stderr.txt"],
Dinfo.txt1 Check that profile recording with AOT hotness.
/art/test/common/
Druntime_state.cc563 ProfileCompilationInfo::MethodHotness hotness = in Java_Main_hasInlineCacheInProfile() local
565 if (hotness.GetInlineCacheMap() == nullptr) { in Java_Main_hasInlineCacheInProfile()
571 for (const auto& [dex_pc, dex_pc_data] : *hotness.GetInlineCacheMap()) { in Java_Main_hasInlineCacheInProfile()
/art/profman/
Dprofile_assistant_test.cc348 ProfileCompilationInfo::MethodHotness hotness = in AssertInlineCaches() local
350 ASSERT_TRUE(hotness.IsHot()); in AssertInlineCaches()
351 const ProfileCompilationInfo::InlineCacheMap* inline_caches = hotness.GetInlineCacheMap(); in AssertInlineCaches()
366 ProfileCompilationInfo::MethodHotness hotness = in AssertInlineCaches() local
368 ASSERT_TRUE(hotness.IsHot()); in AssertInlineCaches()
369 const ProfileCompilationInfo::InlineCacheMap* inline_caches = hotness.GetInlineCacheMap(); in AssertInlineCaches()
846 ProfileCompilationInfo::MethodHotness hotness = in TEST_F() local
848 ASSERT_TRUE(hotness.IsHot()) << method.PrettyMethod(); in TEST_F()
1649 ProfileCompilationInfo::MethodHotness hotness = in TEST_F() local
1651 ASSERT_FALSE(hotness.IsHot()); in TEST_F()
Dprofman.cc812 ProfileCompilationInfo::MethodHotness hotness = in GetInlineCacheLine() local
814 DCHECK(!hotness.IsHot() || hotness.GetInlineCacheMap() != nullptr); in GetInlineCacheLine()
815 if (!hotness.IsHot() || hotness.GetInlineCacheMap()->empty()) { in GetInlineCacheLine()
818 const ProfileCompilationInfo::InlineCacheMap* inline_caches = hotness.GetInlineCacheMap(); in GetInlineCacheLine()
/art/runtime/interpreter/mterp/riscv64/
Dmain.S279 #error Expected 0 for hotness value
299 #error Expected 0 for hotness value
/art/libprofile/profile/
Dprofile_compilation_info.cc2216 MethodHotness hotness = dex_data->GetHotnessInfo(method_idx); in GetClassesAndMethods() local
2217 if (hotness.IsStartup()) { in GetClassesAndMethods()
2220 if (hotness.IsPostStartup()) { in GetClassesAndMethods()
3059 MethodHotness hotness = dex_data->GetHotnessInfo(method_idx); in ExtractProfileData() local
3060 if (!hotness.IsInProfile()) { in ExtractProfileData()
3068 metadata.flags_ |= hotness.flags_; in ExtractProfileData()
Dprofile_compilation_info_test.cc677 Hotness hotness = GetMethod(info, dex2, /*method_idx=*/ 0); in TEST_F() local
678 ASSERT_TRUE(hotness.IsHot()); in TEST_F()
679 ASSERT_TRUE(EqualInlineCaches(inline_caches, dex2, hotness, info)); in TEST_F()
680 const ProfileCompilationInfo::InlineCacheMap* inline_cache_map = hotness.GetInlineCacheMap(); in TEST_F()
/art/compiler/optimizing/
Dinliner.cc744 ProfileCompilationInfo::MethodHotness hotness = pci->GetMethodHotness(MethodReference( in GetInlineCacheAOT() local
746 if (!hotness.IsHot()) { in GetInlineCacheAOT()
750 const ProfileCompilationInfo::InlineCacheMap* inline_caches = hotness.GetInlineCacheMap(); in GetInlineCacheAOT()
/art/runtime/interpreter/mterp/arm64ng/
Dmain.S315 #error Expected 0 for hotness value
437 #error Expected 0 for hotness value
/art/runtime/interpreter/mterp/x86_64ng/
Dmain.S261 #error Expected 0 for hotness value
823 #error Expected 0 for hotness value
/art/runtime/interpreter/mterp/x86ng/
Dmain.S311 #error Expected 0 for hotness value
977 #error Expected 0 for hotness value
/art/tools/fuzzer/
DAndroid.bp1028 "host_674-hotness-compiled_classes.dex",