Searched refs:AllocFromString (Results 1 – 6 of 6) sorted by relevance
/art/runtime/native/ |
D | java_lang_StringFactory.cc | 84 ObjPtr<mirror::String> result = mirror::String::AllocFromString<true>(soa.Self(), in StringFactory_newStringFromString()
|
D | java_lang_String.cc | 76 ObjPtr<mirror::String> result = mirror::String::AllocFromString<true>(soa.Self(), in String_fastSubstring()
|
/art/runtime/mirror/ |
D | string-alloc-inl.h | 240 inline ObjPtr<String> String::AllocFromString(Thread* self, in AllocFromString() function
|
D | string.h | 135 ALWAYS_INLINE static ObjPtr<String> AllocFromString(Thread* self,
|
/art/runtime/entrypoints/quick/ |
D | quick_alloc_entrypoints.cc | 124 return mirror::String::AllocFromString<instrumented_bool>( \
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 1376 result->SetL(mirror::String::AllocFromString<true>(self, h_string->GetLength(), h_string, 0, in UnstartedStringFactoryNewStringFromString() 1393 result->SetL(mirror::String::AllocFromString<true>(self, length, h_string, start, allocator)); in UnstartedStringFastSubstring()
|