1. 1900909 Snap tm-dev to android13-tests-dev am: 474f318add am: 99887e2870 by Samip Garg · 1 year, 5 months ago
  2. 474f318 Snap tm-dev to android13-tests-dev by Samip Garg · 1 year, 7 months ago
  3. d31ec32 Don't spin up the ART runtime in art_standalone_dex2oat_cts_tests. by Martin Stjernholm · 1 year, 8 months ago
  4. 735c60f Fix use-after-free issue for dexfile am: 1ee0290eed am: 57ed482d34 by Guo Li · 1 year, 9 months ago
  5. 1ee0290 Fix use-after-free issue for dexfile by Guo Li · 1 year, 11 months ago
  6. da7c017 Address missing ART gtests dependencies on `generate-boot-image`. by Roland Levillain · 1 year, 9 months ago
  7. c618f7c Cherrypick Reland^2 "Don't install instrumentation stubs for single thread deopts" by Mythri Alle · 2 years ago
  8. e96d1e9 Fix branch destination in nterp_instance_of_slow_path. by Nicolas Geoffray · 2 years, 1 month ago
  9. 0acf79c Don't disable JIT GC when instrumentation is enabled by Mythri Alle · 2 years, 1 month ago
  10. 930070e Disable shared method memory optimization. by Nicolas Geoffray · 2 years, 1 month ago
  11. 8b11184 Revert "Remove workaround for null klass during marking phase" by Lokesh Gidra · 2 years, 1 month ago
  12. dd6f7c6 Avoid PushLocalFrame(0) CHECK failure by Hans Boehm · 2 years, 1 month ago
  13. 36c0cb0 Add support for max-target-s by Artur Satayev · 2 years, 1 month ago
  14. 0ca39d1 Clear shared method bit when doing boot image profiling. by Nicolas Geoffray · 2 years, 2 months ago
  15. 4064ea7 Update return value after method exit hook callback by Mythri Alle · 2 years, 2 months ago
  16. b33ae53 Check external dex file checksum in `OatFile::Setup`. by Vladimir Marko · 3 years ago
  17. 9d31daa Avoid VarHandle checks for boot image field VarHandles. by Vladimir Marko · 2 years, 2 months ago
  18. 10137ab Move descriptor hashing to `mirror::Class`. by Vladimir Marko · 2 years, 2 months ago
  19. b6e0e02 Do not require mutator lock for some `ArtField` fields. by Vladimir Marko · 2 years, 2 months ago
  20. a23cf27 Add comments about class/intern table search order. by Vladimir Marko · 2 years, 2 months ago
  21. 6f052db Fix the line info storage for obfuscated methods by Sorin Basca · 2 years, 2 months ago
  22. 998c265 Move fail to find a class at compile time to VLOG for AoT by Santiago Aboy Solanes · 2 years, 2 months ago
  23. d060062 Change class set search order in `ClassTable`. by Vladimir Marko · 2 years, 2 months ago
  24. ebf0dac Dump backtrace on `DeleteLocalRef` failures (to debug mmap failures). by Ulya Trafimovich · 2 years, 2 months ago
  25. 7a04783 dex2oat: Faster class pruning. by Vladimir Marko · 2 years, 2 months ago
  26. 81db82c Search intern tables in reverse order. by Vladimir Marko · 2 years, 2 months ago
  27. 116a26a Migrate Buffer peek*Array methods to art/ by Miguel · 2 years, 3 months ago
  28. 8082cf9 Add a check that we do not set intrinsic type `kNone`. by Ulya Trafimovich · 2 years, 2 months ago
  29. fb95eed Force inlining in `CodeInfo` constructors. by Vladimir Marko · 2 years, 2 months ago
  30. 8bb486a Add CFI-checking script and fix found CFI issues. by David Srbecky · 2 years, 5 months ago
  31. 608a915 Fix interface method linking for an edge case. by Vladimir Marko · 2 years, 2 months ago
  32. f4bd5de Touch up changes related to cross-dex compiling by Santiago Aboy Solanes · 2 years, 3 months ago
  33. cdc3ab0 Force inlining in `InternTable`. by Vladimir Marko · 2 years, 2 months ago
  34. 47eea60 Do not repeatedly search frozen strong intern tables. by Vladimir Marko · 2 years, 2 months ago
  35. 365c020 String hashing cleanup in `InternTable`. by Vladimir Marko · 2 years, 3 months ago
  36. 65258db Faster class descriptor hashing. by Vladimir Marko · 2 years, 3 months ago
  37. e815aec Set access flags only once in `ClassLinker::LoadMethod()`. by Vladimir Marko · 2 years, 3 months ago
  38. 7188478 Remove dependency on libbacktrace. by Christopher Ferris · 2 years, 3 months ago
  39. e7e026b In GetDexoptNeeded, check whether the oat file was compiled without image. by Nicolas Geoffray · 2 years, 3 months ago
  40. d5d11d9 Allow one method to override multiple superclass methods. by Vladimir Marko · 3 years, 4 months ago
  41. 396bab8 Remove obsolete code related to quickening. by Vladimir Marko · 2 years, 3 months ago
  42. 02af736 Fix a couple of places to check for instrumented entry points by Mythri Alle · 2 years, 3 months ago
  43. fc1ba6d Do not generate an app image without a boot image. by Nicolas Geoffray · 2 years, 3 months ago
  44. 3fbd8a7 Check for any forced deopts before restoring instrumentation stack by Mythri Alle · 2 years, 3 months ago
  45. 4e6f5d6 Skip a check when instrumenting the stack for runtime methods by Mythri Alle · 2 years, 3 months ago
  46. a0512eb Fix bogus instructions in START_EXECUTING_INSTRUCTIONS. by Nicolas Geoffray · 2 years, 3 months ago
  47. 3ab2474 Use correct min/max load factor in intern/class table. by Vladimir Marko · 2 years, 3 months ago
  48. f9ae8e3 Implement shared counters for boot image / zygote methods. by Nicolas Geoffray · 2 years, 4 months ago
  49. 6408e97 Remove workaround for null klass during marking phase by Lokesh Gidra · 2 years, 3 months ago
  50. 1790532 Fix linker error in JitCompilerInterface. by Artem Serov · 2 years, 4 months ago
  51. 6d99667 Use userfaultfd syscall and related ioctls by Lokesh Gidra · 2 years, 3 months ago
  52. e4ccbb5 Revert^2 "Faster deduplication of `CodeInfo` tables." by Vladimir Marko · 2 years, 3 months ago
  53. 8c7f649 Revert "Faster deduplication of `CodeInfo` tables." by Roland Levillain · 2 years, 3 months ago
  54. d0f099e Reland "Eagerly lookup native symbols in zygote." by Nicolas Geoffray · 2 years, 3 months ago
  55. 2931057 Use real functions in ParsedOptions test. by Peter Collingbourne · 2 years, 3 months ago
  56. fa9c809 Faster deduplication of `CodeInfo` tables. by Vladimir Marko · 2 years, 4 months ago
  57. 05f1a5b Faster `ClassLinker::LoadMethod()`. by Vladimir Marko · 2 years, 3 months ago
  58. 8671f58 Add a separate path for MethodHandle invokeExact from transforms by Orion Hodson · 2 years, 3 months ago
  59. 69a87e3 Revert^4 "Add bss support for inlining BCP DexFiles for single image" by Santiago Aboy Solanes · 2 years, 3 months ago
  60. cf414b2 Add some methods to UnstartedRuntime. by Nicolas Geoffray · 2 years, 3 months ago
  61. 4478abe Revert "Eagerly loopkup native symbols in zygote." by Nicolas Geoffray · 2 years, 3 months ago
  62. 6ec9905 Eagerly loopkup native symbols in zygote. by Nicolas Geoffray · 2 years, 3 months ago
  63. 1849c3a Revert^3 "Add bss support for inlining BCP DexFiles for single image" by Santiago Aboy Solanes · 2 years, 3 months ago
  64. b740438 Revert^2 "Add bss support for inlining BCP DexFiles for single image" by Santiago Aboy Solanes · 2 years, 4 months ago
  65. 35cdc9a Use an actual JNINativeInterface structure for gJniSleepForeverStub. by Peter Collingbourne · 2 years, 3 months ago
  66. 5cf7a87 Change types of JniEntryPoints members to void*. by Peter Collingbourne · 2 years, 4 months ago
  67. 19a49a9 arm: Don't use the GOT to access art::Runtime::instance_. by Vladimir Marko · 2 years, 3 months ago
  68. 4dfc057 Don't run method entry callbacks for runtime methods by Mythri Alle · 2 years, 4 months ago
  69. a126a71 Don't dirty access flags due to hidden api logging. by Nicolas Geoffray · 2 years, 4 months ago
  70. 482cbdd Remove frame_id from InstrumentationStackFrame by Mythri Alle · 2 years, 4 months ago
  71. 1e10700 Move the creation of JitZygoteDoneCompilingTask out of any loop. by Nicolas Geoffray · 2 years, 4 months ago
  72. 48eb839 Initialize intrinsics in dex2oat. by Nicolas Geoffray · 2 years, 4 months ago
  73. 7d2cfeb Make the notification of JIT zygote completion its own task. by Nicolas Geoffray · 2 years, 4 months ago
  74. 6cdabe1 Update runtime/ implications to use (D)CHECK_IMPLIES by Santiago Aboy Solanes · 2 years, 4 months ago
  75. 4625f25 Avoid Modified-UTF8 processing for ASCII strings. by Vladimir Marko · 2 years, 4 months ago
  76. e94a929 Revert "Make VariableHandleScope consistent between 32 & 64 bit" by Vladimir Marko · 2 years, 4 months ago
  77. 1be1c07 Avoid string copy in ClassLoaderContext::EncodeClassPath(). by Vladimir Marko · 2 years, 4 months ago
  78. e5add3a Fix BootImageLoader to use provided FDs when available by Victor Hsieh · 2 years, 4 months ago
  79. a0a5f00 Add timed out test files to tidy_timeout_srcs by Chih-Hung Hsieh · 2 years, 4 months ago
  80. be2b109 Refactor Thread::SweepInterpreterCaches by David Srbecky · 2 years, 4 months ago
  81. c8f8f4f Fix IsProxyInit check. by Nicolas Geoffray · 2 years, 4 months ago
  82. 0992436 Move GetWeakRefAccessEnabled check from nterp into the cache. by David Srbecky · 2 years, 4 months ago
  83. 17958de Move InterpreterCache::{Get,Set} to inl.h file by David Srbecky · 2 years, 4 months ago
  84. 7134a71 Add fast path to GetWeakRefAccessEnabled by David Srbecky · 2 years, 4 months ago
  85. 0441d20 Share `IfTable`s and their method arrays when possible. by Vladimir Marko · 2 years, 4 months ago
  86. 14e8d64 Update null pointer exception message to print out the method by Santiago Aboy Solanes · 2 years, 4 months ago
  87. 5171813 Reuse superclass `IfTable` with non-marker interfaces. by Vladimir Marko · 2 years, 4 months ago
  88. 5fd0a87 Double debug monitor pool size again by Hans Boehm · 2 years, 4 months ago
  89. 5f958f6 Avoid unnecessary read barriers in `ImageWriter`. by Vladimir Marko · 2 years, 4 months ago
  90. 7913cf3 Fix jvmti bug when redefining a boot classpath class. by Nicolas Geoffray · 2 years, 4 months ago
  91. 6c27308 Always enable checkjni in debug builds. by Nicolas Geoffray · 2 years, 4 months ago
  92. 7116f80 Remove `ArtField::GetOffsetDCheck()`. by Vladimir Marko · 2 years, 4 months ago
  93. 2464218 Fix logic around SDK visibility of interface methods. by Nicolas Geoffray · 2 years, 4 months ago
  94. b414a4c Intrinsify System.ArrayCopy for Primitive data types by Shalini Salomi Bodapati · 2 years, 4 months ago
  95. 6ac1b05 nterp: Cleanup, compile-time convenience checks by David Srbecky · 2 years, 4 months ago
  96. 1281b1c Add CFI_RESTORE_STATE_AND_DEF_CFA macro on arm by David Srbecky · 2 years, 4 months ago
  97. f9625ec Remove `ArtField::GetAccessFlagsDCheck()`. by Vladimir Marko · 2 years, 4 months ago
  98. 4ef67d4 Set types of quick entry points to void*. by Peter Collingbourne · 2 years, 4 months ago
  99. 22b5fe0 Remove PACKED attribute from QuickEntryPoints. by Peter Collingbourne · 2 years, 4 months ago
  100. 7570bea Avoid Use-After-Free risk when dump backtrace for long contending lock. by wangguibo · 2 years, 5 months ago