1. 33df0e3 Revert^4 "Lazily allocate DexCache arrays." by David Srbecky · 4 years, 8 months ago
  2. 4af07cd DexCache: Remove pre-resolved string dead code. by David Srbecky · 4 years, 8 months ago
  3. 8473a5b Revert "Revert^2 "Lazily allocate DexCache arrays."" by Nicolas Geoffray · 4 years, 8 months ago
  4. e153a62 Revert^2 "Lazily allocate DexCache arrays." by David Srbecky · 5 years ago
  5. c07f488 Add a test and consistency checks in method / field resolution. by Nicolas Geoffray · 4 years, 9 months ago
  6. e9a4a60 Transaction support for MethodType in dex cache. by Vladimir Marko · 5 years ago
  7. 8f187c3 Add static asserts we have a full list of mirror classes by Alex Light · 5 years ago
  8. b9b7d91 Revert "Lazily allocate DexCache arrays." by Orion Hodson · 5 years ago
  9. 1214319 Lazily allocate DexCache arrays. by David Srbecky · 5 years ago
  10. 5de5efe Remove pointer-size arguments from DexCache. by David Srbecky · 5 years ago
  11. 86d6cd5 Remove DexCache arrays from image. by David Srbecky · 6 years ago
  12. 9a2ba0e Clear DexCache MethodTypes and CallSites in ImageWriter. by Vladimir Marko · 6 years ago
  13. 8a1a0f7 ART: Ensure dex caches keep classloader live by Andreas Gampe · 6 years ago
  14. 41b605c Remove MIPS support from runtime/. by Vladimir Marko · 6 years ago
  15. c18eba3 Consolidate updating of reflective Field/Method references by Alex Light · 7 years ago
  16. 3ffb5b1 Handle allocation failure in AddPreResolvedStringsArray by Mathieu Chartier · 7 years ago
  17. 58412b1 ObjPtr<>-ify DexCache. by Vladimir Marko · 7 years ago
  18. 6e7a72c Release app image metadata when startup is completed by Mathieu Chartier · 7 years ago
  19. a88abfa Add feature flag for loading app image startup cache by Mathieu Chartier · 7 years ago
  20. 7fbc4a5 ART: Move to using locks.h instead of mutex.h by Andreas Gampe · 8 years ago
  21. 1ca718e Add PreResolved strings dex cache array by Mathieu Chartier · 8 years ago
  22. 88dbad3 ART: Do some include-what-you-use by Andreas Gampe · 8 years ago
  23. 56de89a Mark most *Offset helper functions as constexpr. by David Srbecky · 8 years ago
  24. 924ad50 Refactor Class::FixupNativePointers(). by Vladimir Marko · 8 years ago
  25. 98db89c ART: Clean up verify and read barrier flags. by Vladimir Marko · 8 years ago
  26. 990fc44 Revert "Reduce DexCache field/method array size to 512." by Vladimir Marko · 8 years ago
  27. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 8 years ago
  28. b1e46ff Reduce DexCache field/method array size to 512. by Vladimir Marko · 8 years ago
  29. ca8de0a Move .art.rel data to a section in .art, part 1. by Vladimir Marko · 8 years ago
  30. 4c8e12e ART: Adds an entrypoint for invoke-custom by Orion Hodson · 8 years ago
  31. 6834d34 Remove mirror::Reference::java_lang_ref_Reference. by Vladimir Marko · 8 years ago
  32. 06d10a7 ART: Add dex::ProtoIndex by Orion Hodson · 8 years ago
  33. 8b5d152 Remove unused methods. by Nicolas Geoffray · 8 years ago
  34. 9e734c7 Create dex subdirectory by David Sehr · 8 years ago
  35. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 8 years ago
  36. 279cfba MIPS: Follow-up to hash-based DexCache methods array by Alexey Frunze · 9 years ago
  37. 07bfbac Hash-based DexCache methods array. by Vladimir Marko · 9 years ago
  38. d9911ee ART: Clean up field initialization by Andreas Gampe · 9 years ago
  39. f25cc73 Deterministic DexCache in heap images. by Vladimir Marko · 9 years ago
  40. 6b2dc31 ART: Get rid of most of java.lang.DexCache. by Narayan Kamath · 9 years ago
  41. f44d36c Revert^2 "Hash-based DexCache field array." by Vladimir Marko · 9 years ago
  42. 8d6768d Revert^6 "Hash-based dex cache type array." by Vladimir Marko · 9 years ago
  43. 0b66d61 Revert^5 "Hash-based dex cache type array." by Vladimir Marko · 9 years ago
  44. 6374c58 Revert "Hash-based DexCache field array." by Vladimir Marko · 9 years ago
  45. 1aea351 Hash-based DexCache field array. by Vladimir Marko · 9 years ago
  46. bfb80d2 Revert^4 "Hash-based dex cache type array." by Vladimir Marko · 9 years ago
  47. c069a30 ART: invoke-custom support by Orion Hodson · 9 years ago
  48. 5812e20 Revert^3 "Hash-based dex cache type array." by Mathieu Chartier · 9 years ago
  49. 85c0f2a Revert^2 "Hash-based dex cache type array." by Vladimir Marko · 9 years ago
  50. d16363a Revert "Hash-based dex cache type array." by Vladimir Marko · 9 years ago
  51. ec78622 Hash-based dex cache type array. by Vladimir Marko · 9 years ago
  52. dba6148 Revert "Revert "Revert "Revert "Basic obsolete methods support"""" by Alex Light · 9 years ago
  53. f6abcda Revert "Revert "Revert "Basic obsolete methods support""" by Nicolas Geoffray · 9 years ago
  54. ce77fc0 Revert "Revert "Basic obsolete methods support"" by Alex Light · 9 years ago
  55. b81a984 Revert "Basic obsolete methods support" by Alex Light · 9 years ago
  56. d8936da Basic obsolete methods support by Alex Light · 10 years ago
  57. cc1b535 ART: Clean up ClassLinker by Andreas Gampe · 10 years ago
  58. 8a0128a ART: Add dex::StringIndex by Andreas Gampe · 10 years ago
  59. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 10 years ago
  60. 000e188 method_handles: Complete support for emulated stack frames. by Narayan Kamath · 10 years ago
  61. 28357fa Move most of class linker to ObjPtr by Mathieu Chartier · 10 years ago
  62. d203296 Merge "Move art/native to ObjPtr" by Mathieu Chartier · 10 years ago
  63. 3e2e2f1 Merge "Fix handling of dex cache arrays for method types." by Narayan Kamath · 10 years ago
  64. bc5a795 Move art/native to ObjPtr by Mathieu Chartier · 10 years ago
  65. 31e8822 Move most mirror:: args to ObjPtr by Mathieu Chartier · 10 years ago
  66. 7fe5658 Fix handling of dex cache arrays for method types. by Narayan Kamath · 10 years ago
  67. 23136d1 DexCachePair : Add an Assign method. by Narayan Kamath · 10 years ago
  68. 25352fc class_linker: Add support for resolving method types. by Narayan Kamath · 10 years ago
  69. c38a6f8 dex_cache: rewrite StringDexCachePair as DexCachePair<T> by Narayan Kamath · 10 years ago
  70. bb816d6 Add transactions for string resolve by Mathieu Chartier · 10 years ago
  71. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 10 years ago
  72. b222393 ART: unblock compiler tests on MIPS by Alexey Frunze · 10 years ago
  73. 9210ce9 ART: Fixing build breakage. by Christina Wadsworth · 10 years ago
  74. bf44e0e ART: Implement a fixed size string dex cache by Christina Wadsworth · 10 years ago
  75. 542451c ART: Convert pointer size to enum by Andreas Gampe · 10 years ago
  76. 60bc39c Remove some more read barriers in image relocation by Mathieu Chartier · 10 years ago
  77. 7617216 Convert to UTF8 before doing dex file location comparison by Mathieu Chartier · 10 years ago
  78. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 10 years ago
  79. 1bc977c Revert "Load app images" by Nicolas Geoffray · 10 years ago
  80. f7fd970 Load app images by Mathieu Chartier · 11 years ago
  81. 4b00d34 Refactor some patching logic by Mathieu Chartier · 11 years ago
  82. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 11 years ago
  83. 9044347 Move to newer clang annotations by Mathieu Chartier · 11 years ago
  84. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 11 years ago
  85. c785344 Move ArtField to native by Mathieu Chartier · 11 years ago
  86. dd9d055 ART: More cutouts for unstarted runtime by Andreas Gampe · 11 years ago
  87. 58a5af8 ART: Add guards to the dex cache and its shortcuts by Andreas Gampe · 12 years ago
  88. aa910d5 ART: Fix verifier mishandling erroneous array component types by Andreas Gampe · 12 years ago
  89. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 12 years ago
  90. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 12 years ago
  91. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 12 years ago
  92. d2fe10a Remove blacklist by Sebastien Hertz · 12 years ago
  93. ef7d42f Object model changes to support 64bit. by Ian Rogers · 12 years ago
  94. 5ddb410 Remove intialized static storage from dex cache. by Ian Rogers · 12 years ago
  95. ee39a10 Use class def index from java.lang.Class. by Ian Rogers · 13 years ago
  96. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 13 years ago
  97. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 13 years ago
  98. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 13 years ago
  99. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 13 years ago[Renamed from src/mirror/dex_cache.h]
  100. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 13 years ago[Renamed (88%) from src/dex_cache.h]