Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_string.cpp1289 result = CreateLineStringNoGC(vm, length, true); in FlattenNoGC()
1292 result = CreateLineStringNoGC(vm, length, false); in FlattenNoGC()
1304 result = CreateLineStringNoGC(vm, length, true); in FlattenNoGC()
1307 result = CreateLineStringNoGC(vm, length, false); in FlattenNoGC()
Decma_string-inl.h148 inline EcmaString *EcmaString::CreateLineStringNoGC(const EcmaVM *vm, size_t length, bool compresse… in CreateLineStringNoGC() function
Decma_string.h125 static EcmaString *CreateLineStringNoGC(const EcmaVM *vm, size_t length, bool compressed);