summaryrefslogtreecommitdiff
path: root/compiler/optimizing/stack_map_stream.h
diff options
context:
space:
mode:
authorDavid Srbecky <dsrbecky@google.com>2018-08-02 15:11:02 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-08-02 15:11:02 +0000
commit1bfd891d06e276d602b4a6ccf1a9f70967195218 (patch)
treece0fedeafdffed1333aab4d751906a24b7e46c2f /compiler/optimizing/stack_map_stream.h
parente8d8755abbf6543b41e03c6b86a5e1db31289868 (diff)
parent3aaaa21055ab73562b8da7968ac4fa5fe9d44695 (diff)
Merge "Encode frame info using varints."
Diffstat (limited to 'compiler/optimizing/stack_map_stream.h')
-rw-r--r--compiler/optimizing/stack_map_stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/stack_map_stream.h b/compiler/optimizing/stack_map_stream.h
index de79f4921e..a5f7ff3a49 100644
--- a/compiler/optimizing/stack_map_stream.h
+++ b/compiler/optimizing/stack_map_stream.h
@@ -98,7 +98,7 @@ class StackMapStream : public ValueObject {
void CreateDexRegisterMap();
const InstructionSet instruction_set_;
- uint32_t frame_size_in_bytes_ = 0;
+ uint32_t packed_frame_size_ = 0;
uint32_t core_spill_mask_ = 0;
uint32_t fp_spill_mask_ = 0;
uint32_t num_dex_registers_ = 0;