Searched refs:hot (Results 1 – 7 of 7) sorted by relevance
/art/test/081-hot-exceptions/ |
D | Android.bp | 3 // Build rules for ART run-test `081-hot-exceptions`. 16 name: "art-run-test-081-hot-exceptions", 21 ":art-run-test-081-hot-exceptions-expected-stdout", 22 ":art-run-test-081-hot-exceptions-expected-stderr", 28 name: "art-run-test-081-hot-exceptions-expected-stdout", 29 out: ["art-run-test-081-hot-exceptions-expected-stdout.txt"], 36 name: "art-run-test-081-hot-exceptions-expected-stderr", 37 out: ["art-run-test-081-hot-exceptions-expected-stderr.txt"],
|
D | info.txt | 1 Make a hot exception-throwing path to stress test how the trace builder handles
|
/art/test/604-hot-static-interface/ |
D | Android.bp | 3 // Build rules for ART run-test `604-hot-static-interface`. 16 name: "art-run-test-604-hot-static-interface", 21 ":art-run-test-604-hot-static-interface-expected-stdout", 22 ":art-run-test-604-hot-static-interface-expected-stderr", 28 name: "art-run-test-604-hot-static-interface-expected-stdout", 29 out: ["art-run-test-604-hot-static-interface-expected-stdout.txt"], 36 name: "art-run-test-604-hot-static-interface-expected-stderr", 37 out: ["art-run-test-604-hot-static-interface-expected-stderr.txt"],
|
/art/libartbase/base/ |
D | macros.h | 94 #define HOT_ATTR __attribute__ ((hot))
|
/art/libprofile/profile/ |
D | profile_compilation_info_test.cc | 1470 MethodReference hot(dex.get(), 0); in TEST_F() local 1475 ASSERT_TRUE(info.AddMethod(ProfileMethodInfo(hot), Hotness::kFlagHot)); in TEST_F() 1482 EXPECT_TRUE(info.GetMethodHotness(hot).IsInProfile()); in TEST_F() 1483 EXPECT_EQ(info.GetMethodHotness(hot).GetFlags(), Hotness::kFlagHot); in TEST_F() 1496 MethodReference hot(dex1, 0); in TEST_F() local 1503 info.AddMethod(ProfileMethodInfo(hot, inline_caches), in TEST_F() 1513 ProfileCompilationInfo::MethodHotness hot_hotness = GetMethod(info, dex1, hot.index); in TEST_F() 1526 MethodReference hot(dex1, 0); in TEST_F() local 1529 std::vector<ProfileMethodInfo> pmis = {ProfileMethodInfo(hot), ProfileMethodInfo(bad_ref)}; in TEST_F()
|
/art/tools/fuzzer/ |
D | Android.bp | 296 "host_081-hot-exceptions_classes.dex", 915 "host_604-hot-static-interface_classes.dex",
|
/art/ |
D | TEST_MAPPING | 203 "name": "art-run-test-081-hot-exceptions" 1631 "name": "art-run-test-081-hot-exceptions[com.google.android.art.apex]" 3077 "name": "art-run-test-081-hot-exceptions" 4513 "name": "art-run-test-081-hot-exceptions"
|