HomeSort by relevance Sort by last modified time
    Searched refs:IsPostStartup (Results 1 - 6 of 6) sorted by null

  /art/runtime/jit/
profiling_info_test.cc 257 ASSERT_TRUE(h.IsPostStartup());
276 ASSERT_TRUE(h.IsPostStartup());
  /art/libprofile/profile/
profile_compilation_info_test.cc 698 EXPECT_TRUE(info.GetMethodHotness(kDex1, kChecksum1, 5).IsPostStartup());
701 EXPECT_TRUE(info.GetMethodHotness(kDex2, kChecksum2, 4).IsPostStartup());
753 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), id)).IsPostStartup());
755 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), 6)).IsPostStartup());
760 EXPECT_FALSE(info.GetMethodHotness(MethodReference(dex.get(), 1)).IsPostStartup());
    [all...]
profile_compilation_info.h 197 bool IsPostStartup() const {
    [all...]
profile_compilation_info.cc     [all...]
  /art/dex2oat/linker/
oat_writer.cc     [all...]
  /art/dex2oat/
dex2oat_test.cc     [all...]

Completed in 141 milliseconds