commit | 2bcd3a0a864dd2f721c52a6be0c43ef8ff5d4609 | [log] [tgz] |
---|---|---|
author | David Srbecky <dsrbecky@google.com> | Wed Jan 25 18:57:39 2023 +0000 |
committer | David Srbecky <dsrbecky@google.com> | Thu Feb 02 19:52:22 2023 +0000 |
tree | a96bc7814edddfc2db23a1fe4eaa8b443369c4c1 | |
parent | 53aca9a46b02bed3cc7037e0a9bf5df4488ee89f [diff] |
Dex: Use DexFileContainer instead of begin/size. Cleanup. The DexFileContainer already specifies memory range of the dex file, so there is no need to pass it separately. Remove unused GetPermissions from DexFileContainer. Bug: 266950186 Test: ./art/test.py -b --host --64 Change-Id: I94e4547edaa807d9b9c082e7c2c4c2493abe3a64