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