Avoid coercing to key type in SafeMap
SafeMap would immediately coerce the inputs to several of its functions
to the key type. This could cause the inliner to fail to perform some
optimization in some circumstances. By passing down the input
unaltered we should get better optimization.
Bug: 135202227
Test: ./test.py --host
Test: atest CtsJvmtiRunTest1941HostTestCases -- --abi armeabi-v7a
Test: atest CtsJvmtiRunTest1941HostTestCases -- --abi arm64-v8a
Change-Id: I0d8c9f2cc43ef28bf2d043f6a96eadc9aa701cf4
1 file changed