Lines Matching refs:canBeCompress
116 bool canBeCompress, MemSpaceType type = MemSpaceType::SHARED_OLD_SPACE, bool isConstantString = false,
123 bool canBeCompress, MemSpaceType type = MemSpaceType::SHARED_OLD_SPACE);
323 static uint32_t ComputeHashcodeUtf8(const uint8_t *utf8Data, size_t utf8Len, bool canBeCompress);
376 bool canBeCompress);
1090 static EcmaString *CreateFromUtf8(const EcmaVM *vm, const uint8_t *utf8Data, uint32_t utf8Len, bool canBeCompress,
1094 return EcmaString::CreateFromUtf8(vm, utf8Data, utf8Len, canBeCompress, type, isConstantString, idOffset);
1117 bool canBeCompress, MemSpaceType type = MemSpaceType::SHARED_OLD_SPACE)
1119 return EcmaString::CreateFromUtf16(vm, utf16Data, utf16Len, canBeCompress, type);
1339 static uint32_t ComputeHashcodeUtf8(const uint8_t *utf8Data, size_t utf8Len, bool canBeCompress)
1341 return EcmaString::ComputeHashcodeUtf8(utf8Data, utf8Len, canBeCompress);
1400 bool canBeCompress)
1402 return EcmaString::StringIsEqualUint8Data(str1, dataAddr, dataLen, canBeCompress);