summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.h
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2017-08-09 19:51:40 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2017-08-09 19:51:40 +0000
commit6ae4b9cf56b6371b0ebc0fa267d052d87e6df644 (patch)
tree0fe2c2a7a9e01cba8abaf449938503e5b906ee78 /compiler/driver/compiler_driver.h
parent1bd8e5a1b2055e0ff7977ba7e149534d2ee0a696 (diff)
parent9e050df94df5c6736e1e24705194f62fbc119114 (diff)
Merge "Revert "Revert "Support class unloading in dex2oat for quicken multidex"""
Diffstat (limited to 'compiler/driver/compiler_driver.h')
-rw-r--r--compiler/driver/compiler_driver.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/driver/compiler_driver.h b/compiler/driver/compiler_driver.h
index d9886a2fba..ba4581c9f4 100644
--- a/compiler/driver/compiler_driver.h
+++ b/compiler/driver/compiler_driver.h
@@ -377,6 +377,8 @@ class CompilerDriver {
return profile_compilation_info_;
}
+ bool CanAssumeVerified(ClassReference ref) const;
+
private:
void PreCompile(jobject class_loader,
const std::vector<const DexFile*>& dex_files,