Home
last modified time | relevance | path

Searched refs:AllocFromString (Results 1 – 7 of 7) 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.cc114 ObjPtr<mirror::String> result = mirror::String::AllocFromString(soa.Self(), in StringFactory_newStringFromString()
Djava_lang_Class.cc723 mirror::String::AllocFromString(soa.Self(), length, h_name, start_index, allocator_type)); in Class_getSimpleNameNative()
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc126 return mirror::String::AllocFromString<instrumented_bool>( \
/art/runtime/mirror/
Dstring.h162 ALWAYS_INLINE static ObjPtr<String> AllocFromString(Thread* self,
Dstring-alloc-inl.h303 inline ObjPtr<String> String::AllocFromString(Thread* self, in AllocFromString() function
/art/runtime/interpreter/
Dunstarted_runtime.cc1459 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()