summaryrefslogtreecommitdiff
path: root/runtime/thread.cc
diff options
context:
space:
mode:
author Orion Hodson <oth@google.com> 2017-01-11 19:18:51 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2017-01-11 19:18:51 +0000
commitdcf52765ab5886abdd85a4436fa0358b2a31341d (patch)
treeb68ee975792a5bf488ed93cfbe09a37f80008288 /runtime/thread.cc
parenta28ddf5140cd1f4a2ae93dbf8be2f200b1552003 (diff)
parent0fb5af1c8287b1ec85c55c306a1c43820c38a337 (diff)
Merge "Revert "ART: Compiler support for invoke-polymorphic.""
Diffstat (limited to 'runtime/thread.cc')
-rw-r--r--runtime/thread.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/thread.cc b/runtime/thread.cc
index 40b6d73d94..bdd4ca6721 100644
--- a/runtime/thread.cc
+++ b/runtime/thread.cc
@@ -2727,7 +2727,6 @@ void Thread::DumpThreadOffset(std::ostream& os, uint32_t offset) {
QUICK_ENTRY_POINT_INFO(pInvokeStaticTrampolineWithAccessCheck)
QUICK_ENTRY_POINT_INFO(pInvokeSuperTrampolineWithAccessCheck)
QUICK_ENTRY_POINT_INFO(pInvokeVirtualTrampolineWithAccessCheck)
- QUICK_ENTRY_POINT_INFO(pInvokePolymorphic)
QUICK_ENTRY_POINT_INFO(pTestSuspend)
QUICK_ENTRY_POINT_INFO(pDeliverException)
QUICK_ENTRY_POINT_INFO(pThrowArrayBounds)