Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_string-inl.h49 string = CreateLineStringWithSpaceType(vm, utf8Len, true, type); in CreateFromUtf8()
59 string = CreateLineStringWithSpaceType(vm, utf16Len, false, type); in CreateFromUtf8()
77 auto string = CreateLineStringWithSpaceType(vm, utf16Len, canBeCompress, type); in CreateFromUtf16()
118 inline EcmaString *EcmaString::CreateLineStringWithSpaceType(const EcmaVM *vm, size_t length, bool … in CreateLineStringWithSpaceType() function
Decma_string.cpp60 auto newString = CreateLineStringWithSpaceType(vm, newLength, compressed, type); in Concat()
105 newString = CreateLineStringWithSpaceType(vm, length, compressed, MemSpaceType::OLD_SPACE); in CopyStringToOldSpace()
892 result = CreateLineStringWithSpaceType(vm, length, true, type); in SlowFlatten()
895 result = CreateLineStringWithSpaceType(vm, length, false, type); in SlowFlatten()
Decma_string.h93 static EcmaString *CreateLineStringWithSpaceType(const EcmaVM *vm,