1. 7fbc4a5 ART: Move to using locks.h instead of mutex.h by Andreas Gampe · 6 years ago
  2. 8ad7a3b ART: Improve Constructor.newInstance by Andreas Gampe · 7 years ago
  3. 22352f3 Add const to match <jni.h>. by Elliott Hughes · 6 years ago
  4. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 6 years ago
  5. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 7 years ago
  6. ba28f9f Argument conversions for setter/getter MethodHandles. by Orion Hodson · 8 years ago
  7. a59d9b2 Use ObjPtr for reflection.cc/h/inl by Mathieu Chartier · 8 years ago
  8. 268764d Make ScopedAssertNoThreadSuspension no overhead for non-debug by Mathieu Chartier · 8 years ago
  9. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  10. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  11. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  12. 83c8195 Fix updating of JNI references for String.<init>. by Jeff Hao · 9 years ago
  13. 39b6c24 Intercept JNI invocation of String.<init> methods. by Jeff Hao · 9 years ago
  14. 5446254 Remove unused InvokeWithShadowFrame by Sebastien Hertz · 9 years ago
  15. f36cb5f Move Class.newInstance to native by Mathieu Chartier · 9 years ago
  16. fc58af4 Add AbstractMethod, Constructor, Method by Mathieu Chartier · 9 years ago
  17. c785344 Move ArtField to native by Mathieu Chartier · 9 years ago
  18. ca239af Fix some reflection errors by Mathieu Chartier · 9 years ago
  19. daaf326 Add AccessibleObject and Field to mirror by Mathieu Chartier · 9 years ago
  20. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 9 years ago
  21. 1a10218 Remove MethodHelper. by Ian Rogers · 10 years ago
  22. e94652f Remove MethodHelper from the interpreter. by Ian Rogers · 10 years ago
  23. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  24. c0d8229 ART: Better IllegalAccessException message by Andreas Gampe · 10 years ago
  25. 7643327 Optimize get/set reflection performance by Mathieu Chartier · 10 years ago
  26. 68d8b42 Wire up check JNI force copy mode. by Ian Rogers · 10 years ago
  27. 2b7c4d1 Don't get and restore thread state for ScopedFastNativeObjectAccess. by Mathieu Chartier · 10 years ago
  28. cb4581a Some fixes for comments and implied conversions. by Jeff Hao · 10 years ago
  29. 11d5d8f Add access checks to Method and Field reflection. by Jeff Hao · 10 years ago
  30. 84956ff Reflection tidying. by Ian Rogers · 10 years ago
  31. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 10 years ago
  32. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  33. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  34. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/reflection.h]
  35. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 11 years ago
  36. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  37. af6e67a Further proxy refactorings. by Ian Rogers · 12 years ago
  38. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 12 years ago
  39. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  40. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  41. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 12 years ago
  42. eac7667 DO NOT MERGE Fix all unsafe caching to be like libcore. by Elliott Hughes · 12 years ago
  43. 84a5bb4 Even better reflection IllegalArgumentException detail messages and less code. by Elliott Hughes · 12 years ago
  44. aaa5edc Improve reflection IllegalArgumentException detail messages. by Elliott Hughes · 12 years ago
  45. dbac309 Ensure that BoxPrimitive only sees clean data... by Elliott Hughes · 12 years ago
  46. b600b3f Fix/improve exception detail messages for unboxing. by Elliott Hughes · 12 years ago
  47. 6d4d9fc Reduce meta-data object sizes, introduce meta-data helper classes. by Ian Rogers · 13 years ago
  48. 9a6bae8 Don't run managed code until the runtime has started. by Jesse Wilson · 13 years ago
  49. 6b4ef02 Make ResolveField not rely on Field::GetType resolution by Brian Carlstrom · 13 years ago
  50. 2a20cfd Implement java.lang.reflect.Constructor.constructNative. by Elliott Hughes · 13 years ago
  51. 418d20f Implement reflective method invocation. by Elliott Hughes · 13 years ago