commit | 078d7ba2c20d7778f8988e89a70d47e07372cc5a | [log] [tgz] |
---|---|---|
author | David Srbecky <dsrbecky@google.com> | Thu Jun 21 15:36:48 2018 +0100 |
committer | David Srbecky <dsrbecky@google.com> | Fri Jun 22 13:24:28 2018 +0100 |
tree | 5f9340183de479241e8c043a0996aadc41583b5a | |
parent | 0b4e5a3a1275a4aa6955a0576ab9d57eedd5bdd2 [diff] |
Implement BitMemory{Reader,Writer} Two simple classes which replace the need to pass the (BitMemoryRegion, bit_offset) tuple everywhere. The slightly simplifies the code and it also makes it possible to optimize those classes in the future. Test: test-art-host-gtest-stack_map_test Test: test-art-host-gtest-bit_table_test Change-Id: I4806c805149a07e1a11b76405ca27960a0012c69