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.cc
Age
Commit message (
Expand
)
Author
2024-02-06
Add visibility attributes in runtime/r*
Dmitrii Ishcheikin
2018-10-01
ART: Mark move constructors with noexcept
Andreas Gampe
2018-03-05
Move most of runtime/base to libartbase/base
David Sehr
2017-10-02
ART: Dump allocation stacks in reference table dumps
Andreas Gampe
2017-07-24
ART: Include cleanup
Andreas Gampe
2016-12-15
ART: Move to libbase StringPrintf
Andreas Gampe
2016-11-14
ART: Prioritize reference table dump
Andreas Gampe
2016-10-18
Remove mirror:: and ArtMethod deps in utils.{h,cc}
David Sehr
2016-10-12
Move Heap parameters to ObjPtr
Mathieu Chartier
2016-10-06
Move remaining jobject related functions to use ObjPtr
Mathieu Chartier
2016-09-28
ART: Dump referenced type in IRT overflows
Andreas Gampe
2016-08-30
ART: SHARED_REQUIRES to REQUIRES_SHARED
Andreas Gampe
2015-07-22
Move to newer clang annotations
Mathieu Chartier
2015-04-22
Replace NULL with nullptr
Mathieu Chartier
2015-04-07
Fix CC root visiting bug
Mathieu Chartier
2015-04-06
Refactor and improve GC root handling
Mathieu Chartier
2015-01-23
Fix compaction bugs related to IdentityHashCode
Mathieu Chartier
2015-01-15
Print more info in MarkSweep::VerifyRoot
Mathieu Chartier
2014-12-08
Fix reference table sorting
Brian Carlstrom
2014-12-08
Re-add missing read barriers
Mathieu Chartier
2014-12-08
Clean up ReferenceTable::Dump
Mathieu Chartier
2014-09-03
Remove abuse of mirror::Object* to reference special values.
Ian Rogers
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-04-29
Force inlining on trivial accessors.
Ian Rogers
2014-03-07
Add more VerifyObject calls.
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
2014-02-06
Object model changes to support 64bit.
Ian Rogers
2013-11-11
Compacting collector.
Mathieu Chartier
2013-09-13
Add support for changing roots through the root visitor callback.
Mathieu Chartier
2013-08-16
Fix up TODO: c++0x, update cpplint.
Mathieu Chartier
2013-07-26
Fix cpplint whitespace/comments issues
Brian Carlstrom
2013-07-12
Create separate Android.mk for main build targets
Brian Carlstrom