diff options
author | 2015-04-13 14:26:18 +0000 | |
---|---|---|
committer | 2015-04-13 14:26:19 +0000 | |
commit | fc4fb0fdb1d18db2ba8d98e9f41211466ac86fd8 (patch) | |
tree | b25d5be5b8e7320d05f42da549c11cc82d7dbc51 /compiler/driver/compiler_driver.h | |
parent | 9134a1a405d471b0dfbf299ab0d4c2d629778632 (diff) | |
parent | 031af41d1debbdbd8964d7c504a789068dfe6029 (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.h | 4 |
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); |