- 664999a Revert "Revert^2 "Allow structural redefinition on non-final classes."" by Nicolas Geoffray · 5 years ago
- bc19b75 Revert^2 "Make opaque-jni-ids:swapable more efficient" by Alex Light · 5 years ago
- 42c52f5 Revert "Make opaque-jni-ids:swapable more efficient" by Alex Light · 5 years ago
- f1b809c Revert^2 "Allow structural redefinition on non-final classes." by Alex Light · 5 years ago
- 4e7dd70 Make opaque-jni-ids:swapable more efficient by Alex Light · 5 years ago
- 88b1c83 Revert "Allow structural redefinition on non-final classes." by Roland Levillain · 5 years ago
- c47040d Allow structural redefinition on non-final classes. by Alex Light · 5 years ago
- e61f16a Add missing WriteBarrier on VisitReflectiveTargets by Alex Light · 5 years ago
- a9bbc08 Implement STL iterators on ObjectArray and add helpers by Alex Light · 5 years ago
- f1b18fa Use explicit list of mirrored class when checking CanRedefine by Alex Light · 5 years ago
- 2462789 Ensure structural redefinition can shadow functions/fields by Alex Light · 5 years ago
- 28b6efe Don't visit invalid Dex-cache slots by Alex Light · 5 years ago
- 4b79501 Remove unused art::mirror::MethodHandle::GetTargetClass by Orion Hodson · 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
- c18eba3 Consolidate updating of reflective Field/Method references by Alex Light · 5 years ago
- 4ac0e15 Revert "Revert "Basic structural redefinition support"" by Nicolas Geoffray · 5 years ago
- 5a2301d Revert "Basic structural redefinition support" by Nicolas Geoffray · 5 years ago
- c971eaf Basic structural redefinition support by Alex Light · 5 years ago
- 40fb15b Fix MethodHandle::GetTargetClass bug by Alex Light · 5 years ago
- 422a9eb Do not hold lock when making class visibly initialized. by Vladimir Marko · 5 years ago
- 8e11065 Use ClassStatus::kVisiblyInitialized for allocations. by Vladimir Marko · 5 years ago
- f367747 Add ability to switch to index ids late. by Alex Light · 6 years ago
- bf12191 Implement ClassStatus::kVisiblyInitialized. by Vladimir Marko · 6 years ago
- 70e2a76 Initialize array classes in pre-fence visitor. by Vladimir Marko · 5 years ago
- bb5b4f3 Revert "Disable opaque JNI Ids for now." by Alex Light · 5 years ago
- 79d6c80 Revert^2 "Support using opaque JNI ids" by Alex Light · 6 years ago
- b476a29 Revert "Support using opaque JNI ids" by Nicolas Geoffray · 6 years ago
- 21d5994 Support using opaque JNI ids by Alex Light · 6 years ago
- 3ffb5b1 Handle allocation failure in AddPreResolvedStringsArray by Mathieu Chartier · 6 years ago
- 3068d58 Clean up creating handles from `this`. by Vladimir Marko · 6 years ago
- 991cd5c Add default template args to Heap::Alloc*Object*(). by Vladimir Marko · 6 years ago
- abdb459 Use string length from DEX instead of recomputing by Eric Holk · 6 years ago
- 9b81ac3 Add default argument kIsInstrumented=true. by Vladimir Marko · 6 years ago
- 552a134 ART: Optimize StringBuilder append pattern. by Vladimir Marko · 7 years ago
- 391be3a ART: Forward-declare AllocatorType (iwyu) by Andreas Gampe · 6 years ago
- 3ff45bf ART: Small iwyu by Andreas Gampe · 6 years ago
- c6934e3 Avoid some read barriers in ClassTable. by Vladimir Marko · 6 years ago
- d355acf Clean up Object size related read barriers. by Vladimir Marko · 6 years ago
- 58412b1 ObjPtr<>-ify DexCache. by Vladimir Marko · 6 years ago
- dfc0de7 Partially ObjPtr<>-ify Object, fix stale ref in test. by Vladimir Marko · 6 years ago
- bdc93b4 ObjPtr<>-ify StackTraceElement and ClassLoader. by Vladimir Marko · 6 years ago
- f52d92f ObjPtr<>-ify Monitor/-Pool. by Vladimir Marko · 6 years ago
- 4617d58 ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test. by Vladimir Marko · 6 years ago
- d7e9bbf Clean up explicit conversions to ObjPtr<>. by Vladimir Marko · 6 years ago
- bb206de ObjPtr<>-ify ClassExt. by Vladimir Marko · 6 years ago
- 0984e48 Style cleanup for ObjPtr<>-ify changes. by Vladimir Marko · 6 years ago
- 621c880 ObjPtr<>-ify mirror::CallSite. by Vladimir Marko · 6 years ago
- 0eefb9b ObjPtr<>-ify mirror::Field and mirror::Executable. by Vladimir Marko · 6 years ago
- 5aead70 ObjPtr<>-ify method/var handles, fix stale refs in tests. by Vladimir Marko · 6 years ago
- 3b45890 ObjPtr<>-ify mirror::Throwable. by Vladimir Marko · 6 years ago
- 423bebb ObjPtr<>-ify mirror::ObjectArray. by Vladimir Marko · 6 years ago
- 557fece ObjPtr<>-ify mirror::IfTable. by Vladimir Marko · 6 years ago
- c524e9e ObjPtr<>-ify mirror::Class. by Vladimir Marko · 6 years ago
- f57f2ed ART: Clean up obj_ptr.h and obj_ptr-inl.h . by Vladimir Marko · 6 years ago
- 179b7c6 ObjPtr<>-ify String allocations, fix stale refs. by Vladimir Marko · 6 years ago
- a040ddc Document when we can avoid read barriers. by Vladimir Marko · 6 years ago
- 6e7a72c Release app image metadata when startup is completed by Mathieu Chartier · 6 years ago
- 3892e62 Clean up Class::GetDescriptor(). by Vladimir Marko · 6 years ago
- c2e2c45 Remove bogus ImageWriter friend declaration. by Vladimir Marko · 6 years ago
- a88abfa Add feature flag for loading app image startup cache by Mathieu Chartier · 6 years ago
- 2f34e59 Merge changes I14c7cddd,I4a39d0e8,I3f24c8f4,I9699f138 by Vladimir Marko · 6 years ago
- eb37ba5 Replace StringPiece with std::string_view in Signature. by Vladimir Marko · 6 years ago
- e027d72 Replace StringPiece with std::string_view in class.h. by Vladimir Marko · 6 years ago
- a538ed5 ART: Remove stale comment by Andreas Gampe · 6 years ago
- 3aa868a ART: Add unchecked conversions of arrays by Andreas Gampe · 6 years ago
- a2fed08 ART: Optimize array accesses by Andreas Gampe · 6 years ago
- ac52000 Merge changes I888a268b,Ia5a3c0bb,I189841e4,I5ab8b0b0 by Vladimir Marko · 6 years ago
- 4bcd657 Take hidden API into account during getDeclaredMethod() by David Brazdil · 6 years ago
- 982a9ee Remove dead String::Equals() overloads. by Vladimir Marko · 6 years ago
- 8f1c8e5 ART: Some more iwyu by Andreas Gampe · 6 years ago
- 49b74a8 ART: Remove thread from class.h by Andreas Gampe · 6 years ago
- 5a0430d ART: Introduce runtime_globals by Andreas Gampe · 6 years ago
- 6262959 ART: Some more IWYU in common headers by Andreas Gampe · 6 years ago
- 436896c ART: Some IWYU for IterationRange 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
- 5b20b35 ART: Rewrite EnsureInitialized hit case by Andreas Gampe · 6 years ago
- 62f6e90 ART: Add integrity check by Andreas Gampe · 6 years ago
- e79edef Merge "ART: Fix or nolint cert-dcl16-c" by Andreas Gampe · 6 years ago
- 24c1422 ART: Fix or nolint cert-dcl16-c by Andreas Gampe · 6 years ago
- 97b2811 ART: Clean up base/utils.h by Andreas Gampe · 6 years ago
- 7fbc4a5 ART: Move to using locks.h instead of mutex.h by Andreas Gampe · 6 years ago
- 1a65863 Keep pointer to original DexFile during JVMTI redefine for hiddenapi by David Brazdil · 6 years ago
- c1896c9 C++17 compatibility: make WITH_TIDY=1 happy again. by Elliott Hughes · 6 years ago
- 8586569 Runtime flags only for fast/slow hiddenapi path by David Brazdil · 6 years ago
- bc1e0fa Reduce class loader updating overhead. by Mathieu Chartier · 6 years ago
- dbcb48f Avoid unnecessary read barriers in mirror::Class. by Vladimir Marko · 6 years ago
- 104883b Clean up primitive array helpers in Object. by Vladimir Marko · 6 years ago
- 39d8c87 Optimize string comparisons in Class::FindClassMethod. by David Srbecky · 6 years ago
- 6b72b77 Merge "ART: Add string-alloc-inl.h" by Andreas Gampe · 6 years ago
- fd63bbf ART: Add string-alloc-inl.h by Andreas Gampe · 6 years ago
- 69ebc8f Merge "Add PreResolved strings dex cache array" by Mathieu Chartier · 6 years ago
- 1ca718e Add PreResolved strings dex cache array by Mathieu Chartier · 6 years ago
- e15b9b1 ART: Do some include-what-you-use by Andreas Gampe · 6 years ago
- 70f5fd0 ART: Add class-alloc-inl.h by Andreas Gampe · 6 years ago
- 52ecb65 ART: Add object-array-alloc-inl.h by Andreas Gampe · 6 years ago
- 8e0f043 ART: Add array-alloc-inl.h by Andreas Gampe · 6 years ago