Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_string-inl.h63 string = CreateLineStringWithSpaceType(vm, utf8Len, true, type); in CreateFromUtf8()
68 string = CreateLineStringWithSpaceType(vm, utf16Len, false, type); in CreateFromUtf8()
103 auto string = CreateLineStringWithSpaceType(vm, utf16Len, false, type); in CreateUtf16StringFromUtf8()
181 inline EcmaString *EcmaString::CreateLineStringWithSpaceType(const EcmaVM *vm, size_t length, bool … in CreateLineStringWithSpaceType() function
Decma_string.cpp62 auto newString = CreateLineStringWithSpaceType(vm, newLength, compressed, type); in Concat()
104 CreateLineStringWithSpaceType(vm, length, compressed, MemSpaceType::OLD_SPACE)); in CopyStringToOldSpace()
880 result = CreateLineStringWithSpaceType(vm, length, true, type); in SlowFlatten()
883 result = CreateLineStringWithSpaceType(vm, length, false, type); in SlowFlatten()
Decma_string.h125 static EcmaString *CreateLineStringWithSpaceType(const EcmaVM *vm,