Searched refs:AllocFromString (Results 1 – 7 of 7) sorted by relevance
/art/runtime/native/ |
D | java_lang_String.cc | 75 ObjPtr<mirror::String> result = mirror::String::AllocFromString(soa.Self(), in String_fastSubstring()
|
D | java_lang_StringFactory.cc | 114 ObjPtr<mirror::String> result = mirror::String::AllocFromString(soa.Self(), in StringFactory_newStringFromString()
|
D | java_lang_Class.cc | 723 mirror::String::AllocFromString(soa.Self(), length, h_name, start_index, allocator_type)); in Class_getSimpleNameNative()
|
/art/runtime/entrypoints/quick/ |
D | quick_alloc_entrypoints.cc | 126 return mirror::String::AllocFromString<instrumented_bool>( \
|
/art/runtime/mirror/ |
D | string.h | 162 ALWAYS_INLINE static ObjPtr<String> AllocFromString(Thread* self,
|
D | string-alloc-inl.h | 303 inline ObjPtr<String> String::AllocFromString(Thread* self, in AllocFromString() function
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 1459 mirror::String::AllocFromString(self, h_string->GetLength(), h_string, 0, allocator)); in UnstartedStringFactoryNewStringFromString() 1475 result->SetL(mirror::String::AllocFromString(self, length, h_string, start, allocator)); in UnstartedStringFastSubstring()
|