Searched refs:GetChars (Results 1 – 4 of 4) sorted by relevance
/art/runtime/native/ |
D | java_lang_String.cc | 88 soa.Decode<mirror::String>(java_this)->GetChars(start, end, char_array, index); in String_getCharsNoCheck()
|
/art/runtime/mirror/ |
D | string.h | 194 void GetChars(int32_t start, int32_t end, Handle<CharArray> array, int32_t index)
|
D | string.cc | 341 void String::GetChars(int32_t start, int32_t end, Handle<CharArray> array, int32_t index) { in GetChars() function in art::mirror::String
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 1297 string->GetChars(start, end, h_char_array, index); in UnstartedStringGetCharsNoCheck()
|