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_processor.cc
Age
Commit message (
Expand
)
Author
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-09-07
ART: Continue adding override annotations
Andreas Gampe
2018-05-25
Remove mirror::Reference::java_lang_ref_Reference.
Vladimir Marko
2018-05-09
ART: Move JNI files to runtime/jni/ .
Vladimir Marko
2018-03-05
Move most of runtime/base to libartbase/base
David Sehr
2017-12-22
Extensions to check JNI.
Ian Rogers
2017-10-25
ART: Depend on libnativehelper headers only
Andreas Gampe
2017-07-18
art: use proper nativehelper headers
Steven Moreland
2017-06-05
ART: More header cleanups
Andreas Gampe
2017-04-21
ART: Add object-readbarrier-inl.h
Andreas Gampe
2017-02-21
Always mark reference referents in transaction mode.
Hiroshi Yamauchi
2017-02-10
Fix the empty checkpoint timeout.
Hiroshi Yamauchi
2016-12-19
Fix race condition btw DelayReferenceRefernent vs Reference.clear().
Hiroshi Yamauchi
2016-12-13
Add exclusion for Reference.clear and reference processing
Mathieu Chartier
2016-12-13
Don't re-read referent in ReferenceProcessor::GetReferent
Mathieu Chartier
2016-11-09
Make empty checkpoint work while weak ref access is disabled.
Hiroshi Yamauchi
2016-10-18
Remove mirror:: and ArtMethod deps in utils.{h,cc}
David Sehr
2016-10-14
Move reference processor and mirror::Reference to ObjPtr
Mathieu Chartier
2016-09-29
Clean up ScopedThreadStateChange to use ObjPtr
Mathieu Chartier
2016-01-28
Always use pendingNext to test enqueability of references.
Richard Uhler
2016-01-26
Factor out common code for SetPendingNext.
Richard Uhler
2016-01-19
Fix various typos in ART's comments and string literals.
Roland Levillain
2015-07-15
Address some GC comments
Mathieu Chartier
2015-07-14
Clean up GC callbacks to be virtual methods
Mathieu Chartier
2015-07-13
Thread-local mark stacks for the CC collector.
Hiroshi Yamauchi
2015-05-29
Move mirror::ArtMethod to native
Mathieu Chartier
2015-05-26
ART: Clean up arm64 kNumberOfXRegisters usage.
Vladimir Marko
2014-12-19
Add heap task processor
Mathieu Chartier
2014-12-15
Use WaitHoldingLocks in ReferenceProcessor::MakeCircularListIfUnenqueued.
Pavel Vyssotski
2014-11-04
ART: More warnings
Andreas Gampe
2014-09-17
Restore some aosp/master changes lost in cherry-pick 7c438b19b71932ac8a44eff4...
Mathieu Chartier
2014-09-14
Add native support for FinalizerList.makeCircularListIfUnenqueued
Mathieu Chartier
2014-07-15
Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()""""
Fred Shih
2014-07-11
Revert "Revert "Revert "Add intrinsic for Reference.get()"""
Sebastien Hertz
2014-07-11
Revert "Revert "Add intrinsic for Reference.get()""
Christopher Ferris
2014-07-11
Revert "Add intrinsic for Reference.get()"
Christopher Ferris
2014-07-10
Add intrinsic for Reference.get()
Fred Shih
2014-06-24
More advanced timing loggers.
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
Merge "Reference::GetReferent() calls by GC should not trigger read barriers."
Hiroshi Yamauchi
2014-05-09
Reference::GetReferent() calls by GC should not trigger read barriers.
Hiroshi Yamauchi
2014-05-09
Fix race condition in ProcessReferences.
Mathieu Chartier
2014-05-08
Use WaitHoldingLocks in ReferenceProcessor::GetReferent.
Mathieu Chartier
2014-05-07
Add concurrent reference processing.
Mathieu Chartier