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_String.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
2022-10-11
Update java.lang.String* from jdk-11.0.13-ga
Victor Chang
2021-11-05
Revert^2 "OpenJDK 11: Add String.repeat()"
Orion Hodson
2021-10-27
Revert "OpenJDK 11: Add String.repeat()"
Orion Hodson
2021-10-20
OpenJDK 11: Add String.repeat()
Nikita Iashchenko
2020-10-28
Rename String.concat() implementation function.
Vladimir Marko
2019-05-31
Clean up creating handles from `this`.
Vladimir Marko
2019-05-17
Add default argument kIsInstrumented=true.
Vladimir Marko
2019-03-25
ObjPtr<>-ify String allocations, fix stale refs.
Vladimir Marko
2018-10-30
ART: Add string-alloc-inl.h
Andreas Gampe
2018-10-29
ART: Do some include-what-you-use
Andreas Gampe
2018-05-09
ART: Move JNI files to runtime/jni/ .
Vladimir Marko
2018-02-22
native: Cleanup jni usage code
Igor Murashkin
2017-10-25
ART: Depend on libnativehelper headers only
Andreas Gampe
2017-10-16
Remove unused method String.fastIndexOf
Przemyslaw Szczepaniak
2017-07-18
art: use proper nativehelper headers
Steven Moreland
2017-06-01
ART: Move RegisterNatives helper
Andreas Gampe
2017-05-30
ART: More header cleanup - jni_internal.h
Andreas Gampe
2017-03-16
Fix String::DoReplace() using obsolete `this`.
Vladimir Marko
2017-02-21
jni: Switch to @FastNative for all JNI functions. Deprecate !bang JNI.
Igor Murashkin
2017-02-21
Remove String.setCharAt().
Vladimir Marko
2017-02-03
ART: Refactor verify_object.h
Andreas Gampe
2016-10-17
Move art/native 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
2015-04-27
Replace String CharArray with internal uint16_t array.
Jeff Hao
2015-04-22
Replace NULL with nullptr
Mathieu Chartier
2015-03-10
Remove ThrowLocation.
Nicolas Geoffray
2014-11-04
ART: More warnings
Andreas Gampe
2014-04-29
Force inlining on trivial accessors.
Ian Rogers
2014-02-21
Fix and optimize verify object.
Mathieu Chartier
2013-10-20
Fast JNI support.
Ian Rogers
2013-07-12
Create separate Android.mk for main build targets
Brian Carlstrom