summaryrefslogtreecommitdiff
path: root/runtime/mirror/class_ext.cc
AgeCommit message (Expand)Author
2024-11-11Avoid `strlen()` for `ClassLinker::FindClass()`... Vladimir Marko
2024-08-08Use variable sized ref-offset bitmap for fast VisitReferences() Lokesh Gidra
2024-03-26Rename enums.h/.cc to pointer_size.h/.cc. Santiago Aboy Solanes
2024-01-24Add visibility attributes in runtime/mirror Dmitrii Ishcheikin
2021-07-07Don't wrap VerifyError into NoClassDefFoundError. Nicolas Geoffray
2020-05-13Move implementations from class_root.h to -inl.h . Vladimir Marko
2019-12-02Revert^2 "Make opaque-jni-ids:swapable more efficient" Alex Light
2019-12-02Revert "Make opaque-jni-ids:swapable more efficient" Alex Light
2019-12-02Make opaque-jni-ids:swapable more efficient Alex Light
2019-09-18Revert "Revert "Basic structural redefinition support"" Nicolas Geoffray
2019-09-18Revert "Basic structural redefinition support" Nicolas Geoffray
2019-09-17Basic structural redefinition support Alex Light
2019-05-31Clean up creating handles from `this`. Vladimir Marko
2019-03-29ObjPtr<>-ify ClassExt. Vladimir Marko
2018-12-03Keep pointer to original DexFile during JVMTI redefine for hiddenapi David Brazdil
2018-10-26ART: Add class-alloc-inl.h Andreas Gampe
2018-10-26ART: Add object-array-alloc-inl.h Andreas Gampe
2018-06-01ObjPtr<>-ify array allocations. Vladimir Marko
2018-05-31Remove static GcRoot<>s from Class and ClassExt. Vladimir Marko
2018-03-05Move most of runtime/base to libartbase/base David Sehr
2018-01-05Create dex subdirectory David Sehr
2017-04-07Free unneeded obsolete maps Alex Light
2017-03-24Revert "Revert "Make original dex file be more deduplicated"" Alex Light
2017-03-24Revert "Make original dex file be more deduplicated" Nicolas Geoffray
2017-03-22Make original dex file be more deduplicated Alex Light
2017-03-16Ensure the GC visits Obsolete Methods Alex Light
2017-02-14ART: Add operator == and != with nullptr to Handle Andreas Gampe
2017-01-20Use original dex file for retransformation. Alex Light
2016-12-05Address comments I missed on a previous CL Alex Light
2016-11-30Infrastructure for obsolete methods Alex Light
2016-11-02Add ClassExt mirror. Alex Light