summaryrefslogtreecommitdiffstats
path: root/src/compiler_llvm/art_module.ll
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler_llvm/art_module.ll')
-rw-r--r--src/compiler_llvm/art_module.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/compiler_llvm/art_module.ll b/src/compiler_llvm/art_module.ll
index e7738ad..cebc76c 100644
--- a/src/compiler_llvm/art_module.ll
+++ b/src/compiler_llvm/art_module.ll
@@ -43,7 +43,8 @@ declare void @art_unlock_object_from_code(%JavaObject*, %JavaObject*)
declare void @art_test_suspend_from_code(%JavaObject*)
-declare %ShadowFrame* @art_push_shadow_frame_from_code(%ShadowFrame*)
+declare %ShadowFrame* @art_push_shadow_frame_from_code(%ShadowFrame*, %JavaObject*, i32)
+declare %ShadowFrame* @art_push_shadow_frame_noinline_from_code(%ShadowFrame*, %JavaObject*, i32)
declare void @art_pop_shadow_frame_from_code(%ShadowFrame*)