Remove std::string from RegTypeCache::FromDescriptor

Remove the use of std::string for the descriptor argument.
The argument to FromDescriptor is used to look up a Class or a String,
both of which are managed in the Java heap.

Change-Id: Ic752a797d807a5102097068c2cf654f4fe4b6c63
2 files changed
tree: cc593076ffd594d81e733d3888a67accee900d0c
  1. build/
  2. jdwpspy/
  3. src/
  4. test/
  5. tools/
  6. Android.mk