1. 06537f7 native: Cleanup jni usage code by Igor Murashkin · 7 years ago
  2. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  3. b45528c ART: Refactor retrieval of types through ArtMethod. by Vladimir Marko · 8 years ago
  4. 87583b3 ART: Move RegisterNatives helper by Andreas Gampe · 8 years ago
  5. a14100c ART: More header cleanup - jni_internal.h by Andreas Gampe · 8 years ago
  6. 6b2dc31 ART: Get rid of most of java.lang.DexCache. by Narayan Kamath · 8 years ago
  7. 3b6f440 jni: Switch to @FastNative for all JNI functions. Deprecate !bang JNI. by Igor Murashkin · 8 years ago
  8. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 8 years ago
  9. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 9 years ago
  10. 13b2784 ART: Refactor jmethodID handling by Andreas Gampe · 9 years ago
  11. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 9 years ago
  12. 1a5337f Move mirror::ObjectArray to ObjPtr by Mathieu Chartier · 9 years ago
  13. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 9 years ago
  14. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 9 years ago
  15. 79a21e7 Add support for Executable.getParameters() metadata by Neil Fuller · 9 years ago
  16. 0e84439 Collapse ART's AbstractMethod class into Executable by Neil Fuller · 9 years ago[Renamed (77%) from runtime/native/java_lang_reflect_AbstractMethod.cc]
  17. 9323e6e Separate annotations from dexfile reading. by David Sehr · 9 years ago
  18. 16b21cd Tracking java.lang.reflect.Executable changes by Neil Fuller · 9 years ago
  19. 1133db7 Remove AnnotationAccess and its remaining uses. by Jeff Hao · 9 years ago