Searched refs:IsStartup (Results 1 – 7 of 7) sorted by relevance
/art/runtime/jit/ |
D | profiling_info_test.cc | 252 ASSERT_TRUE(h.IsStartup()); in TEST_F() 288 ASSERT_TRUE(h.IsStartup()); in TEST_F()
|
/art/libprofile/profile/ |
D | profile_compilation_info_test.cc | 779 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex1, 1)).IsStartup()); in TEST_F() 780 EXPECT_FALSE(info.GetMethodHotness(MethodReference(dex1, 3)).IsStartup()); in TEST_F() 782 EXPECT_FALSE(info.GetMethodHotness(MethodReference(dex1, 6)).IsStartup()); in TEST_F() 783 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex2, 2)).IsStartup()); in TEST_F() 800 EXPECT_FALSE(test_info.GetMethodHotness(MethodReference(dex1, 11)).IsStartup()); in TEST_F() 806 EXPECT_TRUE(test_info.GetMethodHotness(MethodReference(dex1, 11)).IsStartup()); in TEST_F() 830 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), id)).IsStartup()); in TEST_F() 833 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), id)).IsStartup()); in TEST_F() 844 EXPECT_FALSE(info.GetMethodHotness(MethodReference(dex.get(), 4)).IsStartup()); in TEST_F() 845 EXPECT_FALSE(info.GetMethodHotness(MethodReference(dex.get(), 6)).IsStartup()); in TEST_F()
|
D | profile_compilation_info.h | 242 bool IsStartup() const { in IsStartup() function
|
D | profile_compilation_info.cc | 1719 if (startup ? hotness_info.IsStartup() : hotness_info.IsPostStartup()) { in DumpInfo() 1761 if (hotness.IsStartup()) { in GetClassesAndMethods()
|
/art/dex2oat/ |
D | dex2oat_test.cc | 1408 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), id)).IsStartup()); in TEST_F() 1411 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), id)).IsStartup()); in TEST_F()
|
/art/dex2oat/linker/ |
D | oat_writer.cc | 1086 method_hotness.IsStartup(), in GetMethodHotnessOrder() 1105 !method_hotness.IsStartup() && !method_hotness.IsPostStartup()) { in GetMethodHotnessOrder()
|
/art/dex2oat/driver/ |
D | compiler_driver.cc | 717 if (added_preresolved_string_array ? !hotness.IsStartup() : !hotness.IsInProfile()) { in ResolveConstStrings()
|