- 930070e Disable shared method memory optimization. by Nicolas Geoffray · 2 years, 8 months ago
- 0ca39d1 Clear shared method bit when doing boot image profiling. by Nicolas Geoffray · 2 years, 8 months ago
- 8082cf9 Add a check that we do not set intrinsic type `kNone`. by Ulya Trafimovich · 2 years, 9 months ago
- f9ae8e3 Implement shared counters for boot image / zygote methods. by Nicolas Geoffray · 2 years, 10 months ago
- c226211 Fix CHA: Treat default conflict method like abstract. by Vladimir Marko · 2 years, 11 months ago
- 7156ea2 Explicitly indicate whether the code item is obtained from the compact dex file in SetCodeItem() by zhaoxuyang · 3 years ago
- e33be3d Correctly handle intrinsics when not precompiling the boot image. by Nicolas Geoffray · 3 years ago
- b91402f Templatize `ClassLinker::LinkMethodsHelper`. by Vladimir Marko · 3 years ago
- 58f916c Replace the nterp threshold with the warmup threshold. by Nicolas Geoffray · 3 years, 1 month ago
- 61673dc Reland "Change hotness counting." by Nicolas Geoffray · 3 years, 2 months ago
- ce131fe Revert "Change hotness counting." by Vladimir Marko · 3 years, 2 months ago
- c86869a Change hotness counting. by Nicolas Geoffray · 3 years, 3 months ago
- 33df0e3 Revert^4 "Lazily allocate DexCache arrays." by David Srbecky · 3 years, 3 months ago
- d4e07aa Do not resolve name strings in `ArtMethod::GetDeclaredMethodInternal()`. by Vladimir Marko · 3 years, 3 months ago
- 8473a5b Revert "Revert^2 "Lazily allocate DexCache arrays."" by Nicolas Geoffray · 3 years, 3 months ago
- e153a62 Revert^2 "Lazily allocate DexCache arrays." by David Srbecky · 3 years, 10 months ago
- e4f983c Remove mterp. by Nicolas Geoffray · 3 years, 6 months ago
- dd446b1 Collect array classes in profiles. by Vladimir Marko · 3 years, 7 months ago
- 43c9cd7 Improve nterp -> compiled code transitions. by Nicolas Geoffray · 3 years, 10 months ago
- 40cd07c Add a fast path for nterp entrypoint to avoid fetching the shorty. by Nicolas Geoffray · 3 years, 10 months ago
- 4924ea9 Remove Vdex::GetQuickenedInfoOf and all its users. by Nicolas Geoffray · 3 years, 9 months ago
- 3907ce0 Change the value of kAccPreCompiled. by Vladimir Marko · 3 years, 9 months ago
- de0d0de Remove kAccMiranda and kAccDefaultConflicting. by Vladimir Marko · 3 years, 9 months ago
- b9b7d91 Revert "Lazily allocate DexCache arrays." by Orion Hodson · 3 years, 10 months ago
- 1214319 Lazily allocate DexCache arrays. by David Srbecky · 3 years, 10 months ago
- d5a8695 Reland "Improve invokeinterface for nterp." by Nicolas Geoffray · 4 years ago
- f1d0647 Revert "Improve invokeinterface for nterp." by Alex Light · 4 years ago
- c0d392b Improve invokeinterface for nterp. by Nicolas Geoffray · 4 years ago
- e1d2dce Add support for compact dex files in nterp. by Nicolas Geoffray · 4 years, 3 months ago
- 4717175 Move code item to the data pointer and remove code_item_offset. by Nicolas Geoffray · 4 years, 4 months ago
- 81daf3d Rename ArtMethod::IsPolymorphicSignature by Orion Hodson · 4 years, 4 months ago
- 095dc46 Move the profiling info out of ArtMethod. by Nicolas Geoffray · 4 years, 4 months ago
- ab7ecce Disable support for proxy method in nterp. by Nicolas Geoffray · 4 years, 5 months ago
- 5439f05 Revert^3 "VIXL simulator for ART (Stage1)" by Ulya Trafimovich · 4 years, 5 months ago
- e886d68 Revert^2 "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 4 years, 5 months ago
- 3060bb9 Revert "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 4 years, 5 months ago
- 48ca6a6 VIXL simulator for ART (Stage1) by Xueliang Zhong · 6 years ago
- 86c8752 Direct calls to @CriticalNative methods. by Vladimir Marko · 4 years, 8 months ago
- c76232e Fix relation between debuggable / JIT zygote. by Nicolas Geoffray · 4 years, 9 months ago
- 65a01a7 Simplify access_flags_ updates by Hans Boehm · 5 years ago
- a00b54b Helpers and refactorings to prepare for interpreter optimizations (x64) by Nicolas Geoffray · 5 years ago
- f05f04b Make ArtMethod methods const or requiring the mutator lock. by Nicolas Geoffray · 5 years ago
- c2d0c96 Perform reverify with shared mutator-lock. by Alex Light · 5 years ago
- b1eebde Revert^2 "Class redefinition sometimes needs to update verification" by Alex Light · 5 years ago
- 2cf00ed Revert "Class redefinition sometimes needs to update verification" by Nicolas Geoffray · 5 years ago
- db55a11 Class redefinition sometimes needs to update verification by Alex Light · 5 years ago
- 5115a4d Clean up initialization checks for entrypoints. by Vladimir Marko · 5 years ago
- 1cef6b2 Add and use a read-barrier free NeedInitializationCheck method. by Nicolas Geoffray · 5 years ago
- 5a0b672 Boot image: only use the resolution stub when there is AOT code. by Nicolas Geoffray · 5 years ago
- 7f8678e Revert^2 "Prevent overflow for AOT hotness counters" by Mathieu Chartier · 5 years ago
- 7ab0777 Revert "Prevent overflow for AOT hotness counters" by Nicolas Geoffray · 5 years ago
- 79e6eb8 Prevent overflow for AOT hotness counters by Mathieu Chartier · 5 years ago
- 3238440 jitzygote: Handle case of methods having the resolution stub. by Nicolas Geoffray · 5 years ago
- e32d24c Store zygote compiled code in a shared map. by Nicolas Geoffray · 5 years ago
- abdb459 Use string length from DEX instead of recomputing by Eric Holk · 6 years ago
- b79674c ART: Forward-declare Signature in art_method.h (iwyu) by Andreas Gampe · 6 years ago
- 2180d8e Clean up ArtField/ArtMethod relocation for app image. by Vladimir Marko · 6 years ago
- fe613a7 ART: Small iwyu by Andreas Gampe · 6 years ago
- c524e9e ObjPtr<>-ify mirror::Class. by Vladimir Marko · 6 years ago
- 6e78158 ART: Change ArtMethod::NumArgRegisters() signature. by Vladimir Marko · 6 years ago
- fe2886d Merge "Deoptimize zygote compiled methods in DeoptimizeBootImage." by Nicolas Geoffray · 6 years ago
- 436896c ART: Some IWYU for IterationRange by Andreas Gampe · 6 years ago
- 7458a7a ART: Refactor code_item_accessors by Andreas Gampe · 6 years ago
- ad1aa63 ART: Move Signature to its own header by Andreas Gampe · 6 years ago
- 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 6 years ago
- 226805d Deoptimize zygote compiled methods in DeoptimizeBootImage. by Nicolas Geoffray · 6 years ago
- e36e7f2 Store ImtIndex in ArtMethod. by David Srbecky · 6 years ago
- 8586569 Runtime flags only for fast/slow hiddenapi path by David Brazdil · 6 years ago
- 9581e61 Cache whether we should use interpreter invoke fast-path. by David Srbecky · 6 years ago
- 47cd272 Remove HiddenApiAccessFlags, move content to hiddenapi:: by David Brazdil · 6 years ago
- 56de89a Mark most *Offset helper functions as constexpr. by David Srbecky · 6 years ago
- 4df2d80 Revert^2 "Load boot image at a random address." by Vladimir Marko · 6 years ago
- f3d0773 Revert "Load boot image at a random address." by Vladimir Marko · 6 years ago
- 5ad79d8 Load boot image at a random address. by Vladimir Marko · 6 years ago
- bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
- c945e0d Remove ArtMethod's declaring class state checks. by Vladimir Marko · 6 years ago
- d93e374 ObjPtr<>-ify ArtMethod and mirror::Method. by Vladimir Marko · 6 years ago
- 18090d1 Refactor String resolution. by Vladimir Marko · 7 years ago
- 904e75a Fix stripping of access flags during JVMTI redefine by David Brazdil · 7 years ago
- 166546c Fix hidden API flags decoding for intrinsics by David Brazdil · 7 years ago
- 2e6f69c Set hidden API flags of intrinsics by David Brazdil · 7 years ago
- b041a40 Use vdex's quickening info when decoding a quickened instruction. by Nicolas Geoffray · 7 years ago
- be4c2bd Fix dangling SingleImplementations left after class unloading by Alexey Grebenkin · 7 years ago
- 34088e1 Don't do a read barrier in JIT GC code. by Nicolas Geoffray · 7 years ago
- 58143d2 ART: Fixes for constructor parameter annotations by Orion Hodson · 7 years ago
- 67bf42e Header library to remove dependence on runtime/ by David Sehr · 7 years ago
- fa854e4 Visit targets of proxy methods when visiting thread roots. by Roland Levillain · 7 years ago
- 0e9d090 Merge "Add compiler option for counting hotness in compiled code." by Nicolas Geoffray · 7 years ago
- da244c9 Merge "Revert "Revert "Make libdexfile build independent of runtime dir""" by David Sehr · 7 years ago
- 02e33ab Merge "Do not DCHECK intrinsics with hidden API flags" by Treehugger Robot · 7 years ago
- 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 7 years ago
- 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 7 years ago
- aa129ff Do not DCHECK intrinsics with hidden API flags by David Brazdil · 7 years ago
- b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 7 years ago
- 8d72832 Add compiler option for counting hotness in compiled code. by Nicolas Geoffray · 7 years ago
- 8c0961f Move missed files to libdexfile by David Sehr · 7 years ago
- f6a8a55 Set runtime hidden API access flags by David Brazdil · 7 years ago
- 210531f Revert "Revert "Move quickening info logic to its own table"" by Mathieu Chartier · 7 years ago
- 6716941 Revert "Move quickening info logic to its own table" by Nicolas Geoffray · 7 years ago
- 7a26f94 Move quickening info logic to its own table by Mathieu Chartier · 7 years ago