Home
last modified time | relevance | path

Searched refs:AllocStringObjectWithSpaceType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_string-inl.h37 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()
Decma_string.h373 …static EcmaString *AllocStringObjectWithSpaceType(const EcmaVM *vm, size_t length, bool compressed,