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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dex2oat/dex/quick_compiler_callbacks.h b/dex2oat/dex/quick_compiler_callbacks.h
index a7a482b4ca..bb5bed38a2 100644
--- a/dex2oat/dex/quick_compiler_callbacks.h
+++ b/dex2oat/dex/quick_compiler_callbacks.h
@@ -33,6 +33,8 @@ class QuickCompilerCallbacks final : public CompilerCallbacks {
~QuickCompilerCallbacks() { }
+ ClassLinker* CreateAotClassLinker(InternTable* intern_table) override;
+
void AddUncompilableMethod(MethodReference ref) override;
void AddUncompilableClass(ClassReference ref) override;