Add stress-test mode for ResolveMethodFromCode
To force call to artResolveMethodFromCode prior to each virtual or
super invoke, add (1 << kDebugExerciseResolveMethod) bit to the
compiler's debug flags.
Change-Id: If14e4bcc8073c8ac7a7a8d0d92bc49444528f77e
diff --git a/src/runtime_support.cc b/src/runtime_support.cc
index 2ee64a1..223ea7e 100644
--- a/src/runtime_support.cc
+++ b/src/runtime_support.cc
@@ -864,6 +864,7 @@
* throw and unwind. The caller will restart call sequence
* from the beginning.
*/
+ UNIMPLEMENTED(FATAL);
}
String* ResolveStringFromCode(const Method* referrer, uint32_t string_idx) {