Home
last modified time | relevance | path

Searched refs:AllocStringObject (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/coretypes/
Dstring.cpp42 auto string = AllocStringObject(strHandle->GetLength(), !strHandle->IsUtf16(), ctx, vm); in CreateFromString()
72 auto string = AllocStringObject(utf16Length, canBeCompressed, ctx, vm, movable, pinned); in CreateFromMUtf8()
154 auto string = AllocStringObject(utf16Length, canBeCompressed, ctx, vm, movable, pinned); in CreateFromUtf16()
209 auto string = AllocStringObject(length, canBeCompressed, ctx, vm); in CreateNewStringFromChars()
247 auto string = AllocStringObject(length, canBeCompressed, ctx, vm); in CreateNewStringFromBytes()
897 auto string = AllocStringObject(length, canBeCompressed, ctx, vm); in DoReplace()
947 auto string = AllocStringObject(utf16Length, canBeCompressed, ctx, vm); in FastSubString()
992 auto newString = AllocStringObject(newLength, compressed, ctx, vm); in Concat()
1036 String *String::AllocStringObject(size_t length, bool compressed, const LanguageContext &ctx, Panda… in AllocStringObject() function in ark::coretypes::String
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Dstring.h341 …static String *AllocStringObject(size_t length, bool compressed, const LanguageContext &ctx, Panda…
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string.h399 …coretypes::String::AllocStringObject(length, compressed, ctx, Runtime::GetCurrent()->GetPandaVM())… in AllocateNonInitializedString()