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
2024-01-24
Add visibility attributes in runtime/i*
Dmitrii Ishcheikin
2023-04-04
JNI: Fast-path for decoding returned jobject.
Vladimir Marko
2023-03-31
Reland "Rewrite `LocalReferenceTable`."
Vladimír Marko
2023-03-30
Revert "Rewrite `LocalReferenceTable`."
Vladimír Marko
2023-03-29
Rewrite `LocalReferenceTable`.
Vladimir Marko
2022-12-08
Split local reference table out of `IndirectReferenceTable`.
Vladimir Marko
2022-11-22
Rename `kJniTransitionOrInvalid` to `kJniTransition`.
Vladimir Marko
2022-11-21
Clean up `IndirectReferenceTable` visiting.
Vladimir Marko
2022-11-21
Clean up `IndirectReferenceTable` construction.
Vladimir Marko
2022-05-03
Avoid PushLocalFrame(0) CHECK failure
Hans Boehm
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
[next]