diff options
author | 2019-02-12 19:42:54 +0000 | |
---|---|---|
committer | 2019-02-12 19:42:54 +0000 | |
commit | 8f20a23a35fa6fbe4dcb4ff70268a24dc7fb2a24 (patch) | |
tree | 84dc682b40f38d0377639befe6f3d43e5655a43c /runtime/stack_map.cc | |
parent | 68efa7b1128486e08ae60cd27181645b27bbd2e4 (diff) |
Revert "Add code size to CodeInfo"
This reverts commit 68efa7b1128486e08ae60cd27181645b27bbd2e4.
Reason for revert: Breaks tests
Change-Id: I28fb143990f58e0d5f0b106bea9d9a159f19297e
Diffstat (limited to 'runtime/stack_map.cc')
-rw-r--r-- | runtime/stack_map.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/stack_map.cc b/runtime/stack_map.cc index 5d30b771ae..62dec15c57 100644 --- a/runtime/stack_map.cc +++ b/runtime/stack_map.cc @@ -227,7 +227,6 @@ void CodeInfo::Dump(VariableIndentationOutputStream* vios, bool verbose, InstructionSet instruction_set) const { vios->Stream() << "CodeInfo BitSize=" << size_in_bits_ - << " CodeSize:" << StackMap::UnpackNativePc(packed_code_size_, instruction_set) << " FrameSize:" << packed_frame_size_ * kStackAlignment << " CoreSpillMask:" << std::hex << core_spill_mask_ << " FpSpillMask:" << std::hex << fp_spill_mask_ |