1. 28b6e7e Deal with ASAN alloc-dealloc mismatch in class transformation code. by Alex Light · 8 years ago
  2. a1d2f95 ART: Clean up art_field.h by Andreas Gampe · 8 years ago
  3. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 8 years ago
  4. b7354d5 Clean up ArtClassDefinition by Alex Light · 8 years ago
  5. 6a65631 Dedup original dex file for classes transformed on first load. by Alex Light · 8 years ago
  6. 4052847 Undo dex2dex compilation before invoking LoadHook by Alex Light · 8 years ago
  7. 2f814aa Revert "Revert "Make original dex file be more deduplicated"" by Alex Light · 8 years ago
  8. a7c04c4 Revert "Make original dex file be more deduplicated" by Nicolas Geoffray · 8 years ago
  9. 9556cb2 Make original dex file be more deduplicated by Alex Light · 8 years ago
  10. d8ce4e7 Don't send ClassFileLoadHook before JVMTI_PHASE_START. by Alex Light · 8 years ago
  11. 5471141 ART: Rewrite JvmtiUniquePtr by Andreas Gampe · 8 years ago
  12. 0eb3643 ART: Add support for generic class signature by Andreas Gampe · 8 years ago
  13. 52784ac ART: Correctly handle temporary classes in class-load events (4/3) by Andreas Gampe · 8 years ago
  14. a67354b ART: Correctly handle temporary classes in class-load events (3/3) by Andreas Gampe · 8 years ago
  15. 7619b5b ART: Fix potential deadlock in class-load events by Andreas Gampe · 8 years ago
  16. 94dda93 ART: Correctly handle temporary classes in class-load events (2/3) by Andreas Gampe · 8 years ago
  17. 691051b ART: Correctly handle temporary classes in class-load events (1/3) by Andreas Gampe · 8 years ago
  18. de09f06 Merge "Ensure ClassPreDefine returned dex file is on the Classpath" by Treehugger Robot · 9 years ago
  19. eb98b08 Ensure ClassPreDefine returned dex file is on the Classpath by Alex Light · 9 years ago
  20. 2802712 Pass the correct name to ClassFileLoadHook by Alex Light · 9 years ago
  21. 440b5d9 Implement class-pre-define time redefinition. by Alex Light · 9 years ago
  22. 983c175 ART: Refactor TI events by Andreas Gampe · 9 years ago
  23. e637746 ART: Add class events by Andreas Gampe · 9 years ago
  24. 812a244 ART: Add GetClassVersionNumbers. by Andreas Gampe · 9 years ago
  25. 70f1639 ART: Add GetClassLoaderClasses by Andreas Gampe · 9 years ago
  26. 8f5b603 ART: Add GetClassLoader by Andreas Gampe · 9 years ago
  27. 8b07e47 ART: Add GetImplementedInterfaces by Andreas Gampe · 9 years ago
  28. 64013e5 ART: Add GetClassModifiers by Andreas Gampe · 9 years ago
  29. 18fee4d ART: Add GetClassMethods by Andreas Gampe · 9 years ago
  30. ff9d209 ART: Add GetClassStatus by Andreas Gampe · 9 years ago
  31. ac58727 ART: Add GetClassFields support by Andreas Gampe · 9 years ago
  32. 4fd66ec ART: Add IsInterface and IsArrayClass support by Andreas Gampe · 9 years ago
  33. e492ae3 ART: Add GetClassSignature by Andreas Gampe · 9 years ago