Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_string-inl.h51 string = CreateLineStringWithSpaceType(vm, utf8Len, true, type); in CreateFromUtf8()
57 string = CreateLineStringWithSpaceType(vm, utf16Len, false, type); in CreateFromUtf8()
76 EcmaString *subString = CreateLineStringWithSpaceType(vm, utf8Len, true, type); in CreateFromUtf8CompressedSubString()
91 auto string = CreateLineStringWithSpaceType(vm, utf16Len, false, type); in CreateUtf16StringFromUtf8()
120 auto string = CreateLineStringWithSpaceType(vm, utf16Len, canBeCompress, type); in CreateFromUtf16()
159 inline EcmaString *EcmaString::CreateLineStringWithSpaceType(const EcmaVM *vm, size_t length, bool … in CreateLineStringWithSpaceType() function
Decma_string.cpp59 auto newString = CreateLineStringWithSpaceType(vm, newLength, compressed, type); in Concat()
104 CreateLineStringWithSpaceType(vm, length, compressed, MemSpaceType::OLD_SPACE)); in CopyStringToOldSpace()
1225 result = CreateLineStringWithSpaceType(vm, length, true, type); in SlowFlatten()
1228 result = CreateLineStringWithSpaceType(vm, length, false, type); in SlowFlatten()
Decma_string.h126 static EcmaString *CreateLineStringWithSpaceType(const EcmaVM *vm,