summaryrefslogtreecommitdiff
path: root/runtime/stack.cc
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2015-07-08 09:41:54 +0000
committer Nicolas Geoffray <ngeoffray@google.com> 2015-07-08 09:41:54 +0000
commit7070ccd8b6439477eafeea7ed3736645d78e003f (patch)
treee32dca6b4342ce7b42952e0d9150a85fba361562 /runtime/stack.cc
parentfa2c054b28d4b540c1b3651401a7a091282a015f (diff)
Revert "Remove interpreter entrypoint in ArtMethod."
Build failures on bots. Investigating. This reverts commit fa2c054b28d4b540c1b3651401a7a091282a015f. Change-Id: Id65b2009aa66cb291fb8c39758a58e0b0d22616c
Diffstat (limited to 'runtime/stack.cc')
-rw-r--r--runtime/stack.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/stack.cc b/runtime/stack.cc
index 6f3b0a3bfe..11c94dbbb8 100644
--- a/runtime/stack.cc
+++ b/runtime/stack.cc
@@ -857,6 +857,7 @@ void StackVisitor::WalkStack(bool include_transitions) {
<< " native=" << method->IsNative()
<< " entrypoints=" << method->GetEntryPointFromQuickCompiledCode()
<< "," << method->GetEntryPointFromJni()
+ << "," << method->GetEntryPointFromInterpreter()
<< " next=" << *cur_quick_frame_;
}