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