Home
last modified time | relevance | path

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

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