Commit 5243e912 authored by Sebastien Hertz's avatar Sebastien Hertz
Browse files

Reduce use of DecodedInstruction in verifier.

This CL reduces the use of DecodedInstruction in verifier. It continues work
started in https://googleplex-android-review.googlesource.com/#/c/311171.

We cannot remove it completely from verifier because of method
MethodVerifier::VerifyInstruction. It is based on instruction flags rather than
instruction opcode. So we can't rely on instruction format. We may need to add
VRegA, VRegB and VRegC methods for this case. This should also be required for
the compiler itself. Let's delay this change to another CL.

Change-Id: I9d34df8b5bdb3db74e4959364c3cde90ef15585d
parent 534ae2b5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment