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