Home
last modified time | relevance | path

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

/aosp12/art/runtime/jit/
H A Dprofiling_info_test.cc198 ASSERT_TRUE(h.IsPostStartup()); in TEST_F()
218 ASSERT_TRUE(h.IsPostStartup()); in TEST_F()
/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info_test.cc813 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()
H A Dprofile_compilation_info.h223 bool IsPostStartup() const { in IsPostStartup() function
H A Dprofile_compilation_info.cc2051 if (startup ? hotness_info.IsStartup() : hotness_info.IsPostStartup()) { in DumpInfo()
2096 if (hotness.IsPostStartup()) { in GetClassesAndMethods()
/aosp12/art/dex2oat/linker/
H A Doat_writer.cc1107 method_hotness.IsPostStartup() in GetMethodHotnessOrder()
1125 !method_hotness.IsStartup() && !method_hotness.IsPostStartup()) { in GetMethodHotnessOrder()
/aosp12/art/dex2oat/
H A Ddex2oat_test.cc1195 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), id)).IsPostStartup()); in TEST_F()