/art/test/674-hotness-compiled/ |
D | Android.bp | 3 // 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"],
|
D | info.txt | 1 Test for the --count-hotness-in-compiled-code compiler option.
|
/art/test/2230-profile-save-hotness/ |
D | Android.bp | 3 // 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"],
|
D | info.txt | 1 Check that profile recording with AOT hotness.
|
/art/test/common/ |
D | runtime_state.cc | 563 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/ |
D | profile_assistant_test.cc | 348 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()
|
D | profman.cc | 812 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/ |
D | main.S | 279 #error Expected 0 for hotness value 299 #error Expected 0 for hotness value
|
/art/libprofile/profile/ |
D | profile_compilation_info.cc | 2216 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()
|
D | profile_compilation_info_test.cc | 677 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/ |
D | inliner.cc | 744 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/ |
D | main.S | 315 #error Expected 0 for hotness value 437 #error Expected 0 for hotness value
|
/art/runtime/interpreter/mterp/x86_64ng/ |
D | main.S | 261 #error Expected 0 for hotness value 823 #error Expected 0 for hotness value
|
/art/runtime/interpreter/mterp/x86ng/ |
D | main.S | 311 #error Expected 0 for hotness value 977 #error Expected 0 for hotness value
|
/art/tools/fuzzer/ |
D | Android.bp | 1028 "host_674-hotness-compiled_classes.dex",
|