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

  /art/profman/
boot_image_profile.cc 62 if (hotness.IsInProfile()) {
profman.cc     [all...]
  /art/libprofile/profile/
profile_compilation_info_test.cc 694 EXPECT_FALSE(info.GetMethodHotness(kDex1, kChecksum1, 2).IsInProfile());
695 EXPECT_FALSE(info.GetMethodHotness(kDex1, kChecksum1, 4).IsInProfile());
757 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex.get(), 0)).IsInProfile());
758 EXPECT_FALSE(info.GetMethodHotness(MethodReference(dex.get(), 4)).IsInProfile());
759 EXPECT_FALSE(info.GetMethodHotness(MethodReference(dex.get(), 7)).IsInProfile());
    [all...]
profile_compilation_info.cc 497 if (dex_data.GetHotnessInfo(method_idx).IsInProfile()) {
    [all...]
profile_compilation_info.h 209 bool IsInProfile() const {
    [all...]
  /art/runtime/jit/
profile_saver.cc     [all...]
  /art/dexlayout/
dexlayout.cc     [all...]
  /art/dex2oat/driver/
compiler_driver.cc 713 if (added_preresolved_string_array ? !hotness.IsStartup() : !hotness.IsInProfile()) {
    [all...]

Completed in 171 milliseconds