summaryrefslogtreecommitdiff
path: root/runtime/mirror/class_ext.h
AgeCommit message (Expand)Author
2024-01-24Add visibility attributes in runtime/mirror Dmitrii Ishcheikin
2022-08-10Update native gc-roots separately in compaction pause Lokesh Gidra
2022-05-18Add java.lang.ClassValue support. Almaz Mingaleev
2021-07-07Don't wrap VerifyError into NoClassDefFoundError. Nicolas Geoffray
2021-04-23Add static asserts we have a full list of mirror classes Alex Light
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-06-28Revert^2 "Support using opaque JNI ids" Alex Light
2019-06-27Revert "Support using opaque JNI ids" Nicolas Geoffray
2019-06-26Support using opaque JNI ids 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-05-31Remove static GcRoot<>s from Class and ClassExt. Vladimir Marko
2017-06-05ART: Remove old object_callbacks.h includes Andreas Gampe
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-01-20Use original dex file for retransformation. Alex Light
2016-11-30Infrastructure for obsolete methods Alex Light
2016-11-02Add ClassExt mirror. Alex Light