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