Searched refs:IsPostStartup (Results 1 – 6 of 6) sorted by relevance
226 ASSERT_TRUE(h.IsPostStartup()); in TEST_F()247 ASSERT_TRUE(h.IsPostStartup()); in TEST_F()
781 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()
246 bool IsPostStartup() const { in IsPostStartup() function
1719 if (startup ? hotness_info.IsStartup() : hotness_info.IsPostStartup()) { in DumpInfo()1764 if (hotness.IsPostStartup()) { in GetClassesAndMethods()
1098 method_hotness.IsPostStartup() in GetMethodHotnessOrder()1116 !method_hotness.IsStartup() && !method_hotness.IsPostStartup()) { in GetMethodHotnessOrder()
1403 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), id)).IsPostStartup()); in TEST_F()