summaryrefslogtreecommitdiff
path: root/runtime/entrypoints_order_test.cc
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2021-10-04 16:28:54 +0100
committer Nicolas Geoffray <ngeoffray@google.com> 2021-10-05 11:14:43 +0000
commitf9795d1ebd30105a91089815068b512ff63b8ae5 (patch)
tree0a1ca029b29fce0315759ac8ea8ee2529309665f /runtime/entrypoints_order_test.cc
parent7cf6c58ed90d827dd9b85020219eced5d8c8ae78 (diff)
Remove mterp_current_ibase.
Mterp has been removed. Test: test.py Change-Id: Iebad6fb337846e3945dcfd8ece6fae7c85afe25b
Diffstat (limited to 'runtime/entrypoints_order_test.cc')
-rw-r--r--runtime/entrypoints_order_test.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/entrypoints_order_test.cc b/runtime/entrypoints_order_test.cc
index f6bbd22dc5..cd43aaf676 100644
--- a/runtime/entrypoints_order_test.cc
+++ b/runtime/entrypoints_order_test.cc
@@ -122,7 +122,6 @@ class EntrypointsOrderTest : public CommonRuntimeTest {
EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, thread_local_objects, jni_entrypoints, sizeof(size_t));
// Skip across the entrypoints structures.
- EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, mterp_current_ibase, rosalloc_runs, sizeof(void*));
EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, rosalloc_runs, thread_local_alloc_stack_top,
sizeof(void*) * kNumRosAllocThreadLocalSizeBracketsInThread);
EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, thread_local_alloc_stack_top, thread_local_alloc_stack_end,