summaryrefslogtreecommitdiff
path: root/dex2oat/dex/quick_compiler_callbacks.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dex2oat/dex/quick_compiler_callbacks.cc')
-rw-r--r--dex2oat/dex/quick_compiler_callbacks.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dex2oat/dex/quick_compiler_callbacks.cc b/dex2oat/dex/quick_compiler_callbacks.cc
index f6f82678c8..11223ff3c8 100644
--- a/dex2oat/dex/quick_compiler_callbacks.cc
+++ b/dex2oat/dex/quick_compiler_callbacks.cc
@@ -22,9 +22,9 @@
namespace art {
-void QuickCompilerCallbacks::MethodVerified(verifier::MethodVerifier* verifier) {
+void QuickCompilerCallbacks::AddUncompilableMethod(MethodReference ref) {
if (verification_results_ != nullptr) {
- verification_results_->ProcessVerifiedMethod(verifier);
+ verification_results_->AddUncompilableMethod(ref);
}
}