ART: Change StringTable for RecentAllocations

Avoid the expensive std::distance call by caching the index inside
the set element. This requires a mutable field and a Finish call.

Effect on b/37620770 repro case: Dump time = ~ 12s -> 3.7s

Bug: 37620770
Test: m test-art-host
Change-Id: I6ab89e0e99994466183042bd59358439f98dde42
1 file changed