1. f1e15ae am 4d169121: Merge "Move more Class annotations to native." by Jeff Hao · 9 years ago
  2. 2a5892f Move more Class annotations to native. by Jeff Hao · 9 years ago
  3. 869ef6d am fa8114ca: am b5f7abcd: Merge "Revert "Revert "Move annotations to native.""" by Jeff Hao · 9 years ago
  4. 13e748b Revert "Revert "Move annotations to native."" by Jeff Hao · 9 years ago
  5. b9d8205 am fe8e0455: am c9774838: Merge "Revert "Move annotations to native."" by Roland Levillain · 9 years ago
  6. 7db6dd7 Revert "Move annotations to native." by Roland Levillain · 9 years ago
  7. cd66464 am 5a689007: am f7b12e7a: Merge "Move annotations to native." by Jeff Hao · 9 years ago
  8. 0042c6d Move annotations to native. by Jeff Hao · 9 years ago
  9. d8cc920 am 0efe6490: am 119a8025: Merge "Move mirror::ArtMethod to native" by Mathieu Chartier · 9 years ago
  10. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  11. f5b132e am 61d7ca87: ART: Whitelist DexPathList constructor by Andreas Gampe · 9 years ago
  12. 61d7ca8 ART: Whitelist DexPathList$Element constructor by Andreas Gampe · 9 years ago
  13. c71d921 Fix constructor access check through reflection by Sebastien Hertz · 9 years ago
  14. 2d2f2a9 Fix constructor access check through reflection by Sebastien Hertz · 9 years ago
  15. f0a3d3d Merge "ART: Fix constructor access checking" by Andreas Gampe · 9 years ago
  16. 8208bdd ART: Fix constructor access checking by Andreas Gampe · 9 years ago
  17. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  18. 0dd76cd ART: Fix constructor access checking by Andreas Gampe · 9 years ago
  19. f36cb5f Move Class.newInstance to native by Mathieu Chartier · 9 years ago
  20. fc58af4 Add AbstractMethod, Constructor, Method by Mathieu Chartier · 9 years ago
  21. c785344 Move ArtField to native by Mathieu Chartier · 9 years ago
  22. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 9 years ago
  23. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  24. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago
  25. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  26. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  27. cb4581a Some fixes for comments and implied conversions. by Jeff Hao · 10 years ago
  28. 11d5d8f Add access checks to Method and Field reflection. by Jeff Hao · 10 years ago
  29. 62f0512 Improvements to Field.get/set. by Ian Rogers · 10 years ago
  30. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 10 years ago
  31. f4b9762 Don't always allocate constructor newInstance as non movable. by Mathieu Chartier · 10 years ago
  32. c528dba Enable moving classes. by Mathieu Chartier · 11 years ago
  33. cbb2d20 Refactor allocation entrypoints. by Mathieu Chartier · 11 years ago
  34. 1eb512d Fast JNI support. by Ian Rogers · 11 years ago
  35. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  36. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/native/java_lang_reflect_Constructor.cc]
  37. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 11 years ago
  38. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  39. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 12 years ago
  40. 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
  41. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  42. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 12 years ago
  43. eac7667 DO NOT MERGE Fix all unsafe caching to be like libcore. by Elliott Hughes · 12 years ago
  44. 0dae08e Move JNI methods out of top-level. by Ian Rogers · 12 years ago[Renamed from src/java_lang_reflect_Constructor.cc]
  45. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 12 years ago
  46. 0045a29 Avoid a case of eager initialization. by Ian Rogers · 12 years ago
  47. 0512f02 Remove anonymous namespaces. by Elliott Hughes · 12 years ago
  48. 6d4d9fc Reduce meta-data object sizes, introduce meta-data helper classes. by Ian Rogers · 13 years ago
  49. b82b687 Make sure threads allocating are in the kRunnable state by Brian Carlstrom · 13 years ago
  50. 5cb5ad2 Fix exception throwing to support no detail message. by Elliott Hughes · 13 years ago
  51. 5d40f18 Fixes for "null instanceof" and class initialization by Brian Carlstrom · 13 years ago
  52. 2a20cfd Implement java.lang.reflect.Constructor.constructNative. by Elliott Hughes · 13 years ago