index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
class_linker-inl.h
Age
Commit message (
Expand
)
Author
2025-01-15
Make ResolveField respect the is_static parameter.
Santiago Aboy Solanes
2024-11-28
Refactor ResolveMethod.
Nicolas Geoffray
2024-11-11
Avoid `strlen()` for `ClassLinker::FindClass()`...
Vladimir Marko
2024-07-10
Use atomics for find_array_class_cache_
Mythri Alle
2024-05-10
Revert "Workaround for b/336842546"
Nicolas Geoffray
2024-05-03
Workaround for b/336842546
Santiago Aboy Solanes
2024-04-11
Clean up string data access in `DexFile`.
Vladimir Marko
2024-01-24
Add visibility attributes in runtime/c*
Dmitrii Ishcheikin
2023-11-15
Remove some unnecessary WellKnownClasses #includes.
Vladimir Marko
2023-03-07
Use a read barrier when getting the dex cache for lookups.
Nicolas Geoffray
2023-01-16
Refactor code aroud method resolution.
Nicolas Geoffray
2022-11-03
Optimistically update field and method cache on type update.
Nicolas Geoffray
2022-08-10
Update native gc-roots separately in compaction pause
Lokesh Gidra
2022-02-25
Update runtime/ implications to use (D)CHECK_IMPLIES
Santiago Aboy Solanes
2021-11-09
Modified revert of "Add couple DexCache read-barriers."
David Srbecky
2021-11-02
Inline ResolveMethod and ResolveField in nterp
David Srbecky
2021-10-05
Change ClassLinker::dex_caches_ from list to unordered_map.
David Srbecky
2021-09-21
Add couple DexCache read-barriers.
David Srbecky
2021-09-14
Address review comments on method resolution.
Nicolas Geoffray
2021-09-13
Add a test and consistency checks in method / field resolution.
Nicolas Geoffray
2021-03-31
Workaround for b/145491866
Nicolas Geoffray
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-07-24
Prepare compiler for adding VarHandle support.
Andra Danciu
2020-07-07
Workaround for b/160292234.
Nicolas Geoffray
2020-07-03
Add some logging for diagnosing a crash.
Nicolas Geoffray
2019-12-10
Proactively dequicken on debuggable switch.
Alex Light
2019-01-02
ART: Move dex structs into own header
Andreas Gampe
2018-12-06
ART: Move to using locks.h instead of mutex.h
Andreas Gampe
2018-11-21
ART: Fix ResolveType with ArtMethod
Andreas Gampe
2018-10-25
ART: Do some include-what-you-use
Andreas Gampe
2018-10-23
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-06-04
Refactor String resolution.
Vladimir Marko
2018-06-01
ObjPtr<>-ify array allocations.
Vladimir Marko
2018-06-01
Clean up class resolution and lookup.
Vladimir Marko
2018-05-31
ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use.
Vladimir Marko
2018-05-25
Refactor ClassRoot/GetClassRoot().
Vladimir Marko
2018-02-15
Refactor method resolution in class linker.
Nicolas Geoffray
2018-01-02
Fix default method verifier check for compact dex
Mathieu Chartier
2017-12-12
Do not pass DexFile to ClassLinker::Lookup/ResolveType().
Vladimir Marko
2017-12-11
Do not pass DexFile to ClassLinker::Lookup/ResolveMethod().
Vladimir Marko
2017-12-08
Do not pass DexFile to ClassLinker::ResolveField*().
Vladimir Marko
2017-12-08
Determine HLoadClass/String load kind early.
Vladimir Marko
2017-08-29
ART: Remove ArtMethod::dex_cache_resolved_methods_.
Vladimir Marko
2017-07-28
Use class unloading in dex2oat for verify and extract
Mathieu Chartier
2017-07-24
ART: Include cleanup
Andreas Gampe
2017-07-20
Hash-based DexCache methods array.
Vladimir Marko
2017-07-20
ART: Change method lookup to be more consistent to JLS and the RI.
Vladimir Marko
2017-04-21
ART: Add object-readbarrier-inl.h
Andreas Gampe
[next]