summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.h
diff options
context:
space:
mode:
author Calin Juravle <calin@google.com> 2015-04-13 14:26:18 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2015-04-13 14:26:19 +0000
commitfc4fb0fdb1d18db2ba8d98e9f41211466ac86fd8 (patch)
treeb25d5be5b8e7320d05f42da549c11cc82d7dbc51 /compiler/driver/compiler_driver.h
parent9134a1a405d471b0dfbf299ab0d4c2d629778632 (diff)
parent031af41d1debbdbd8964d7c504a789068dfe6029 (diff)
Merge "Revert "Fallback to quick in case of soft verification errors""
Diffstat (limited to 'compiler/driver/compiler_driver.h')
-rw-r--r--compiler/driver/compiler_driver.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/driver/compiler_driver.h b/compiler/driver/compiler_driver.h
index c73fa40362..f1066a5005 100644
--- a/compiler/driver/compiler_driver.h
+++ b/compiler/driver/compiler_driver.h
@@ -425,10 +425,6 @@ class CompilerDriver {
void RecordClassStatus(ClassReference ref, mirror::Class::Status status)
LOCKS_EXCLUDED(compiled_classes_lock_);
- // Checks if the specified method has been verified without failures. Returns
- // false if the method is not in the verification results (GetVerificationResults).
- bool IsMethodVerifiedWithoutFailures(uint32_t method_idx, const DexFile& dex_file) const;
-
SwapVector<uint8_t>* DeduplicateCode(const ArrayRef<const uint8_t>& code);
SwapSrcMap* DeduplicateSrcMappingTable(const ArrayRef<SrcMapElem>& src_map);
SwapVector<uint8_t>* DeduplicateMappingTable(const ArrayRef<const uint8_t>& code);