index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
gc
/
reference_queue.cc
Age
Commit message (
Expand
)
Author
2024-01-17
Add visibility attributes in runtime/gc
Dmitrii Ishcheikin
2023-10-23
Use release memory-order when going from gray to non-gray state
Lokesh Gidra
2022-01-26
Revert^2 "Reduce pauses for weak reference access"
Hans Boehm
2022-01-26
Revert "Reduce pauses for weak reference access"
Hans Boehm
2022-01-26
Reduce pauses for weak reference access
Hans Boehm
2021-10-25
Remove all support for Brooks read barrier.
Vladimir Marko
2021-06-29
Add more weak reference information to traces
Hans Boehm
2019-03-28
Style cleanup for ObjPtr<>-ify changes.
Vladimir Marko
2018-12-06
ART: Move to using locks.h instead of mutex.h
Andreas Gampe
2018-10-23
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-08-14
Rename art::ReadBarrier::WhiteState as art::ReadBarrier::NonGrayState.
Roland Levillain
2017-06-05
ART: More header cleanups
Andreas Gampe
2017-02-21
Always mark reference referents in transaction mode.
Hiroshi Yamauchi
2016-12-19
Fix race condition btw DelayReferenceRefernent vs Reference.clear().
Hiroshi Yamauchi
2016-11-02
Clean up the runtime read barrier and fix fake address dependency.
Hiroshi Yamauchi
2016-10-14
Move reference processor and mirror::Reference to ObjPtr
Mathieu Chartier
2016-07-27
Reduce unnecessary read barriers in GC
Mathieu Chartier
2016-05-23
Avoid the need for the black color for the baker-style read barrier.
Hiroshi Yamauchi
2016-01-28
Always use pendingNext to test enqueability of references.
Richard Uhler
2016-01-26
Factor out common code for SetPendingNext.
Richard Uhler
2015-09-15
Expect null referent in DequeuePendingReference().
Hiroshi Yamauchi
2015-09-14
Fix the DequeuePendingReference crash.
Hiroshi Yamauchi
2015-07-14
Clean up GC callbacks to be virtual methods
Mathieu Chartier
2015-04-23
Use the lock word bits for Baker-style read barrier.
Hiroshi Yamauchi
2015-04-22
Replace NULL with nullptr
Mathieu Chartier
2015-01-23
More of the concurrent copying collector.
Hiroshi Yamauchi
2014-12-12
Add ReferenceQueue test
Mathieu Chartier
2014-09-14
Add native support for FinalizerList.makeCircularListIfUnenqueued
Mathieu Chartier
2014-06-19
Add mark compact collector.
Mathieu Chartier
2014-06-16
Change reference processing to use heap references.
Mathieu Chartier
2014-06-10
Reduced frequency of blocks for concurrent gc
Fred Shih
2014-05-09
Reference::GetReferent() calls by GC should not trigger read barriers.
Hiroshi Yamauchi
2014-05-07
Add concurrent reference processing.
Mathieu Chartier
2014-03-14
Refactor reference code into mirror namespace.
Mathieu Chartier
2014-02-17
Remove blacklist
Sebastien Hertz
2014-02-11
Add root types and thread id to root visiting.
Mathieu Chartier
2014-02-06
Object model changes to support 64bit.
Ian Rogers
2013-11-15
Refactor reference queues.
Mathieu Chartier