summaryrefslogtreecommitdiff
path: root/compiler/exception_test.cc
diff options
context:
space:
mode:
author David Srbecky <dsrbecky@google.com> 2019-02-12 22:10:43 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2019-02-12 22:10:43 +0000
commit3c09f2c51c796df68386b16dfdab6d63734baec6 (patch)
tree9a772ac535bea14ffd837b5b13b5abdb84d79255 /compiler/exception_test.cc
parentf09a3c3eec07ae03b7eef3e27bf8eae25261cd46 (diff)
parent8f20a23a35fa6fbe4dcb4ff70268a24dc7fb2a24 (diff)
Merge "Revert "Add code size to CodeInfo""
Diffstat (limited to 'compiler/exception_test.cc')
-rw-r--r--compiler/exception_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/exception_test.cc b/compiler/exception_test.cc
index f978cc62f3..d5ceafeac9 100644
--- a/compiler/exception_test.cc
+++ b/compiler/exception_test.cc
@@ -80,7 +80,7 @@ class ExceptionTest : public CommonRuntimeTest {
stack_maps.BeginMethod(4 * sizeof(void*), 0u, 0u, 0u);
stack_maps.BeginStackMapEntry(kDexPc, native_pc_offset);
stack_maps.EndStackMapEntry();
- stack_maps.EndMethod(code_size);
+ stack_maps.EndMethod();
ScopedArenaVector<uint8_t> stack_map = stack_maps.Encode();
const size_t stack_maps_size = stack_map.size();