diff options
author | 2015-06-04 16:26:10 +0000 | |
---|---|---|
committer | 2015-06-04 16:26:10 +0000 | |
commit | 962863b6481163eb00e7621ec6f854cb0b6f67bc (patch) | |
tree | 051b3ba6343bdbca4929d728dd5c0341e4383a08 /compiler/optimizing/stack_map_stream.h | |
parent | c47908e8c32fd58bc4dc75998a80f706954db1dc (diff) | |
parent | f677ebfd832c9c614fea5e6735725fec2f7a3f2a (diff) |
Merge "Cache stack map encoding"
Diffstat (limited to 'compiler/optimizing/stack_map_stream.h')
-rw-r--r-- | compiler/optimizing/stack_map_stream.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/optimizing/stack_map_stream.h b/compiler/optimizing/stack_map_stream.h index 0af983b1bf..274d573350 100644 --- a/compiler/optimizing/stack_map_stream.h +++ b/compiler/optimizing/stack_map_stream.h @@ -171,6 +171,7 @@ class StackMapStream : public ValueObject { StackMapEntry current_entry_; InlineInfoEntry current_inline_info_; + StackMapEncoding stack_map_encoding_; size_t stack_mask_size_; size_t inline_info_size_; size_t dex_register_maps_size_; |