diff options
author | 2018-08-01 17:23:53 +0100 | |
---|---|---|
committer | 2018-08-03 12:48:49 +0100 | |
commit | e7a9194558379ee24fde82fcaeaee29542df1520 (patch) | |
tree | 30f3c43f2d64f159503bb8c3442aa39cc6cb612e /runtime/stack_map.h | |
parent | f50419eee7290542db07bff23c4f65e693ba037f (diff) |
Simplify StackMapStream encoding.
Test: test-art-host-gtest-stack_map_test
Change-Id: Ife021d03e4e486043ec609f9af8673ace7bde497
Diffstat (limited to 'runtime/stack_map.h')
-rw-r--r-- | runtime/stack_map.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/stack_map.h b/runtime/stack_map.h index 0b1c4f9c63..acde3e3a90 100644 --- a/runtime/stack_map.h +++ b/runtime/stack_map.h @@ -280,10 +280,6 @@ class CodeInfo { Decode(reinterpret_cast<const uint8_t*>(data), flags); } - explicit CodeInfo(MemoryRegion region) : CodeInfo(region.begin()) { - DCHECK_EQ(Size(), region.size()); - } - explicit CodeInfo(const OatQuickMethodHeader* header, DecodeFlags flags = DecodeFlags::Default); size_t Size() const { |