Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h2366 GateRef mixLength; in SetLength() local
2368 mixLength = Int32Or(len, Int32(EcmaString::STRING_COMPRESSED)); in SetLength()
2370 mixLength = Int32Or(len, Int32(EcmaString::STRING_UNCOMPRESSED)); in SetLength()
2372 Store(VariableType::INT32(), glue, str, IntPtr(EcmaString::MIX_LENGTH_OFFSET), mixLength); in SetLength()