Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_StringFactory.cc76 mirror::String* result = mirror::String::AllocFromString<true>(soa.Self(), string->GetLength(), in StringFactory_newStringFromString()
Djava_lang_String.cc78 mirror::String* result = mirror::String::AllocFromString<true>(soa.Self(), length, string_this, in String_fastSubstring()
/art/runtime/mirror/
Dstring.h105 ALWAYS_INLINE static String* AllocFromString(Thread* self, int32_t string_length,
Dstring-inl.h211 inline String* String::AllocFromString(Thread* self, int32_t string_length, Handle<String> string, in AllocFromString() function
/art/runtime/entrypoints/quick/
Dquick_alloc_entrypoints.cc178 return mirror::String::AllocFromString<instrumented_bool>(self, handle_string->GetLength(), \
/art/runtime/interpreter/
Dunstarted_runtime.cc1101 result->SetL(mirror::String::AllocFromString<true>(self, h_string->GetLength(), h_string, 0, in UnstartedStringFactoryNewStringFromString()
1118 result->SetL(mirror::String::AllocFromString<true>(self, length, h_string, start, allocator)); in UnstartedStringFastSubstring()