Home
last modified time | relevance | path

Searched refs:IsStartup (Results 1 – 7 of 7) sorted by relevance

/art/runtime/jit/
Dprofiling_info_test.cc252 ASSERT_TRUE(h.IsStartup()); in TEST_F()
288 ASSERT_TRUE(h.IsStartup()); in TEST_F()
/art/libprofile/profile/
Dprofile_compilation_info_test.cc779 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex1, 1)).IsStartup()); in TEST_F()
780 EXPECT_FALSE(info.GetMethodHotness(MethodReference(dex1, 3)).IsStartup()); in TEST_F()
782 EXPECT_FALSE(info.GetMethodHotness(MethodReference(dex1, 6)).IsStartup()); in TEST_F()
783 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex2, 2)).IsStartup()); in TEST_F()
800 EXPECT_FALSE(test_info.GetMethodHotness(MethodReference(dex1, 11)).IsStartup()); in TEST_F()
806 EXPECT_TRUE(test_info.GetMethodHotness(MethodReference(dex1, 11)).IsStartup()); in TEST_F()
830 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), id)).IsStartup()); in TEST_F()
833 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), id)).IsStartup()); in TEST_F()
844 EXPECT_FALSE(info.GetMethodHotness(MethodReference(dex.get(), 4)).IsStartup()); in TEST_F()
845 EXPECT_FALSE(info.GetMethodHotness(MethodReference(dex.get(), 6)).IsStartup()); in TEST_F()
Dprofile_compilation_info.h242 bool IsStartup() const { in IsStartup() function
Dprofile_compilation_info.cc1719 if (startup ? hotness_info.IsStartup() : hotness_info.IsPostStartup()) { in DumpInfo()
1761 if (hotness.IsStartup()) { in GetClassesAndMethods()
/art/dex2oat/
Ddex2oat_test.cc1408 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), id)).IsStartup()); in TEST_F()
1411 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), id)).IsStartup()); in TEST_F()
/art/dex2oat/linker/
Doat_writer.cc1086 method_hotness.IsStartup(), in GetMethodHotnessOrder()
1105 !method_hotness.IsStartup() && !method_hotness.IsPostStartup()) { in GetMethodHotnessOrder()
/art/dex2oat/driver/
Dcompiler_driver.cc717 if (added_preresolved_string_array ? !hotness.IsStartup() : !hotness.IsInProfile()) { in ResolveConstStrings()