Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_string-inl.h105 inline EcmaString *EcmaString::CreateLineStringNoGC(const EcmaVM *vm, size_t length, bool compresse… in CreateLineStringNoGC() function
Decma_string.cpp933 result = CreateLineStringNoGC(vm, length, true); in FlattenNoGC()
936 result = CreateLineStringNoGC(vm, length, false); in FlattenNoGC()
Decma_string.h92 static EcmaString *CreateLineStringNoGC(const EcmaVM *vm, size_t length, bool compressed);