Stack maps: Micro-optimize ReadInterleavedVarints

Doing both operations in the same loop seems to trigger
some pathological case in clang's register allocator.
Splitting the loops fixes it.

This speeds up CodeInfo by 5%, and maps startup by 0.05%.

Test: test.py -b --host --64 --optimizing
Change-Id: If0b88373069a755a82f0c9969a1f461f223fb62f
1 file changed