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.cc
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-02-23
Do not create HandleScope for JNI transitions.
Vladimir Marko
2020-09-14
Prevent IndirectReferenceTable from being outside of kPageAlignment
Alex Light
2018-10-30
Refactor MemMap::MapAnonymous().
Vladimir Marko
2018-10-23
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-09-26
Fix macOS build after enabling Generational CC by default in ART.
Roland Levillain
2018-08-24
Add an overload for MemMap::MapAnonymous().
Vladimir Marko
2018-08-21
Remove unnecessary indirection from MemMap.
Vladimir Marko
2018-05-09
ART: Move JNI files to runtime/jni/ .
Vladimir Marko
2018-04-05
Move remaining runtime/base stuff to libartbase
David Sehr
2018-03-05
Move most of runtime/base to libartbase/base
David Sehr
2017-12-22
Extensions to check JNI.
Ian Rogers
2017-10-04
ART: Add allocation tracking to JNI global refs
Andreas Gampe
2017-09-25
ART: Refactor IRT:Add
Andreas Gampe
2017-06-01
ART: Allow unlimited PushLocalFrame
Andreas Gampe
2017-06-01
ART: Add IRT table size limit and overflow checks
Andreas Gampe
2017-04-21
ART: Add object-readbarrier-inl.h
Andreas Gampe
2017-02-03
ART: Refactor verify_object.h
Andreas Gampe
2016-10-25
ART: Initialize field in IndirectReferenceTable
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-12
Move Heap parameters to ObjPtr
Mathieu Chartier
2016-10-05
Change indirect reference table to use ObjPtr
Mathieu Chartier
2016-10-03
ART: Reprint long messages on abort
Andreas Gampe
2016-10-03
ART: Clean up IRT-related abort messaging
Andreas Gampe
2016-09-29
Clean up ScopedThreadStateChange to use ObjPtr
Mathieu Chartier
2016-09-26
ART: Use libbase logging
Andreas Gampe
2016-08-30
ART: SHARED_REQUIRES to REQUIRES_SHARED
Andreas Gampe
2016-03-04
Add more systracing everywhere
Mathieu Chartier
2015-07-30
am 2ada67b3: Don\'t dump stack when deleting an invalid local ref
Mathieu Chartier
2015-07-30
Don't dump stack when deleting an invalid local ref
Mathieu Chartier
2015-07-23
am 372e3bee: am f64914d7: Merge "Move to newer clang annotations"
Mathieu Chartier
2015-07-22
Move to newer clang annotations
Mathieu Chartier
2015-06-02
Add more info for attempting to delete non-JNI local reference
Mathieu Chartier
2015-06-02
Add more info for attempting to delete non-JNI local reference
Mathieu Chartier
2015-04-29
Only print IRT remove local warning if CheckJNI is enabled
Mathieu Chartier
2015-04-29
Only print IRT remove local warning if CheckJNI is enabled
Mathieu Chartier
2015-04-22
Replace NULL with nullptr
Mathieu Chartier
2015-04-14
Fix valgrind tests
Mathieu Chartier
2015-04-09
ART: IRT refactor
Andreas Gampe
2015-04-07
Fix CC root visiting bug
Mathieu Chartier
2015-04-06
Refactor and improve GC root handling
Mathieu Chartier
2015-03-02
Add support for .bss section in oat files.
Vladimir Marko
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-10-22
C++11 related clean-up of DISALLOW_..
Ian Rogers
[next]