Searched refs:AllocFromString (Results 1 – 6 of 6) sorted by relevance
/art/runtime/native/ |
D | java_lang_StringFactory.cc | 76 mirror::String* result = mirror::String::AllocFromString<true>(soa.Self(), string->GetLength(), in StringFactory_newStringFromString()
|
D | java_lang_String.cc | 78 mirror::String* result = mirror::String::AllocFromString<true>(soa.Self(), length, string_this, in String_fastSubstring()
|
/art/runtime/mirror/ |
D | string.h | 105 ALWAYS_INLINE static String* AllocFromString(Thread* self, int32_t string_length,
|
D | string-inl.h | 211 inline String* String::AllocFromString(Thread* self, int32_t string_length, Handle<String> string, in AllocFromString() function
|
/art/runtime/entrypoints/quick/ |
D | quick_alloc_entrypoints.cc | 178 return mirror::String::AllocFromString<instrumented_bool>(self, handle_string->GetLength(), \
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 1101 result->SetL(mirror::String::AllocFromString<true>(self, h_string->GetLength(), h_string, 0, in UnstartedStringFactoryNewStringFromString() 1118 result->SetL(mirror::String::AllocFromString<true>(self, length, h_string, start, allocator)); in UnstartedStringFastSubstring()
|