1. addc2d1 Change remaining well known methods to `ArtMethod*`. by Vladimir Marko · 2 years, 3 months ago
  2. 97de327 Change well known method `String.charAt()` to `ArtMethod*`. by Vladimir Marko · 2 years, 3 months ago
  3. f6fb924 Don't fetch shorty when there are no listeners and deopt isn't required by Mythri Alle · 2 years, 4 months ago
  4. bab6beb Update method exit hooks from JITed code to not use Stack visitor by Mythri Alle · 2 years, 4 months ago
  5. 39083d5 Reland "Use nterp cache for fields in switch interpreter." by Nicolas Geoffray · 2 years, 4 months ago
  6. 6f78517 Revert "Use nterp cache for fields in switch interpreter." by Nicolas Geoffray · 2 years, 4 months ago
  7. b63552e Use nterp cache for fields in switch interpreter. by Nicolas Geoffray · 2 years, 5 months ago
  8. 645d7c9 Check for deoptimized method only when there are method entry callbacks by Mythri Alle · 2 years, 5 months ago
  9. 76990bb ART: Speed up some gtests. by Vladimir Marko · 2 years, 5 months ago
  10. 7bbb0e8 Update java.lang.String* from jdk-11.0.13-ga by Victor Chang · 2 years, 5 months ago
  11. 509c6c5 Reland "Ensure we initialize before pushing the method invoked." by Nicolas Geoffray · 2 years, 6 months ago
  12. 56ea350 Cleanups around shadow frame creation. by Nicolas Geoffray · 2 years, 6 months ago
  13. ca5ed9f Convert kUseReadBarrier to static const from constexpr by Lokesh Gidra · 2 years, 11 months ago
  14. e22aa32 Reland^2 "Use the thread local cache in interpreter / unresolved entrypoints" by Nicolas Geoffray · 2 years, 7 months ago
  15. 88d81e0 Add isInitializing check in nterp header. by Nicolas Geoffray · 2 years, 7 months ago
  16. b96054f Revert "Ensure we initialize before pushing the method invoked." by Lokesh Gidra · 2 years, 7 months ago
  17. 93d6dcb Revert "Reland "Use the thread local cache in interpreter / unresolved entrypoints"" by Neha Jain · 2 years, 7 months ago
  18. b86527a Reland "Use the thread local cache in interpreter / unresolved entrypoints" by Nicolas Geoffray · 2 years, 7 months ago
  19. 27aecbb Revert "Use the thread local cache in interpreter / unresolved entrypoints" by Nicolas Geoffray · 2 years, 8 months ago
  20. 16032a4 Use the thread local cache in interpreter / unresolved entrypoints by Nicolas Geoffray · 2 years, 8 months ago
  21. d9e8377 Reland "Introduce a flag to check if JITed code has instrumentation support" by Mythri Alle · 2 years, 8 months ago
  22. 26aef12 Revert "Introduce a flag to check if JITed code has instrumentation support" by Mythri Alle · 2 years, 8 months ago
  23. fc067a3 Introduce a flag to check if JITed code has instrumentation support by Mythri Alle · 3 years ago
  24. 0ae8905 Revert "Add clinit checks at entry for some boot image methods." by Nicolas Geoffray · 2 years, 8 months ago
  25. c37e3a0 Add clinit checks at entry for some boot image methods. by Nicolas Geoffray · 3 years ago
  26. d88c149 Fix one edge case at method linking to throw at runtime. by Nicolas Geoffray · 2 years, 8 months ago
  27. 9f1a9bc Ensure we initialize before pushing the method invoked. by Nicolas Geoffray · 2 years, 8 months ago
  28. 5eb7ad2 Reland^2 "Don't use instrumentation stubs for native methods in debuggable" by Mythri Alle · 2 years, 8 months ago
  29. 1d1d25e Revert "Reland "Don't use instrumentation stubs for native methods in debuggable"" by Mythri Alle · 2 years, 8 months ago
  30. 6fb0acc Reland "Don't use instrumentation stubs for native methods in debuggable" by Mythri Alle · 2 years, 8 months ago
  31. 5c9b55a Revert "Don't use instrumentation stubs for native methods in debuggable" by Mythri Alle · 2 years, 8 months ago
  32. 90f1267 Don't use instrumentation stubs for native methods in debuggable by Mythri Alle · 2 years, 9 months ago
  33. 9f61e0a Remove stack protector from some interpreter functions by Chris Wailes · 3 years, 10 months ago
  34. 35d502e Add more logging to crash by Nicolas Geoffray · 2 years, 9 months ago
  35. 442371b Skip method unwind callbacks if exception was thrown by method exit by Mythri Alle · 2 years, 9 months ago
  36. 747bef6 Revert "Remove stack protector from some interpreter functions" by Chris Wilson · 2 years, 9 months ago
  37. 82b1bf2 Remove stack protector from some interpreter functions by Chris Wailes · 3 years, 10 months ago
  38. 2be604b Fix bugprone-macro-parentheses clang-tidy issues by Stefano Cianciulli · 2 years, 9 months ago
  39. c2632ac Reland^3 "Don't use AOT code for native methods for java debuggable runtime" by Mythri Alle · 2 years, 10 months ago
  40. 505e1b4 Remove unused this in method unwind callback by Mythri Alle · 2 years, 10 months ago
  41. fb1b08c Revert "Reland^2 "Don't use AOT code for native methods for java debuggable runtime"" by Mythri Alle · 2 years, 10 months ago
  42. 5da52cd Reland^2 "Don't use AOT code for native methods for java debuggable runtime" by Mythri Alle · 2 years, 10 months ago
  43. 162d74a Don't disable JIT GC when instrumentation is enabled by Mythri Alle · 2 years, 10 months ago
  44. 307fd6d Reland "Update how deoptimization from runtime methods is supported" by Mythri Alle · 2 years, 10 months ago
  45. 5b79688 Update return value after method exit hook callback by Mythri Alle · 2 years, 10 months ago
  46. 79f078d Revert "Update how deoptimization from runtime methods is supported" by Mythri Alle · 2 years, 10 months ago
  47. 6402670 Update how deoptimization from runtime methods is supported by Mythri Alle · 3 years, 3 months ago
  48. 02af736 Fix a couple of places to check for instrumented entry points by Mythri Alle · 3 years ago
  49. d0f099e Reland "Eagerly lookup native symbols in zygote." by Nicolas Geoffray · 3 years ago
  50. 69a87e3 Revert^4 "Add bss support for inlining BCP DexFiles for single image" by Santiago Aboy Solanes · 3 years ago
  51. 4478abe Revert "Eagerly loopkup native symbols in zygote." by Nicolas Geoffray · 3 years ago
  52. 6ec9905 Eagerly loopkup native symbols in zygote. by Nicolas Geoffray · 3 years ago
  53. 1849c3a Revert^3 "Add bss support for inlining BCP DexFiles for single image" by Santiago Aboy Solanes · 3 years ago
  54. b740438 Revert^2 "Add bss support for inlining BCP DexFiles for single image" by Santiago Aboy Solanes · 3 years, 1 month ago
  55. 5cf7a87 Change types of JniEntryPoints members to void*. by Peter Collingbourne · 3 years ago
  56. 6cdabe1 Update runtime/ implications to use (D)CHECK_IMPLIES by Santiago Aboy Solanes · 3 years ago
  57. 14e8d64 Update null pointer exception message to print out the method by Santiago Aboy Solanes · 3 years, 1 month ago
  58. 4ef67d4 Set types of quick entry points to void*. by Peter Collingbourne · 3 years, 1 month ago
  59. 22b5fe0 Remove PACKED attribute from QuickEntryPoints. by Peter Collingbourne · 3 years, 1 month ago
  60. bdf7dc0 Introduce FindSuperMethodToCall to find the target of a super call. by Nicolas Geoffray · 3 years, 1 month ago
  61. 7ed61a1 Variable name cleanup in quick_dexcache_entrypoints by Santiago Aboy Solanes · 3 years, 1 month ago
  62. c8a694d Reland "Use InitializeMethodsCode when we need to reinitialize a method entrypoint." by Nicolas Geoffray · 3 years, 1 month ago
  63. b0f63c9 Revert "Use InitializeMethodsCode when we need to reinitialize a method entrypoint." by Nicolas Geoffray · 3 years, 2 months ago
  64. 82e525a Use InitializeMethodsCode when we need to reinitialize a method entrypoint. by Nicolas Geoffray · 3 years, 2 months ago
  65. 6c98dcb Fix deoptimization check in method exit hook by Mythri Alle · 3 years, 2 months ago
  66. e45883e ARM64: Enable implicit suspend checks and madvise()... by Vladimir Marko · 3 years, 2 months ago
  67. ca212cd Add JNI monitoring to `artQuickGenericJniTrampoline()`. by Vladimir Marko · 3 years, 3 months ago
  68. c25a9f9 Reland "Simplify and document entrypoint toggling in instrumentation." by Nicolas Geoffray · 3 years, 3 months ago
  69. e74e0ce JNI: Inline fast-path for `JniMethodEnd()`. by Vladimir Marko · 3 years, 3 months ago
  70. c71fe16 Support running clinit in instrumentation trampolines. by Nicolas Geoffray · 3 years, 3 months ago
  71. 677d9ef Revert "Simplify and document entrypoint toggling in instrumentation." by Nicolas Geoffray · 3 years, 3 months ago
  72. ce2a344 JNI: Inline fast-path for `JniMethodStart()`. by Vladimir Marko · 3 years, 3 months ago
  73. 76ec6f6 Simplify and document entrypoint toggling in instrumentation. by Nicolas Geoffray · 3 years, 3 months ago
  74. 2a0ad75 Don't call MethodExitEvent if we require a deopt in MethodExitHook by Mythri Alle · 3 years, 3 months ago
  75. 884731c Allow runtime updates to type/string .bss sections across DexFiles by Santiago Aboy Solanes · 3 years, 3 months ago
  76. c533e53 Fix acquiring the wrong DexFile in artCriticalNativeFrameSize by Santiago Aboy Solanes · 3 years, 3 months ago
  77. 05ed65a Add std::noboolalpha to InlineInfo dumps by Santiago Aboy Solanes · 3 years, 3 months ago
  78. 254a858 Make suspend check test specific flags. by Vladimir Marko · 3 years, 3 months ago
  79. 5f77889 Fix longstanding deopt issue not using the right deopt type. by Nicolas Geoffray · 3 years, 3 months ago
  80. f76aae1 JNI: Add "no inline" entrypoints for lock/unlock. by Vladimir Marko · 3 years, 3 months ago
  81. 8439e45 Clean up JNI entrypoint assembly. by Vladimir Marko · 3 years, 3 months ago
  82. ddf4fd3 Always access Thread state and flags as 32-bit location. by Vladimir Marko · 3 years, 3 months ago
  83. c3e004d Revert "Turn off cross-dex inlining while we take a look at 207329152" by Santiago Aboy Solanes · 3 years, 3 months ago
  84. 4d52715 Revert^2 "JNI: Rewrite locking for synchronized methods." by Vladimir Marko · 3 years, 3 months ago
  85. 02e0eb7 Revert "JNI: Rewrite locking for synchronized methods." by Vladimir Marko · 3 years, 3 months ago
  86. 4b8ea5d Pass OatDexFile by reference in FindDexCache by Santiago Aboy Solanes · 3 years, 3 months ago
  87. c17656b JNI: Rewrite locking for synchronized methods. by Vladimir Marko · 3 years, 3 months ago
  88. 494df0d Improve logging for GetResolvedMethod's failing to get an inlined_method by Santiago Aboy Solanes · 3 years, 3 months ago
  89. 9575c12 Revert^2 "Cleanup the code to determine instrumentation level" by Mythri Alle · 3 years, 4 months ago
  90. 970ba21 Inline across dex files for compiler options' non-BCP methods by Santiago Aboy Solanes · 3 years, 4 months ago
  91. 5097f83 Revert^2 "Add support for calling entry / exit hooks directly from JIT code"" by Mythri Alle · 3 years, 4 months ago
  92. ad33392 JNI: Rewrite read barrier slow path. by Vladimir Marko · 3 years, 4 months ago
  93. 18fba4c Remove unused code related to method entry / exit events by Mythri Alle · 3 years, 4 months ago
  94. 46a8910 Revert^2 "JNI: Remove `JniMethodFast{Start,End}()`." by Vladimir Marko · 3 years, 4 months ago
  95. ee6c1b1 Update entrypoint_utils check method -> other_method by Santiago Aboy Solanes · 3 years, 4 months ago
  96. 72be14e Revert "Add support for calling entry / exit hooks directly from JIT code" by Mythri Alle · 3 years, 4 months ago
  97. e43aa3f Revert^2 "Inline across dex files for bootclaspath's methods" by Santiago Aboy Solanes · 3 years, 4 months ago
  98. 2d4feeb Add support for calling entry / exit hooks directly from JIT code by Mythri Alle · 3 years, 5 months ago
  99. 8cb989f Revert "Inline across dex files for bootclaspath's methods" by Santiago Aboy Solanes · 3 years, 4 months ago
  100. d690f8a Inline across dex files for bootclaspath's methods by Santiago Aboy Solanes · 3 years, 5 months ago