Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofiling_info_test.cc226 ASSERT_TRUE(h.IsPostStartup()); in TEST_F()
247 ASSERT_TRUE(h.IsPostStartup()); in TEST_F()
/art/libprofile/profile/
Dprofile_compilation_info_test.cc781 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex1, 5)).IsPostStartup()); in TEST_F()
784 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex2, 4)).IsPostStartup()); in TEST_F()
836 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), id)).IsPostStartup()); in TEST_F()
838 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), 6)).IsPostStartup()); in TEST_F()
843 EXPECT_FALSE(info.GetMethodHotness(MethodReference(dex.get(), 1)).IsPostStartup()); in TEST_F()
Dprofile_compilation_info.h246 bool IsPostStartup() const { in IsPostStartup() function
Dprofile_compilation_info.cc1719 if (startup ? hotness_info.IsStartup() : hotness_info.IsPostStartup()) { in DumpInfo()
1764 if (hotness.IsPostStartup()) { in GetClassesAndMethods()
/art/dex2oat/linker/
Doat_writer.cc1098 method_hotness.IsPostStartup() in GetMethodHotnessOrder()
1116 !method_hotness.IsStartup() && !method_hotness.IsPostStartup()) { in GetMethodHotnessOrder()
/art/dex2oat/
Ddex2oat_test.cc1403 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), id)).IsPostStartup()); in TEST_F()