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()
71 auto string = AllocStringObject(utf16Length, canBeCompressed, ctx, vm, movable); in CreateFromMUtf8()
138 auto string = AllocStringObject(utf16Length, canBeCompressed, ctx, vm, movable); in CreateFromUtf16()
194 auto string = AllocStringObject(length, canBeCompressed, ctx, vm); in CreateNewStringFromChars()
233 auto string = AllocStringObject(length, canBeCompressed, ctx, vm); in CreateNewStringFromBytes()
882 auto string = AllocStringObject(length, canBeCompressed, ctx, vm); in DoReplace()
932 auto string = AllocStringObject(utf16Length, canBeCompressed, ctx, vm); in FastSubString()
977 auto newString = AllocStringObject(newLength, compressed, ctx, vm); in Concat()
1023 String *String::AllocStringObject(size_t length, bool compressed, const LanguageContext &ctx, Panda… in AllocStringObject() function in panda::coretypes::String
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Dstring.h335 …static String *AllocStringObject(size_t length, bool compressed, const LanguageContext &ctx, Panda…
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string.h334 …coretypes::String::AllocStringObject(length, compressed, ctx, Runtime::GetCurrent()->GetPandaVM())… in AllocateNonInitializedString()