Home
last modified time | relevance | path

Searched refs:AllocFromString (Results 1 – 6 of 6) sorted by relevance

/art/runtime/native/
Djava_lang_String.cc75 ObjPtr<mirror::String> result = mirror::String::AllocFromString(soa.Self(), in String_fastSubstring()
Djava_lang_StringFactory.cc84 ObjPtr<mirror::String> result = mirror::String::AllocFromString(soa.Self(), in StringFactory_newStringFromString()
/art/runtime/mirror/
Dstring-alloc-inl.h241 inline ObjPtr<String> String::AllocFromString(Thread* self, in AllocFromString() function
Dstring.h153 ALWAYS_INLINE static ObjPtr<String> AllocFromString(Thread* self,
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc126 return mirror::String::AllocFromString<instrumented_bool>( \
/art/runtime/interpreter/
Dunstarted_runtime.cc1397 mirror::String::AllocFromString(self, h_string->GetLength(), h_string, 0, allocator)); in UnstartedStringFactoryNewStringFromString()
1413 result->SetL(mirror::String::AllocFromString(self, length, h_string, start, allocator)); in UnstartedStringFastSubstring()