| commit | 06d10a78506fae7e033795cda7b1d9d0e1f1fff5 | [log] [tgz] |
|---|---|---|
| author | Orion Hodson <oth@google.com> | Mon May 14 08:53:38 2018 +0100 |
| committer | Orion Hodson <oth@google.com> | Mon May 14 16:49:55 2018 +0100 |
| tree | 91f94a605395776710f3d14298613a803158f3aa | |
| parent | 93d301397c83b08f6fc165847a3d518e1031f392 [diff] [blame] |
ART: Add dex::ProtoIndex Test: m -j32 test-art-host Change-Id: Ic2d2a7a43be1b8590b97cdf3729200b043ffc6a3
diff --git a/runtime/interpreter/interpreter_switch_impl.cc b/runtime/interpreter/interpreter_switch_impl.cc index 283885e..5c7838c 100644 --- a/runtime/interpreter/interpreter_switch_impl.cc +++ b/runtime/interpreter/interpreter_switch_impl.cc
@@ -565,7 +565,7 @@ PREAMBLE(); ClassLinker* cl = Runtime::Current()->GetClassLinker(); ObjPtr<mirror::MethodType> mt = cl->ResolveMethodType(self, - inst->VRegB_21c(), + dex::ProtoIndex(inst->VRegB_21c()), shadow_frame.GetMethod()); if (UNLIKELY(mt == nullptr)) { HANDLE_PENDING_EXCEPTION();