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_StringFactory.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-01-07
Add newStringFromUtf8Bytes native implementation.
Rock.Yeh
2019-05-17
Add default argument kIsInstrumented=true.
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-30
Move String::SizeOf<> to string.h .
Vladimir Marko
2018-05-09
ART: Move JNI files to runtime/jni/ .
Vladimir Marko
2017-10-25
ART: Depend on libnativehelper headers only
Andreas Gampe
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-02-21
jni: Switch to @FastNative for all JNI functions. Deprecate !bang JNI.
Igor Murashkin
2016-10-17
Move art/native to ObjPtr
Mathieu Chartier
2016-09-29
Clean up ScopedThreadStateChange to use ObjPtr
Mathieu Chartier
2016-02-29
Improve documentation about StringFactory.newStringFromChars.
Roland Levillain
2015-04-27
Replace String CharArray with internal uint16_t array.
Jeff Hao