summaryrefslogtreecommitdiff
path: root/dex2oat/dex/quick_compiler_callbacks.h
diff options
context:
space:
mode:
Diffstat (limited to 'dex2oat/dex/quick_compiler_callbacks.h')
-rw-r--r--dex2oat/dex/quick_compiler_callbacks.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/dex2oat/dex/quick_compiler_callbacks.h b/dex2oat/dex/quick_compiler_callbacks.h
index 578a1f56e7..4447e02ccb 100644
--- a/dex2oat/dex/quick_compiler_callbacks.h
+++ b/dex2oat/dex/quick_compiler_callbacks.h
@@ -33,8 +33,7 @@ class QuickCompilerCallbacks final : public CompilerCallbacks {
~QuickCompilerCallbacks() { }
- void MethodVerified(verifier::MethodVerifier* verifier)
- REQUIRES_SHARED(Locks::mutator_lock_) override;
+ void AddUncompilableMethod(MethodReference ref) override;
void ClassRejected(ClassReference ref) override;