ART: Use bitset in dex file verifier

Use a bitset instead of a hash set. The maximum memory usage is 8K,
which is reasonable and bounded.

Instruction count improvement is in the noise (a percent of a percent).
Branch misses improve by a percent.

Bug: 110852609
Test: m test-art-host
Change-Id: I8bb44ba8ab90db8ef632f2977774b389c3a504b6
2 files changed