index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
indirect_reference_table.h
Age
Commit message (
Expand
)
Author
2021-11-01
Assign lower level to Small IRT table lock
Hans Boehm
2021-10-27
Initially allocate smaller local IRT
Hans Boehm
2021-09-24
Simplify IRTEntry
Hans Boehm
2021-07-14
Modernize typedefs with `using`.
Vladimir Marko
2021-07-08
Add JNI globals tracing
Hans Boehm
2021-02-23
Do not create HandleScope for JNI transitions.
Vladimir Marko
2020-12-09
JNI: Faster jobject decoding by avoiding checks.
Vladimir Marko
2020-09-14
Prevent IndirectReferenceTable from being outside of kPageAlignment
Alex Light
2020-06-11
Clean up generated operator<<(os, enum).
Vladimir Marko
2018-12-06
ART: Move to using locks.h instead of mutex.h
Andreas Gampe
2018-08-21
Remove unnecessary indirection from MemMap.
Vladimir Marko
2018-02-08
Suppress clang 7.0 warnings.
Chih-Hung Hsieh
2017-12-07
ART: Replace base/logging with android-base/logging
Andreas Gampe
2017-10-04
ART: Add allocation tracking to JNI global refs
Andreas Gampe
2017-10-02
ART: Dump allocation stacks in reference table dumps
Andreas Gampe
2017-09-25
ART: Refactor IRT:Add
Andreas Gampe
2017-06-05
ART: Remove old object_callbacks.h includes
Andreas Gampe
2017-06-01
ART: Allow unlimited PushLocalFrame
Andreas Gampe
2016-10-24
ART: Make IndirectReferenceTable resizable
Andreas Gampe
2016-10-24
ART: Change IndirectReferenceTable
Andreas Gampe
2016-10-24
ART: Clean up IndirectReferenceTable
Andreas Gampe
2016-10-19
Return error message if IndirectReferenceTable construction fails.
Richard Uhler
2016-10-17
ART: Remove IRT cruft
Andreas Gampe
2016-10-05
Change indirect reference table to use ObjPtr
Mathieu Chartier
2016-10-03
ART: Clean up IRT-related abort messaging
Andreas Gampe
2016-08-30
ART: SHARED_REQUIRES to REQUIRES_SHARED
Andreas Gampe
2015-12-09
ART: Make trampoline compiler pointer-size-safe
Andreas Gampe
2015-09-01
Enable lockless decoding of weak globals
Mathieu Chartier
2015-08-12
Remove unnecessary `explicit` qualifiers on constructors.
Roland Levillain
2015-07-22
Move to newer clang annotations
Mathieu Chartier
2015-05-20
Intercept JNI invocation of String.<init> methods.
Jeff Hao
2015-04-22
Replace NULL with nullptr
Mathieu Chartier
2015-04-09
ART: IRT refactor
Andreas Gampe
2015-04-06
Refactor and improve GC root handling
Mathieu Chartier
2015-02-23
Avoid unaligned accesses (SIGBUG/BUS_ADRALN) in IRT.
Hiroshi Yamauchi
2015-01-15
Print more info in MarkSweep::VerifyRoot
Mathieu Chartier
2014-11-26
Trim reference tables when we trim the heap
Mathieu Chartier
2014-09-25
Reduce IndirectReferenceTable memory usage
Mathieu Chartier
2014-09-09
Address read barrier issue with cl/106467
Hiroshi Yamauchi
2014-09-03
Remove abuse of mirror::Object* to reference special values.
Ian Rogers
2014-08-08
Wire up check JNI force copy mode.
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-05-29
Add read barriers for the weak roots in the JNI weak globals.
Hiroshi Yamauchi
2014-05-19
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-13
Add Handle/HandleScope and delete SirtRef.
Mathieu Chartier
2014-05-05
Add lockless SynchronizedGet for indirect reference table.
Mathieu Chartier
2014-03-07
Add more VerifyObject calls.
Mathieu Chartier
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
[next]