summaryrefslogtreecommitdiff
path: root/runtime/native/java_lang_String.cc
AgeCommit message (Expand)Author
2019-03-25ObjPtr<>-ify String allocations, fix stale refs. 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-09ART: Move JNI files to runtime/jni/ . Vladimir Marko
2018-02-22native: Cleanup jni usage code Igor Murashkin
2017-10-25ART: Depend on libnativehelper headers only Andreas Gampe
2017-10-16Remove unused method String.fastIndexOf Przemyslaw Szczepaniak
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-03-16Fix String::DoReplace() using obsolete `this`. Vladimir Marko
2017-02-21jni: Switch to @FastNative for all JNI functions. Deprecate !bang JNI. Igor Murashkin
2017-02-21Remove String.setCharAt(). Vladimir Marko
2017-02-03ART: Refactor verify_object.h Andreas Gampe
2016-10-17Move art/native to ObjPtr Mathieu Chartier
2016-10-04Rename ObjPtr::Decode to ObjPtr::Ptr Mathieu Chartier
2016-09-29Clean up ScopedThreadStateChange to use ObjPtr Mathieu Chartier
2015-04-27Replace String CharArray with internal uint16_t array. Jeff Hao
2015-04-22Replace NULL with nullptr Mathieu Chartier
2015-03-10Remove ThrowLocation. Nicolas Geoffray
2014-11-04ART: More warnings Andreas Gampe
2014-04-29Force inlining on trivial accessors. Ian Rogers
2014-02-21Fix and optimize verify object. Mathieu Chartier
2013-10-20Fast JNI support. Ian Rogers
2013-07-12Create separate Android.mk for main build targets Brian Carlstrom