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
/
dex_cache-inl.h
Age
Commit message (
Expand
)
Author
2025-02-21
Support loading an ART file from a zip file.
Jiakai Zhang
2024-08-08
Use variable sized ref-offset bitmap for fast VisitReferences()
Lokesh Gidra
2024-05-17
Move transaction records from `Runtime` to `AotClassLinker`.
Vladimir Marko
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
2023-06-01
Use seq-lock for DexCache
David Srbecky
2023-05-04
Simplify deleting startup dex cache arrays.
Nicolas Geoffray
2023-03-04
Make entries in dex cache arrays atomic.
Nicolas Geoffray
2022-11-03
Optimistically update field and method cache on type update.
Nicolas Geoffray
2022-10-28
Reland "Allocate dex cache arrays at startup."
Nicolas Geoffray
2022-10-26
Revert "Allocate dex cache arrays at startup."
Nicolas Geoffray
2022-10-24
Allocate dex cache arrays at startup.
Nicolas Geoffray
2022-10-18
Add pure array versions of some dex cache fields.
Nicolas Geoffray
2022-10-13
Refactor and cleanup DexCache.
Nicolas Geoffray
2022-10-05
Update native GC roots page-by-page
Lokesh Gidra
2022-08-10
Convert kUseReadBarrier to static const from constexpr
Lokesh Gidra
2022-08-10
Update native gc-roots separately in compaction pause
Lokesh Gidra
2022-02-17
Avoid unnecessary read barriers in `ImageWriter`.
Vladimir Marko
2022-02-07
Extract atomic pair code from DexCache
David Srbecky
2022-01-17
Revert "Add thread-shared interpreter cache"
Hans Boehm
2022-01-15
Add thread-shared interpreter cache
David Srbecky
2021-11-09
Modified revert of "Add couple DexCache read-barriers."
David Srbecky
2021-10-07
Revert^4 "Lazily allocate DexCache arrays."
David Srbecky
2021-10-06
DexCache: Remove pre-resolved string dead code.
David Srbecky
2021-09-30
Revert "Revert^2 "Lazily allocate DexCache arrays.""
Nicolas Geoffray
2021-09-28
Revert^2 "Lazily allocate DexCache arrays."
David Srbecky
2021-06-29
Transaction support for MethodType in dex cache.
Vladimir Marko
2021-02-25
Revert "Lazily allocate DexCache arrays."
Orion Hodson
2021-02-23
Lazily allocate DexCache arrays.
David Srbecky
2021-02-18
Remove pointer-size arguments from DexCache.
David Srbecky
2020-12-04
Remove DexCache arrays from image.
David Srbecky
2020-08-19
Clear DexCache MethodTypes and CallSites in ImageWriter.
Vladimir Marko
2020-05-29
Only put resolved classes inside the dex cache.
Nicolas Geoffray
2020-03-31
Fix race condition in GetPreResolvedStrings
Mathieu Chartier
2019-04-02
ObjPtr<>-ify DexCache.
Vladimir Marko
2019-03-18
Release app image metadata when startup is completed
Mathieu Chartier
2019-02-06
Add feature flag for loading app image startup cache
Mathieu Chartier
2018-10-30
Add PreResolved strings dex cache array
Mathieu Chartier
2018-10-25
ART: Do some include-what-you-use
Andreas Gampe
2018-09-17
ART: Clean up verify and read barrier flags.
Vladimir Marko
2018-07-19
Move .art.rel data to a section in .art, part 1.
Vladimir Marko
2018-06-20
Refactor WriteBarrier logic into its own file
Mathieu Chartier
2018-06-11
ART: Adds an entrypoint for invoke-custom
Orion Hodson
2018-05-31
Remove static GcRoot<>s from Class and ClassExt.
Vladimir Marko
2018-05-14
ART: Add dex::ProtoIndex
Orion Hodson
2018-03-23
ART: Simplify atomic.h
Orion Hodson
2018-02-07
Remove unused methods.
Nicolas Geoffray
2018-01-05
Create dex subdirectory
David Sehr
2018-01-03
ART: Rename Atomic::CompareExchange methods
Orion Hodson
2017-12-07
ART: Replace base/logging with android-base/logging
Andreas Gampe
[next]