index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
object_callbacks.h
Age
Commit message (
Expand
)
Author
2024-01-24
Add visibility attributes in runtime/o*
Dmitrii Ishcheikin
2017-11-08
cpplint: Cleanup errors
Igor Murashkin
2017-07-18
ART: Replace or remove some ObjectCallback Walk functions
Andreas Gampe
2017-02-21
Always mark reference referents in transaction mode.
Hiroshi Yamauchi
2015-07-14
Clean up GC callbacks to be virtual methods
Mathieu Chartier
2015-07-09
Clean up some includes
Mathieu Chartier
2015-04-22
Replace NULL with nullptr
Mathieu Chartier
2015-01-15
Print more info in MarkSweep::VerifyRoot
Mathieu Chartier
2014-07-16
Disable adding main and non moving spaces to immune region in GSS
Mathieu Chartier
2014-07-11
Improve performance of invokevirtual/invokeinterface with embedded imt/vtable
Mingyao Yang
2014-06-16
Change reference processing to use heap references.
Mathieu Chartier
2014-05-20
Improve heap verification for invalid roots.
Mathieu Chartier
2014-04-28
Improve GSS reference processing.
Hiroshi Yamauchi
2014-04-04
Improve invalid root dumping.
Mathieu Chartier
2014-03-24
Refactor object reference visiting logic.
Mathieu Chartier
2014-02-20
Change ProcessReferences to not use RecursiveMarkObject.
Mathieu Chartier
2014-02-18
Change root visitor to use Object**.
Mathieu Chartier
2014-02-11
Add root types and thread id to root visiting.
Mathieu Chartier