Improve verifier speed.

Main improvement is in the RegTypeCache::From() Class lookup, the cache is first
looked up for the passed descriptor instead of trying to resolve the class.
For cases when the descriptor is not found it is resolved to a class and a new type is
created and added to the cache.

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