From b1b2ca97651b1993e0a00a4543209419afbc6e64 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Tue, 5 Mar 2019 09:23:37 +0000 Subject: Revert "Don't pack code size in CodeInfo." This reverts commit e35ac04a1a9a22b1c4386b27f3a30cd840aa17b1. Bug: 123510633 Bug: 127305289 Reason for revert: b/127305289 Change-Id: I18c2d9291411b31641333c14c47da8c4fdf317f7 --- compiler/optimizing/stack_map_stream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/optimizing/stack_map_stream.h') diff --git a/compiler/optimizing/stack_map_stream.h b/compiler/optimizing/stack_map_stream.h index 1fea3ef250..164e9021b2 100644 --- a/compiler/optimizing/stack_map_stream.h +++ b/compiler/optimizing/stack_map_stream.h @@ -99,7 +99,7 @@ class StackMapStream : public DeletableArenaObject { ScopedArenaAllocator* allocator_; const InstructionSet instruction_set_; - uint32_t code_size_ = 0; + uint32_t packed_code_size_ = 0; uint32_t packed_frame_size_ = 0; uint32_t core_spill_mask_ = 0; uint32_t fp_spill_mask_ = 0; -- cgit v1.2.3-59-g8ed1b