index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
reference_table.h
Age
Commit message (
Expand
)
Author
2024-02-06
Add visibility attributes in runtime/r*
Dmitrii Ishcheikin
2022-12-08
Split local reference table out of `IndirectReferenceTable`.
Vladimir Marko
2021-07-14
Modernize typedefs with `using`.
Vladimir Marko
2018-12-06
ART: Move to using locks.h instead of mutex.h
Andreas Gampe
2017-10-02
ART: Dump allocation stacks in reference table dumps
Andreas Gampe
2017-06-05
ART: Remove old object_callbacks.h includes
Andreas Gampe
2016-10-06
Move remaining jobject related functions to use ObjPtr
Mathieu Chartier
2016-08-30
ART: SHARED_REQUIRES to REQUIRES_SHARED
Andreas Gampe
2015-07-22
Move to newer clang annotations
Mathieu Chartier
2015-04-06
Refactor and improve GC root handling
Mathieu Chartier
2015-01-15
Print more info in MarkSweep::VerifyRoot
Mathieu Chartier
2014-08-29
Add native memory accounting through custom allocator.
Mathieu Chartier
2014-07-29
Add GcRoot to clean up and enforce read barriers.
Hiroshi Yamauchi
2014-06-20
Add more read barriers for JNI roots.
Hiroshi Yamauchi
2014-03-06
Enable annotalysis on clang ART builds.
Ian Rogers
2014-02-11
Add root types and thread id to root visiting.
Mathieu Chartier
2013-09-13
Add support for changing roots through the root visitor callback.
Mathieu Chartier
2013-07-26
Fix cpplint whitespace/comments issues
Brian Carlstrom
2013-07-17
Fix multiple inclusion guards to match new pathnames
Brian Carlstrom
2013-07-12
Create separate Android.mk for main build targets
Brian Carlstrom