summaryrefslogtreecommitdiffstats
path: root/runtime/jit/profile_saver.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/jit/profile_saver.h')
-rw-r--r--runtime/jit/profile_saver.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/jit/profile_saver.h b/runtime/jit/profile_saver.h
index c6da95931c..9c6d0fa1cf 100644
--- a/runtime/jit/profile_saver.h
+++ b/runtime/jit/profile_saver.h
@@ -95,9 +95,9 @@ class ProfileSaver {
// If no entry exists, a new empty one will be created, added to the cache and
// then returned.
ProfileCompilationInfo* GetCachedProfiledInfo(const std::string& filename);
- // Fetches the current resolved classes from the ClassLinker and stores them
- // in the profile_cache_ for later save.
- void FetchAndCacheResolvedClasses();
+ // Fetches the current resolved classes and methods from the ClassLinker and stores them in the
+ // profile_cache_ for later save.
+ void FetchAndCacheResolvedClassesAndMethods();
static bool MaybeRecordDexUseInternal(
const std::string& dex_location,