1. bc5a795 Move art/native to ObjPtr by Mathieu Chartier · 10 years ago
  2. 5d3f73a Move reference processor and mirror::Reference to ObjPtr by Mathieu Chartier · 10 years ago
  3. 1a5337f Move mirror::ObjectArray to ObjPtr by Mathieu Chartier · 10 years ago
  4. 6b3d12b Move common throws to ObjPtr by Mathieu Chartier · 10 years ago
  5. 28bd2e4 Move mirror::Class to use ObjPtr by Mathieu Chartier · 10 years ago
  6. e8a3c57 Replace StackHandleScopeCollection with VariableSizedHandleScope by Mathieu Chartier · 10 years ago
  7. 9d156d5 Move Heap parameters to ObjPtr by Mathieu Chartier · 10 years ago
  8. f8ac97f ObjPtr misc cleanup by Mathieu Chartier · 10 years ago
  9. 299958f Change java_lang_reflect_Field.cc to use ObjPtr by Mathieu Chartier · 10 years ago
  10. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 10 years ago
  11. 9d07414 Move two dangling mirror objects into handles. by Nicolas Geoffray · 10 years ago
  12. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 10 years ago
  13. 4d46970 Merge "Use ObjPtr for reflection.cc/h/inl" by Mathieu Chartier · 10 years ago
  14. 79a21e7 Add support for Executable.getParameters() metadata by Neil Fuller · 10 years ago
  15. a59d9b2 Use ObjPtr for reflection.cc/h/inl by Mathieu Chartier · 10 years ago
  16. 3fec9ac ART: Use libbase logging by Andreas Gampe · 10 years ago
  17. 0e84439 Collapse ART's AbstractMethod class into Executable by Neil Fuller · 10 years ago
  18. 9aa352e Remove TypeLookupTable from DexFile. by David Sehr · 10 years ago
  19. 26ead49 Merge "Make ScopedAssertNoThreadSuspension no overhead for non-debug" by Mathieu Chartier · 10 years ago
  20. 9323e6e Separate annotations from dexfile reading. by David Sehr · 10 years ago
  21. 268764d Make ScopedAssertNoThreadSuspension no overhead for non-debug by Mathieu Chartier · 10 years ago
  22. 60458a0 Track libcore Executable.getParameter() changes by Neil Fuller · 10 years ago
  23. cffc529 Address a couple of TODOs and remove an unused header. by Orion Hodson · 10 years ago
  24. ebb7b22 Merge "Clean up some includes." by Treehugger Robot · 10 years ago
  25. 3a21e38 Clean up some includes. by Vladimir Marko · 10 years ago
  26. a4c2a05 Support for loading classes from DEX files stored in a ByteBuffer. by Orion Hodson · 10 years ago
  27. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 10 years ago
  28. 16b21cd Tracking java.lang.reflect.Executable changes by Neil Fuller · 10 years ago
  29. 3aaa37b creating workflow for mirror::String compression by jessicahandojo · 10 years ago
  30. 9c07ab3 Merge "ART: Implement a fixed size string dex cache" by Mathieu Chartier · 10 years ago
  31. bf44e0e ART: Implement a fixed size string dex cache by Christina Wadsworth · 10 years ago
  32. 2ca5828 Remove unused include. by Dmitriy Filchenko · 10 years ago
  33. 542451c ART: Convert pointer size to enum by Andreas Gampe · 10 years ago
  34. e01e364 ART: Add pointer-size template to some reflection functions by Andreas Gampe · 10 years ago
  35. 65ad9b3 Merge "Clean up Class::FindStaticField()." by Vladimir Marko · 10 years ago
  36. 09b710c ART: Fix build break by Andreas Gampe · 10 years ago
  37. b55ad7c Add API for getting location of odex or oat file by Philip Cuadra · 10 years ago
  38. e850809 Merge "Update the get_process_name call." by Treehugger Robot · 10 years ago
  39. 0599c59 Merge changes Iafd12677,I40595d15 by Treehugger Robot · 10 years ago
  40. 03c0134 Update the get_process_name call. by Dmitriy Filchenko · 10 years ago
  41. de9007f Call prctl(PR_SET_PTRACER, PR_SET_PTRACER_ANY) if app is debuggable. by Oleksiy Vyalov · 10 years ago
  42. d1472a2 profile_changed should not effect GetBestOatFile. by Richard Uhler · 10 years ago
  43. bb268b1 Clean up Class::FindStaticField(). by Vladimir Marko · 10 years ago
  44. be84b59 Remove the old obsolete profiler by Calin Juravle · 10 years ago
  45. c92a7a1 Wrap certain exception types when loading an erroneous class. by Jeff Hao · 10 years ago
  46. f284d44 Hold dex caches live in class table by Mathieu Chartier · 10 years ago
  47. 06e3f4f Base isDexOptNeeded result on OatFileAssistant::IsUpToDate. by Richard Uhler · 10 years ago
  48. 278a80b ART: Return native debuggable status of the app. by Oleksiy Vyalov · 10 years ago
  49. e5a5aaa Merge "Make all java.lang.reflect.Constructor methods handle proxies." by Alex Light · 10 years ago
  50. cf79a4d Merge "Add ability to see if a dex file is backed by an oat file." by Treehugger Robot · 10 years ago
  51. e16259f Merge "Fix issue with Constructor proxies." by Alex Light · 10 years ago
  52. 90671be Add ability to see if a dex file is backed by an oat file. by Jeff Hao · 10 years ago
  53. 52c9da0 Fix issue with Constructor proxies. by Alex Light · 10 years ago
  54. 8943c1d DexFile: Add an API to query oat file status. by Narayan Kamath · 10 years ago
  55. 36a95bc Make all java.lang.reflect.Constructor methods handle proxies. by Alex Light · 10 years ago
  56. a96f316 Put a handle on the String object. by Nicolas Geoffray · 10 years ago
  57. 97cbc92 Allow the framework to register sensistive threads to the runtime by Calin Juravle · 10 years ago
  58. bb661c0 Refactor use of __ANDROID__ macro by Bilyan Borisov · 10 years ago
  59. 715fdc2 ART: Add some reflection cutouts by Andreas Gampe · 10 years ago
  60. f38a661 ART: Flag to fail thread creation by Andreas Gampe · 10 years ago
  61. 2c6760a Merge "Remove AnnotationAccess and its remaining uses." by Jeff Hao · 10 years ago
  62. 6039e56 ART: Add getDeclaredConstructor cutout for unstarted runtime by Andreas Gampe · 10 years ago
  63. 1133db7 Remove AnnotationAccess and its remaining uses. by Jeff Hao · 10 years ago
  64. 85a098a ART: Better support for arraycopy in unstarted runtime by Andreas Gampe · 10 years ago
  65. 86a785d ART: Add support for DexFile compiler filter function by Andreas Gampe · 10 years ago
  66. c38be81 ART: Update DexFile for compiler-filter pass-down by Andreas Gampe · 10 years ago
  67. 29d38e7 Revert "Revert "Use compiler filter to determine oat file status."" by Andreas Gampe · 10 years ago
  68. 845e506 Revert "Use compiler filter to determine oat file status." by Nicolas Geoffray · 10 years ago
  69. a62d2f0 Use compiler filter to determine oat file status. by Richard Uhler · 10 years ago
  70. f8cb178 Move process state into runtime by Mathieu Chartier · 10 years ago
  71. e9e98f1 Merge "Do not JIT boot image during native-debugging (keep AOT code instead)." by David Srbecky · 10 years ago
  72. f448016 Do not JIT boot image during native-debugging (keep AOT code instead). by David Srbecky · 10 years ago
  73. db1f7da Merge "ART: Remember whether the cache was pruned" by Andreas Gampe · 10 years ago
  74. 8e57978 Merge "Remove --native-debuggable compiler option." by David Srbecky · 10 years ago
  75. 346dc99 Remove --native-debuggable compiler option. by David Srbecky · 10 years ago
  76. 0cb11c3 runtime: delete native/java_lang_Runtime.h. by Narayan Kamath · 10 years ago
  77. 5f97157 runtime: delete native/java_lang_Runtime.cc by Narayan Kamath · 10 years ago
  78. a1425a1 ART: Remember whether the cache was pruned by Andreas Gampe · 10 years ago
  79. c421907 Merge "Update GetDexOptNeeded to handle different levels of compilation" by Calin Juravle · 10 years ago
  80. 87aa99c Merge "Record foreign dex files loaded by the app in the profile" by Calin Juravle · 10 years ago
  81. b077e15 Update GetDexOptNeeded to handle different levels of compilation by Calin Juravle · 10 years ago
  82. 629afab runtime: Add CAS and fences to sun.misc.Unsafe by Igor Murashkin · 10 years ago
  83. 9bab082 Merge "Simplify LoadNativeLibrary()" by Dimitry Ivanov · 10 years ago
  84. c90bc92 Record foreign dex files loaded by the app in the profile by Calin Juravle · 10 years ago
  85. cc3839c Improve documentation about StringFactory.newStringFromChars. by Roland Levillain · 10 years ago
  86. bc4d218 ART: Add unstarted-runtime functions by Andreas Gampe · 10 years ago
  87. 942dc298 Simplify LoadNativeLibrary() by Dimitry Ivanov · 10 years ago
  88. dd5e5e9 Revert "Revert "Make it possible to enable native debugging through debug flags"" by Tamas Berghammer · 10 years ago
  89. e4ddacd Merge "Default methods should not be found by getDeclaredMethod" by Alex Light · 10 years ago
  90. 3a98aae Revert "Make it possible to enable native debugging through debug flags" by Tamas Berghammer · 10 years ago
  91. 64fdc80 Default methods should not be found by getDeclaredMethod by Alex Light · 10 years ago
  92. c94a61f Make it possible to enable native debugging through debug flags by Tamas Berghammer · 10 years ago
  93. df187e4 Revert "Revert "reflection: Add new 1.8 AnnotatedElement methods and tests"" by Igor Murashkin · 10 years ago
  94. 0dd8c39 Track libcore change aa517a356a38b8cd6764667e1edd735aaf5978e9. by Narayan Kamath · 10 years ago
  95. 28a2a18 Revert "reflection: Add new 1.8 AnnotatedElement methods and tests" by Nicolas Geoffray · 10 years ago
  96. c167ee9 reflection: Add new 1.8 AnnotatedElement methods and tests by Igor Murashkin · 10 years ago
  97. 05d2415 Add option to never interpret. by Siva Chandra · 10 years ago
  98. a9d82fe Use mutator lock to guard adding and removing heap spaces by Mathieu Chartier · 10 years ago
  99. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 10 years ago
  100. 1bc977c Revert "Load app images" by Nicolas Geoffray · 10 years ago