index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
native
/
java_lang_ref_Reference.cc
Age
Commit message (
Expand
)
Author
2024-01-15
Add visibility attributes in runtime/native
Dmitrii Ishcheikin
2024-01-10
Revert "Add visibility attributes in runtime/entrypoints and runtime/native"
Daniel Chapin
2024-01-05
Add visibility attributes in runtime/entrypoints and runtime/native
Dmitrii Ishcheikin
2023-12-12
Improve refersTo0 code comments
Hans Boehm
2022-08-10
Convert kUseReadBarrier to static const from constexpr
Lokesh Gidra
2020-11-18
Implement Reference.refersTo()
Hans Boehm
2019-03-28
Style cleanup for ObjPtr<>-ify changes.
Vladimir Marko
2018-05-09
ART: Move JNI files to runtime/jni/ .
Vladimir Marko
2017-06-01
ART: Move RegisterNatives helper
Andreas Gampe
2017-05-30
ART: More header cleanup - jni_internal.h
Andreas Gampe
2017-02-21
jni: Switch to @FastNative for all JNI functions. Deprecate !bang JNI.
Igor Murashkin
2016-12-14
Rename Reference.clear to Reference.clearReferent
Mathieu Chartier
2016-12-13
Add exclusion for Reference.clear and reference processing
Mathieu Chartier
2016-10-14
Move reference processor and mirror::Reference to ObjPtr
Mathieu Chartier
2016-10-04
Rename ObjPtr::Decode to ObjPtr::Ptr
Mathieu Chartier
2016-09-29
Clean up ScopedThreadStateChange to use ObjPtr
Mathieu Chartier
2014-11-04
ART: More warnings
Andreas Gampe
2014-09-09
Change Reference.get() intrinsic to Reference.getReferent().
Mathieu Chartier
2014-05-07
Add concurrent reference processing.
Mathieu Chartier