diff options
author | 2024-03-22 14:03:46 +0000 | |
---|---|---|
committer | 2024-03-25 15:16:22 +0000 | |
commit | 5f80711ebc1510811b4f3aa6c748106a26b78d29 (patch) | |
tree | b0b811c0231653c4b6fd4c49220e5fb9ba74dca3 /runtime/quick_exception_handler.cc | |
parent | b71150621fd1357e4be1bf2644a3fd99e69bc933 (diff) |
Move responsibility of clearing BitVectors to the allocators/callers
Both CallocAllocator and ArenaAllocator already zero the bit vector
so we don't have to do it again. ScopedArenaAllocator was the only
one which needed the ClearAllBits call so move the call to that
constructor.
Bug: 329037671
Test: art/test/testrunner/testrunner.py --host --64 --optimizing -b
Change-Id: Iff1c1386f573bfd51a7e906696a173f6d4b30fc7
Diffstat (limited to 'runtime/quick_exception_handler.cc')
0 files changed, 0 insertions, 0 deletions