1. 635967b Remove message ART creates for "throw null". by Nicolas Geoffray · 5 years ago
  2. 7210108 Replace StringPiece with std::string_view in art/runtime/. by Vladimir Marko · 6 years ago
  3. 7fbc4a5 ART: Move to using locks.h instead of mutex.h by Andreas Gampe · 6 years ago
  4. 3f38346 ART: Faster 712-varhandle-invocations by Orion Hodson · 7 years ago
  5. a5dca52 ART: Update invoke-custom implementation by Orion Hodson · 7 years ago
  6. 928033d Revert^2 "ART: Interpreter support for VarHandle accessors" by Orion Hodson · 7 years ago
  7. c4d3bf4 Revert "ART: Interpreter support for VarHandle accessors" by Orion Hodson · 7 years ago
  8. becc83b ART: Interpreter support for VarHandle accessors by Orion Hodson · 7 years ago
  9. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 7 years ago
  10. 04c6ab9 ART: Forward declarations for InvokeType by Andreas Gampe · 8 years ago
  11. db01a09 Ensure invoking obsolete methods throws errors. by Alex Light · 8 years ago
  12. c069a30 ART: invoke-custom support by Orion Hodson · 8 years ago
  13. eb84221 Enable agent attaching during live phase by Leonard Mosescu · 8 years ago
  14. a303116 Merge "interpreter: support for non-exact invokes." by Treehugger Robot · 8 years ago
  15. 208f857 interpreter: support for non-exact invokes. by Narayan Kamath · 8 years ago
  16. 6b3d12b Move common throws to ObjPtr by Mathieu Chartier · 8 years ago
  17. 0584647 Remove ThrowNoSuchMethod entrypoint. by Vladimir Marko · 8 years ago
  18. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  19. e8e1127 Do checks on the fault address when we think it's an NPE. by Nicolas Geoffray · 9 years ago
  20. 87f3fcb Replace String.charAt() with HIR. by Vladimir Marko · 9 years ago
  21. 989ab3b Catch classes inheriting from themselves in the class linker. by Roland Levillain · 9 years ago
  22. 7b4199a Merge "Support directly invoking interface default methods" by Alex Light · 9 years ago
  23. 705ad49 Support directly invoking interface default methods by Alex Light · 9 years ago
  24. 103992b ART: Move ThrowStackOverflowError to common_throws by Andreas Gampe · 9 years ago
  25. 9139e00 Correct exception behavior for default methods by Alex Light · 9 years ago
  26. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  27. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  28. d5e5a0e Fix double-exception in super-class method validation. by Vladimir Marko · 10 years ago
  29. 4e06778 Also print class for NoSuchFieldException by Mathieu Chartier · 10 years ago
  30. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  31. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 10 years ago
  32. 329d188 Better error reporting when loading dex files by Andreas Gampe · 11 years ago
  33. 11d5d8f Add access checks to Method and Field reflection. by Jeff Hao · 11 years ago
  34. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  35. 23a2821 Clean up access checks. by Vladimir Marko · 11 years ago
  36. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 11 years ago
  37. d91d6d6 Introduce Signature type to avoid string comparisons. by Ian Rogers · 11 years ago
  38. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  39. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 12 years ago
  40. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/common_throws.h]
  41. 56adf60 Adds ThrowAbstractMethodError to common throws. by Sebastien Hertz · 12 years ago
  42. 0a3b863 Remove unused Thread parameter from ThrowArithmeticExceptionDivideByZero. by Sebastien Hertz · 12 years ago
  43. 2d6ba51 Quickening support. by Sebastien Hertz · 12 years ago
  44. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 12 years ago
  45. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  46. 76b6167 Move mutex.h into base/mutex.h. by Elliott Hughes · 12 years ago
  47. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 12 years ago
  48. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  49. 87e552d Make ICCE logic common, refactor throws. by Ian Rogers · 12 years ago