Fix IGET/IPUT slow path code generation.

Two bugs are fixed in this commit:

1. IGET instructions is calling Set*Instance runtime
   function, which should be changed to Get*Instance.

2. We should pass the object address to the runtime
   function for IGET and IPUT.

Change-Id: I10c317e5c2d093966d8a0f2fd422f9bb5d2b34ba
3 files changed
tree: 156ce660d5b69500c379405924782c9a182cd3c3
  1. build/
  2. jdwpspy/
  3. src/
  4. test/
  5. tools/
  6. .gitignore
  7. Android.mk