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
2024-01-24
Add visibility attributes in runtime/i*
Dmitrii Ishcheikin
2023-11-30
Use globals naming scheme for kPageSize etc.
Ruben Ayrapetyan
2023-11-28
Use CHECK_ALIGNED_PARAM for variable page size
Ruben Ayrapetyan
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-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
[next]