1. 3068d58 Clean up creating handles from `this`. by Vladimir Marko · 6 years ago
  2. 9b81ac3 Add default argument kIsInstrumented=true. by Vladimir Marko · 6 years ago
  3. 0eefb9b ObjPtr<>-ify mirror::Field and mirror::Executable. by Vladimir Marko · 6 years ago
  4. 4bcd657 Take hidden API into account during getDeclaredMethod() by David Brazdil · 6 years ago
  5. e768182 hiddenapi: Print warnings for @CorePlatformApi violations by David Brazdil · 7 years ago
  6. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 6 years ago
  7. f50ac10 Simplify hidden_api.h logic by David Brazdil · 7 years ago
  8. fd63bbf ART: Add string-alloc-inl.h by Andreas Gampe · 7 years ago
  9. 70f5fd0 ART: Add class-alloc-inl.h by Andreas Gampe · 7 years ago
  10. 52ecb65 ART: Add object-array-alloc-inl.h by Andreas Gampe · 7 years ago
  11. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 7 years ago
  12. fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 7 years ago
  13. d93e374 ObjPtr<>-ify ArtMethod and mirror::Method. by Vladimir Marko · 7 years ago
  14. bcf1752 ObjPtr<>-ify array allocations. by Vladimir Marko · 7 years ago
  15. a8bba7d ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use. by Vladimir Marko · 7 years ago
  16. 679730e Remove static GcRoot<>s from Field, Method, Constructor. by Vladimir Marko · 7 years ago
  17. c7aa87e Remove static_class_ from Method/VarHandle and CallSite. by Vladimir Marko · 7 years ago
  18. 2d3065e ObjPtr<>-ify annotation processing. by Vladimir Marko · 7 years ago
  19. 59a49a6 Implement VMDebug API to mark a class "platform" by David Brazdil · 7 years ago
  20. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 7 years ago
  21. 9a13d42 Consider whitelist when listing class members. by Mathew Inwood · 7 years ago
  22. c0d988a ART: Stop Hidden API stackwalk for class initializers in j.l.i. by Orion Hodson · 7 years ago
  23. 9574f49 ART: Walk past j.l.i in stackwalk for Hidden API by Orion Hodson · 7 years ago
  24. 6097672 Remove some unnecessary items from WellKnownClasses. by Vladimir Marko · 7 years ago
  25. f5f1f80 Revert^2 "hidden_api: Call back into libcore on hidden api detection"" by Narayan Kamath · 7 years ago
  26. 8c5de0f Revert "hidden_api: Call back into libcore on hidden api detection" by Orion Hodson · 7 years ago
  27. a9660f1 hidden_api: Call back into libcore on hidden api detection by Narayan Kamath · 7 years ago
  28. 8e1a7cb Revert "Revert "Allow hidden API access from system libraries"" by David Brazdil · 7 years ago
  29. 0127b71 Revert "Allow hidden API access from system libraries" by Nicolas Geoffray · 7 years ago
  30. eefabd2 Allow hidden API access from system libraries by David Brazdil · 7 years ago
  31. 597d7f6 More flexible API enforcement policy support. by Mathew Inwood · 7 years ago
  32. e42d717 Merge "native: Cleanup jni usage code" by Treehugger Robot · 7 years ago
  33. 06537f7 native: Cleanup jni usage code by Igor Murashkin · 7 years ago
  34. b2ec9f5 Remove duplication, split tests by David Sehr · 7 years ago
  35. 7287c4d Add Class.getPrimitiveClass(). by Vladimir Marko · 7 years ago
  36. 068d68d Print more information about hidden API accesses by David Brazdil · 7 years ago
  37. 70e88d6 Merge "Move hidden API warnings into resolvers" by Treehugger Robot · 7 years ago
  38. a02cb11 Move hidden API warnings into resolvers by David Brazdil · 7 years ago
  39. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 7 years ago
  40. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 7 years ago
  41. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 7 years ago
  42. ee7d2fd Start warning on hidden API greylist by David Brazdil · 7 years ago
  43. 5a61bb7 Start enforcing hidden API blacklist by David Brazdil · 7 years ago
  44. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  45. 666ee3d Do not pass DexFile to ClassLinker::Lookup/ResolveType(). by Vladimir Marko · 8 years ago
  46. 373a9b5 ART: Depend on libnativehelper headers only by Andreas Gampe · 8 years ago
  47. e431e27 art: use proper nativehelper headers by Steven Moreland · 8 years ago
  48. 87583b3 ART: Move RegisterNatives helper by Andreas Gampe · 8 years ago
  49. a14100c ART: More header cleanup - jni_internal.h by Andreas Gampe · 8 years ago
  50. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 8 years ago
  51. 6b2dc31 ART: Get rid of most of java.lang.DexCache. by Narayan Kamath · 8 years ago
  52. 3b6f440 jni: Switch to @FastNative for all JNI functions. Deprecate !bang JNI. by Igor Murashkin · 8 years ago
  53. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 8 years ago
  54. a35510d Fix missing OOME check in reflection. by Vladimir Marko · 8 years ago
  55. 19a4d37 Clean up Class::GetDirectInterface(). by Vladimir Marko · 9 years ago
  56. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 9 years ago
  57. bc5a795 Move art/native to ObjPtr by Mathieu Chartier · 9 years ago
  58. 1a5337f Move mirror::ObjectArray to ObjPtr by Mathieu Chartier · 9 years ago
  59. 28bd2e4 Move mirror::Class to use ObjPtr by Mathieu Chartier · 9 years ago
  60. f8ac97f ObjPtr misc cleanup by Mathieu Chartier · 9 years ago
  61. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 9 years ago
  62. 9d07414 Move two dangling mirror objects into handles. by Nicolas Geoffray · 9 years ago
  63. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 9 years ago
  64. a59d9b2 Use ObjPtr for reflection.cc/h/inl by Mathieu Chartier · 9 years ago
  65. 26ead49 Merge "Make ScopedAssertNoThreadSuspension no overhead for non-debug" by Mathieu Chartier · 9 years ago
  66. 9323e6e Separate annotations from dexfile reading. by David Sehr · 9 years ago
  67. 268764d Make ScopedAssertNoThreadSuspension no overhead for non-debug by Mathieu Chartier · 9 years ago
  68. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 9 years ago
  69. 3aaa37b creating workflow for mirror::String compression by jessicahandojo · 9 years ago
  70. 542451c ART: Convert pointer size to enum by Andreas Gampe · 9 years ago
  71. e01e364 ART: Add pointer-size template to some reflection functions by Andreas Gampe · 9 years ago
  72. a96f316 Put a handle on the String object. by Nicolas Geoffray · 9 years ago
  73. 715fdc2 ART: Add some reflection cutouts by Andreas Gampe · 9 years ago
  74. 2c6760a Merge "Remove AnnotationAccess and its remaining uses." by Jeff Hao · 9 years ago
  75. 6039e56 ART: Add getDeclaredConstructor cutout for unstarted runtime by Andreas Gampe · 9 years ago
  76. 1133db7 Remove AnnotationAccess and its remaining uses. by Jeff Hao · 9 years ago
  77. bc4d218 ART: Add unstarted-runtime functions by Andreas Gampe · 9 years ago
  78. 64fdc80 Default methods should not be found by getDeclaredMethod by Alex Light · 9 years ago
  79. df187e4 Revert "Revert "reflection: Add new 1.8 AnnotatedElement methods and tests"" by Igor Murashkin · 9 years ago
  80. 28a2a18 Revert "reflection: Add new 1.8 AnnotatedElement methods and tests" by Nicolas Geoffray · 9 years ago
  81. c167ee9 reflection: Add new 1.8 AnnotatedElement methods and tests by Igor Murashkin · 9 years ago
  82. 0e7fa6b Also print to error stream. by Nicolas Geoffray · 9 years ago
  83. 7ea4c09 Emit an error message when looking for String#offset. by Nicolas Geoffray · 9 years ago
  84. 9865bde Rename NullHandle to ScopedNullHandle by Mathieu Chartier · 10 years ago
  85. e64300b Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"" by Alex Light · 10 years ago
  86. ae358c1 Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" by Alex Light · 10 years ago
  87. 6286a97 Combine direct_methods_ and virtual_methods_ fields of mirror::Class by Alex Light · 10 years ago
  88. 3a09092 Revert "lambda: Add support for invoke-interface for boxed innate lambdas" by Nicolas Geoffray · 10 years ago
  89. 457e874 lambda: Add support for invoke-interface for boxed innate lambdas by Igor Murashkin · 10 years ago
  90. 35831e8 Reduce memory used by CompiledMethods. by Vladimir Marko · 10 years ago
  91. 6cfc2c0 Avoid visiting find array class cache as roots by Mathieu Chartier · 10 years ago
  92. 72f9075 Move getPublicFieldRecursive to native JNI by Alex Light · 10 years ago
  93. 2a5892f Move more Class annotations to native. by Jeff Hao · 10 years ago
  94. 13e748b Revert "Revert "Move annotations to native."" by Jeff Hao · 10 years ago
  95. 7db6dd7 Revert "Move annotations to native." by Roland Levillain · 10 years ago
  96. 0042c6d Move annotations to native. by Jeff Hao · 10 years ago
  97. cf36d49 ART: Compress LengthPrefixedArray on 32-bit targets. by Vladimir Marko · 10 years ago
  98. 54d220e Move ArtFields and ArtMethods to be a length prefixed array by Mathieu Chartier · 10 years ago
  99. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  100. 05b7226 Fix some java_lang_Class related moving GC bugs by Mathieu Chartier · 10 years ago