Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofiling_info_test.cc199 ASSERT_TRUE(h.IsPostStartup()); in TEST_F()
219 ASSERT_TRUE(h.IsPostStartup()); in TEST_F()
/art/libprofile/profile/
Dprofile_compilation_info_test.cc825 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()
Dprofile_compilation_info.h223 bool IsPostStartup() const { in IsPostStartup() function
Dprofile_compilation_info.cc2140 if (startup ? hotness_info.IsStartup() : hotness_info.IsPostStartup()) { in DumpInfo()
2185 if (hotness.IsPostStartup()) { in GetClassesAndMethods()
/art/dex2oat/
Ddex2oat_test.cc1287 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), id)).IsPostStartup()); in TEST_F()