1. e431e27 art: use proper nativehelper headers by Steven Moreland · 7 years ago
  2. 443f862 Fix local reference leak under reflection. by Chang Xing · 7 years ago
  3. c15a2f4 ART: Add object-readbarrier-inl.h by Andreas Gampe · 7 years ago
  4. cc9d1cb Change some pending OOME asserts to be pending exception by Mathieu Chartier · 7 years ago
  5. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 7 years ago
  6. 4c04117 Partial revert of "Reduce using ArtMethod's dex_cache_resolved_types_." by Nicolas Geoffray · 8 years ago
  7. 942fd31 Reduce using ArtMethod's dex_cache_resolved_types_. by Vladimir Marko · 8 years ago
  8. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  9. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 8 years ago
  10. 13b2784 ART: Refactor jmethodID handling by Andreas Gampe · 8 years ago
  11. dc061d0 ART: Clean up IndirectReferenceTable by Andreas Gampe · 8 years ago
  12. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  13. 1a5337f Move mirror::ObjectArray to ObjPtr by Mathieu Chartier · 8 years ago
  14. c4f3925 Move remaining jobject related functions to use ObjPtr by Mathieu Chartier · 8 years ago
  15. f8ac97f ObjPtr misc cleanup by Mathieu Chartier · 8 years ago
  16. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 8 years ago
  17. 3398c78 Move ArtField to ObjPtr by Mathieu Chartier · 8 years ago
  18. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  19. a59d9b2 Use ObjPtr for reflection.cc/h/inl by Mathieu Chartier · 8 years ago
  20. da079bb Cleanup String.<init> handling. by Nicolas Geoffray · 8 years ago
  21. 0e84439 Collapse ART's AbstractMethod class into Executable by Neil Fuller · 8 years ago
  22. 268764d Make ScopedAssertNoThreadSuspension no overhead for non-debug by Mathieu Chartier · 8 years ago
  23. 3a21e38 Clean up some includes. by Vladimir Marko · 8 years ago
  24. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  25. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  26. 103992b ART: Move ThrowStackOverflowError to common_throws by Andreas Gampe · 9 years ago
  27. e806732 ART: Add missing GetInterfaceMethodIfProxy by Andreas Gampe · 9 years ago
  28. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 9 years ago
  29. 3887c46 Remove unnecessary `explicit` qualifiers on constructors. by Roland Levillain · 9 years ago
  30. 54d220e Move ArtFields and ArtMethods to be a length prefixed array by Mathieu Chartier · 9 years ago
  31. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  32. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  33. 83c8195 Fix updating of JNI references for String.<init>. by Jeff Hao · 9 years ago
  34. 39b6c24 Intercept JNI invocation of String.<init> methods. by Jeff Hao · 9 years ago
  35. 5446254 Remove unused InvokeWithShadowFrame by Sebastien Hertz · 9 years ago
  36. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  37. f36cb5f Move Class.newInstance to native by Mathieu Chartier · 9 years ago
  38. a61894d Fix reflection handling and test flakiness by Mathieu Chartier · 9 years ago
  39. fc58af4 Add AbstractMethod, Constructor, Method by Mathieu Chartier · 9 years ago
  40. c785344 Move ArtField to native by Mathieu Chartier · 9 years ago
  41. ca239af Fix some reflection errors by Mathieu Chartier · 9 years ago
  42. daaf326 Add AccessibleObject and Field to mirror by Mathieu Chartier · 9 years ago
  43. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 9 years ago
  44. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 9 years ago
  45. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  46. a048560 Move GetClassFromTypeIdx to ArtMethod. by Ian Rogers · 10 years ago
  47. e94652f Remove MethodHelper from the interpreter. by Ian Rogers · 10 years ago
  48. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  49. ded66a0 Move MethodHelper::GetReturnType to mirror::ArtMethod. by Ian Rogers · 10 years ago
  50. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  51. c0d8229 ART: Better IllegalAccessException message by Andreas Gampe · 10 years ago
  52. 7643327 Optimize get/set reflection performance by Mathieu Chartier · 10 years ago
  53. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago
  54. b74ff13 Merge "Reduce stack usage for overflow checks" by Dave Allison · 10 years ago
  55. 648d711 Reduce stack usage for overflow checks by Dave Allison · 10 years ago
  56. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 10 years ago
  57. 68d8b42 Wire up check JNI force copy mode. by Ian Rogers · 10 years ago
  58. e5877a1 Fix x86 build. by Ian Rogers · 10 years ago
  59. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  60. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  61. 3bd7a6c Fix reflection access check for attached native threads. by Vladimir Marko · 10 years ago
  62. bfd9a43 Change MethodHelper to use a Handle. by Mathieu Chartier · 10 years ago
  63. 607fa7b Merge "Now we have a proper C++ library, use std::unique_ptr." by Ian Rogers · 10 years ago
  64. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  65. 2b7c4d1 Don't get and restore thread state for ScopedFastNativeObjectAccess. by Mathieu Chartier · 10 years ago
  66. f832284 Delete ClassHelper and fix compaction bug in GetDirectInterface by Mathieu Chartier · 10 years ago
  67. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  68. 925b687 Fix reflection access checks for app compatibility. by Jeff Hao · 10 years ago
  69. dd9699a Revert "Fix access checks for app compatibility." by Jeff Hao · 10 years ago
  70. b59b2c8 Fix access checks for app compatibility. by Jeff Hao · 10 years ago
  71. cb4581a Some fixes for comments and implied conversions. by Jeff Hao · 10 years ago
  72. 11d5d8f Add access checks to Method and Field reflection. by Jeff Hao · 10 years ago
  73. 84956ff Reflection tidying. by Ian Rogers · 10 years ago
  74. 62f0512 Improvements to Field.get/set. by Ian Rogers · 10 years ago
  75. e18fdd2 Work-around GCC polymorphism problems. by Ian Rogers · 10 years ago
  76. 11e4c03 64bit build fix. by Ian Rogers · 10 years ago
  77. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 10 years ago
  78. 0177e53 Work in the direction of hard float quick ABIs. by Ian Rogers · 10 years ago
  79. c528dba Enable moving classes. by Mathieu Chartier · 11 years ago
  80. dfb325e Don't use UTF16 length as length for MUTF8. by Ian Rogers · 11 years ago
  81. fc0e94b StringPiece clean up. by Ian Rogers · 11 years ago
  82. 2e450bf Revert "Remove bogus fastpath from String::Equals(const StringPiece&)" by Brian Carlstrom · 11 years ago
  83. 8438ed3 Remove bogus fastpath from String::Equals(const StringPiece&) by Brian Carlstrom · 11 years ago
  84. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  85. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  86. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  87. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/reflection.cc]
  88. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 11 years ago
  89. 6474d19 Remove use of compiled invoke stubs from portable. by Jeff Hao · 11 years ago
  90. 4f6ad8a Various performance improvements. by Ian Rogers · 11 years ago
  91. 5d91730 Changes to remove need for compiled invoke stubs for quick. by Jeff Hao · 11 years ago
  92. c0fa3ad Improve performance of JNI field operations. by Ian Rogers · 11 years ago
  93. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  94. af6e67a Further proxy refactorings. by Ian Rogers · 12 years ago
  95. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 12 years ago
  96. 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
  97. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  98. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  99. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 12 years ago
  100. eac7667 DO NOT MERGE Fix all unsafe caching to be like libcore. by Elliott Hughes · 12 years ago