Searched refs:AllocStringObjectWithSpaceType (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_string-inl.h | 37 inline EcmaString *EcmaString::AllocStringObjectWithSpaceType(const EcmaVM *vm, size_t length, bool… in AllocStringObjectWithSpaceType() function 69 string = AllocStringObjectWithSpaceType(vm, utf8Len, true, type); in CreateFromUtf8() 78 string = AllocStringObjectWithSpaceType(vm, utf16Len, false, type); in CreateFromUtf8() 96 auto string = AllocStringObjectWithSpaceType(vm, utf16Len, canBeCompress, type); in CreateFromUtf16()
|
| D | ecma_string.h | 373 …static EcmaString *AllocStringObjectWithSpaceType(const EcmaVM *vm, size_t length, bool compressed,
|