diff options
Diffstat (limited to 'src/class_linker.h')
| -rw-r--r-- | src/class_linker.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/class_linker.h b/src/class_linker.h index 293e3abe71..01c1051864 100644 --- a/src/class_linker.h +++ b/src/class_linker.h @@ -404,6 +404,10 @@ class ClassLinker { const OatFile* FindOpenedOatFileForDexFile(const DexFile& dex_file); const OatFile* FindOpenedOatFileFromDexLocation(const std::string& dex_location); const OatFile* FindOpenedOatFileFromOatLocation(const std::string& oat_location); + const DexFile* VerifyOatFileChecksums(const OatFile* oat_file, + const std::string& dex_location, + uint32_t dex_location_checksum) + EXCLUSIVE_LOCKS_REQUIRED(dex_lock_); Method* CreateProxyConstructor(SirtRef<Class>& klass, Class* proxy_class); Method* CreateProxyMethod(SirtRef<Class>& klass, SirtRef<Method>& prototype); |