Searched refs:IsPostStartup (Results 1 – 5 of 5) sorted by relevance
199 ASSERT_TRUE(h.IsPostStartup()); in TEST_F()219 ASSERT_TRUE(h.IsPostStartup()); in TEST_F()
825 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex1, 5)).IsPostStartup()); in TEST_F()828 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex2, 4)).IsPostStartup()); in TEST_F()879 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), id)).IsPostStartup()); in TEST_F()881 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), 6)).IsPostStartup()); in TEST_F()886 EXPECT_FALSE(info.GetMethodHotness(MethodReference(dex.get(), 1)).IsPostStartup()); in TEST_F()
223 bool IsPostStartup() const { in IsPostStartup() function
2140 if (startup ? hotness_info.IsStartup() : hotness_info.IsPostStartup()) { in DumpInfo()2185 if (hotness.IsPostStartup()) { in GetClassesAndMethods()
1287 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), id)).IsPostStartup()); in TEST_F()