summaryrefslogtreecommitdiff
path: root/runtime/native/java_lang_StringFactory.cc
AgeCommit message (Expand)Author
2024-01-15Add visibility attributes in runtime/native Dmitrii Ishcheikin
2024-01-10Revert "Add visibility attributes in runtime/entrypoints and runtime/native" Daniel Chapin
2024-01-05Add visibility attributes in runtime/entrypoints and runtime/native Dmitrii Ishcheikin
2022-10-11Update java.lang.String* from jdk-11.0.13-ga Victor Chang
2021-01-07Add newStringFromUtf8Bytes native implementation. Rock.Yeh
2019-05-17Add default argument kIsInstrumented=true. Vladimir Marko
2018-10-30ART: Add string-alloc-inl.h Andreas Gampe
2018-10-29ART: Do some include-what-you-use Andreas Gampe
2018-05-30Move String::SizeOf<> to string.h . Vladimir Marko
2018-05-09ART: Move JNI files to runtime/jni/ . Vladimir Marko
2017-10-25ART: Depend on libnativehelper headers only Andreas Gampe
2017-07-18art: use proper nativehelper headers Steven Moreland
2017-06-01ART: Move RegisterNatives helper Andreas Gampe
2017-05-30ART: More header cleanup - jni_internal.h Andreas Gampe
2017-02-21jni: Switch to @FastNative for all JNI functions. Deprecate !bang JNI. Igor Murashkin
2016-10-17Move art/native to ObjPtr Mathieu Chartier
2016-09-29Clean up ScopedThreadStateChange to use ObjPtr Mathieu Chartier
2016-02-29Improve documentation about StringFactory.newStringFromChars. Roland Levillain
2015-04-27Replace String CharArray with internal uint16_t array. Jeff Hao