Cleanup quick support in verifier.

Bug: 9568063

This CL cleans up the way we are requesting for field/method being
accessed/invoked by a -quick instruction.

Now we let the verifier run completely and once it is done, we access the
register line of the instruction's dex PC and calculate the reference to the
field/method. This is pretty the same way the verifier checks the instruction
but here we get the final register line.

Change-Id: I06f02b0ddeb1bbdd71de610cc0656057624f6e3b
2 files changed
tree: 946d064868a8f98894aaf926904744eefdf69e05
  1. build/
  2. dalvikvm/
  3. jdwpspy/
  4. src/
  5. test/
  6. tools/
  7. .gitignore
  8. Android.mk