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_table-inl.h
Age
Commit message (
Expand
)
Author
2024-05-09
Avoid some `std::string` construction in `ClassTable`.
Vladimir Marko
2024-01-24
Add visibility attributes in runtime/c*
Dmitrii Ishcheikin
2024-01-19
Move files related to compiled code into oat/ directory
Dmitrii Ishcheikin
2023-10-17
Revert^2 "Update class-table and intern-table concurrently with uffd GC"
Lokesh Gidra
2023-10-17
Revert "Update class-table and intern-table concurrently with uffd GC"
Lokesh Gidra
2023-10-17
Update class-table and intern-table concurrently with uffd GC
Lokesh Gidra
2023-02-01
Reland "Write classes in runtime-generated app image."
Nicolas Geoffray
2023-01-29
Revert "Write classes in runtime-generated app image."
Sam Saccone
2023-01-28
Write classes in runtime-generated app image.
Nicolas Geoffray
2022-08-10
Update native gc-roots separately in compaction pause
Lokesh Gidra
2022-04-21
Move descriptor hashing to `mirror::Class`.
Vladimir Marko
2022-04-04
Faster class descriptor hashing.
Vladimir Marko
2022-02-17
Avoid unnecessary read barriers in `ImageWriter`.
Vladimir Marko
2021-04-28
Remove some dead code around ClassTable.
Vladimir Marko
2021-03-04
Make some hash/equals operators inline.
Vladimir Marko
2019-05-08
ObjPtr<>-ify ClassTable.
Vladimir Marko
2019-05-08
Avoid some read barriers in ClassTable.
Vladimir Marko
2019-03-28
Style cleanup for ObjPtr<>-ify changes.
Vladimir Marko
2018-10-25
ART: Do some include-what-you-use
Andreas Gampe
2018-05-25
Remove mirror::Reference::java_lang_ref_Reference.
Vladimir Marko
2018-03-23
ART: Simplify atomic.h
Orion Hodson
2018-03-13
Fix dangling SingleImplementations left after class unloading
Alexey Grebenkin
2018-01-03
ART: Rename Atomic::CompareExchange methods
Orion Hodson
2017-07-28
Use class unloading in dex2oat for verify and extract
Mathieu Chartier
2017-06-05
ART: Small class-inl.h cleanup
Andreas Gampe
2017-06-02
Move to release CAS for updating object fields
Mathieu Chartier
2016-12-13
Address some review comments
Mathieu Chartier
2016-12-06
Reduce calls to DescriptorEquals
Mathieu Chartier
2016-10-04
Revert "Revert "Store resolved Strings for AOT code in .bss.""
Vladimir Marko
2016-06-06
Revert "Revert "Hold dex caches live in class table""
Mathieu Chartier
2016-06-04
Revert "Hold dex caches live in class table"
Brian Carlstrom
2016-06-03
Hold dex caches live in class table
Mathieu Chartier
2016-04-05
Shard classloader classes lock
Mathieu Chartier
2016-02-01
Fix up dex cache strings stored in classes
Mathieu Chartier
2015-10-19
Keep dex files live in class table
Mathieu Chartier
2015-08-12
Visit class roots from ClassLoader::VisitReferences
Mathieu Chartier