summaryrefslogtreecommitdiff
path: root/src/interpreter/interpreter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interpreter/interpreter.h')
-rw-r--r--src/interpreter/interpreter.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interpreter/interpreter.h b/src/interpreter/interpreter.h
index cf47b682ae..94fdff1d33 100644
--- a/src/interpreter/interpreter.h
+++ b/src/interpreter/interpreter.h
@@ -47,6 +47,9 @@ extern JValue EnterInterpreterFromStub(Thread* self, MethodHelper& mh,
ShadowFrame& shadow_frame)
SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
+extern JValue EnterInterpreterFromInterpreter(Thread* self, ShadowFrame* shadow_frame)
+ SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
+
} // namespace interpreter
} // namespace art