Searched refs:IsPostStartup (Results 1 – 6 of 6) sorted by relevance
198 ASSERT_TRUE(h.IsPostStartup()); in TEST_F()218 ASSERT_TRUE(h.IsPostStartup()); in TEST_F()
813 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex1, 5)).IsPostStartup()); in TEST_F()816 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex2, 4)).IsPostStartup()); in TEST_F()867 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), id)).IsPostStartup()); in TEST_F()869 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), 6)).IsPostStartup()); in TEST_F()874 EXPECT_FALSE(info.GetMethodHotness(MethodReference(dex.get(), 1)).IsPostStartup()); in TEST_F()
223 bool IsPostStartup() const { in IsPostStartup() function
2051 if (startup ? hotness_info.IsStartup() : hotness_info.IsPostStartup()) { in DumpInfo()2096 if (hotness.IsPostStartup()) { in GetClassesAndMethods()
1107 method_hotness.IsPostStartup() in GetMethodHotnessOrder()1125 !method_hotness.IsStartup() && !method_hotness.IsPostStartup()) { in GetMethodHotnessOrder()
1195 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), id)).IsPostStartup()); in TEST_F()