Searched refs:CreateLineStringWithSpaceType (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_string-inl.h | 49 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
|
| D | ecma_string.cpp | 60 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()
|
| D | ecma_string.h | 93 static EcmaString *CreateLineStringWithSpaceType(const EcmaVM *vm,
|