Searched refs:GetChars (Results 1 – 4 of 4) sorted by relevance
/art/runtime/native/ |
D | java_lang_String.cc | 89 soa.Decode<mirror::String>(java_this)->GetChars(start, end, char_array, index); in String_getCharsNoCheck()
|
/art/runtime/mirror/ |
D | string.h | 189 void GetChars(int32_t start, int32_t end, Handle<CharArray> array, int32_t index)
|
D | string.cc | 345 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 | 1319 string->GetChars(start, end, h_char_array, index); in UnstartedStringGetCharsNoCheck()
|