Add marks for instrumentation frames that get interpreted.

During instrumentation, if a method goes to the interpreter, a special callee-
save ref and args method frame is pushed onto the stack, instead of a frame for
the method being called. This change adds a bool to mark methods that end up
interpreted, so things that walk the stack know to look for the callee-save
method instead.

Also included is a change to UnsafeLogFatalForThreadSuspendAllTimeout to prevent
it from grabbing locks before dumping. This was breaking DumpLocked, which
eventually gets a ScopedObjectAccessUnchecked requiring those locks not be held.

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