1. b9b7d91 Revert "Lazily allocate DexCache arrays." by Orion Hodson · 5 years ago
  2. 1214319 Lazily allocate DexCache arrays. by David Srbecky · 5 years ago
  3. 5de5efe Remove pointer-size arguments from DexCache. by David Srbecky · 5 years ago
  4. 86d6cd5 Remove DexCache arrays from image. by David Srbecky · 6 years ago
  5. 346fd96 More inclusive language in the runtime by David Srbecky · 6 years ago
  6. 9c06d44 Avoid creating preresolved strings array for dex files that have no strings by Mathieu Chartier · 6 years ago
  7. 8a1a0f7 ART: Ensure dex caches keep classloader live by Andreas Gampe · 6 years ago
  8. 41b605c Remove MIPS support from runtime/. by Vladimir Marko · 6 years ago
  9. e61f16a Add missing WriteBarrier on VisitReflectiveTargets by Alex Light · 7 years ago
  10. 2462789 Ensure structural redefinition can shadow functions/fields by Alex Light · 7 years ago
  11. 28b6efe Don't visit invalid Dex-cache slots by Alex Light · 7 years ago
  12. c18eba3 Consolidate updating of reflective Field/Method references by Alex Light · 7 years ago
  13. 3ffb5b1 Handle allocation failure in AddPreResolvedStringsArray by Mathieu Chartier · 7 years ago
  14. 5a0430d ART: Introduce runtime_globals by Andreas Gampe · 7 years ago
  15. 1ca718e Add PreResolved strings dex cache array by Mathieu Chartier · 8 years ago
  16. 1979c64 Clean up include paths by David Sehr · 8 years ago
  17. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 9 years ago
  18. 0f3c700 Remove DexCache arrays from app oat .bss. by Vladimir Marko · 9 years ago
  19. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 9 years ago
  20. 279cfba MIPS: Follow-up to hash-based DexCache methods array by Alexey Frunze · 9 years ago
  21. 07bfbac Hash-based DexCache methods array. by Vladimir Marko · 9 years ago
  22. 2ff3b97 ART: More header cleanups by Andreas Gampe · 9 years ago
  23. f44d36c Revert^2 "Hash-based DexCache field array." by Vladimir Marko · 9 years ago
  24. 8d6768d Revert^6 "Hash-based dex cache type array." by Vladimir Marko · 9 years ago
  25. 0b66d61 Revert^5 "Hash-based dex cache type array." by Vladimir Marko · 9 years ago
  26. 6374c58 Revert "Hash-based DexCache field array." by Vladimir Marko · 9 years ago
  27. 1aea351 Hash-based DexCache field array. by Vladimir Marko · 10 years ago
  28. bfb80d2 Revert^4 "Hash-based dex cache type array." by Vladimir Marko · 9 years ago
  29. c069a30 ART: invoke-custom support by Orion Hodson · 9 years ago
  30. 5812e20 Revert^3 "Hash-based dex cache type array." by Mathieu Chartier · 9 years ago
  31. 85c0f2a Revert^2 "Hash-based dex cache type array." by Vladimir Marko · 9 years ago
  32. d16363a Revert "Hash-based dex cache type array." by Vladimir Marko · 9 years ago
  33. ec78622 Hash-based dex cache type array. by Vladimir Marko · 9 years ago
  34. cc1b535 ART: Clean up ClassLinker by Andreas Gampe · 10 years ago
  35. 28357fa Move most of class linker to ObjPtr by Mathieu Chartier · 10 years ago
  36. 25352fc class_linker: Add support for resolving method types. by Narayan Kamath · 10 years ago
  37. bf44e0e ART: Implement a fixed size string dex cache by Christina Wadsworth · 10 years ago
  38. 542451c ART: Convert pointer size to enum by Andreas Gampe · 10 years ago
  39. 7617216 Convert to UTF8 before doing dex file location comparison by Mathieu Chartier · 10 years ago
  40. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 10 years ago
  41. 1bc977c Revert "Load app images" by Nicolas Geoffray · 10 years ago
  42. f7fd970 Load app images by Mathieu Chartier · 11 years ago
  43. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 11 years ago
  44. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 11 years ago
  45. c785344 Move ArtField to native by Mathieu Chartier · 11 years ago
  46. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 12 years ago
  47. d2fe10a Remove blacklist by Sebastien Hertz · 12 years ago
  48. 5ddb410 Remove intialized static storage from dex cache. by Ian Rogers · 12 years ago
  49. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 13 years ago
  50. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 13 years ago[Renamed from src/mirror/dex_cache.cc]
  51. 1d54e73 GC clean up. by Ian Rogers · 13 years ago
  52. 39ebcb8 More profiler driven tweaks. by Ian Rogers · 13 years ago
  53. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 13 years ago[Renamed (81%) from src/dex_cache.cc]
  54. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 13 years ago
  55. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 14 years ago
  56. 1984651 Invoke static/direct dispatch change. by Ian Rogers · 14 years ago
  57. 2faa5f1 Fix copyright headers. by Elliott Hughes · 14 years ago
  58. e343b76 Stub to capture method entry/exit. by jeffhao · 15 years ago
  59. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 15 years ago
  60. aded5f7 Working ClassLoader by Brian Carlstrom · 15 years ago
  61. 1caa2c2 Add InitializedStaticStorage table by Brian Carlstrom · 15 years ago
  62. 9cc262e Clarify CodeAndMethods to CodeAndDirectMethods by Brian Carlstrom · 15 years ago
  63. 83db772 Add DexCache table of <Method*, Method::GetCode()> by Brian Carlstrom · 15 years ago
  64. 9ea1cb1 First pass of compiler wrapping class by Brian Carlstrom · 15 years ago
  65. a663ea5 Initialize ClassLinker from image by Brian Carlstrom · 15 years ago
  66. 4a96b60 ClassLinker can now FindClass all libcore classes by Brian Carlstrom · 15 years ago
  67. 7e49dca Rename DexFile to DexCache by Brian Carlstrom · 15 years ago