Fix the line info storage for obfuscated methods

With R8 v3.1.4, the debug information gets removed from the dex
file. Therefore code that has been obfuscated needs to store the
program counter instead of the line number. This is done
similarly to I5ab54620b2bfba1059543696ff7310b8496b1893.

Fixes: 228000954
Test: m -j32 ahat ahat-tests && java -jar out/host/linux-x86/framework/ahat-tests.jar
Test: testrunner.py --host -t 638-no-line-number
Change-Id: I2714aec63288cccd979adc73022e172d9cc993df
1 file changed