Address some review comments for aog/415919

Test: test-art-host
Bug: 62040831
Change-Id: I9d8c359ab3a1ff090fe664bbb798a215a3d9eb52
diff --git a/profman/profman.cc b/profman/profman.cc
index d8b5daf..f763b8e 100644
--- a/profman/profman.cc
+++ b/profman/profman.cc
@@ -849,7 +849,7 @@
       if (!profile->AddMethodIndex(static_cast<Hotness::Flag>(flags), ref)) {
         return false;
       }
-      DCHECK(profile->GetMethodHotness(ref).HasAnyFlags());
+      DCHECK(profile->GetMethodHotness(ref).IsInProfile());
     }
     return true;
   }