Searched refs:CreateLineStringNoGC (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_string.cpp | 1289 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()
|
| D | ecma_string-inl.h | 148 inline EcmaString *EcmaString::CreateLineStringNoGC(const EcmaVM *vm, size_t length, bool compresse… in CreateLineStringNoGC() function
|
| D | ecma_string.h | 125 static EcmaString *CreateLineStringNoGC(const EcmaVM *vm, size_t length, bool compressed);
|