Searched defs:isCompressed (Results 1 – 5 of 5) sorted by relevance
50 bool isCompressed = false; variable
558 bool isCompressed = true; in CanBeCompressed() local575 bool isCompressed = true; in CanBeCompressedMUtf8() local598 bool isCompressed = true; in CanBeCompressedUtf16() local615 bool isCompressed = true; in CanBeCompressedMUtf8() local
459 bool isCompressed = true; in CanBeCompressed() local476 bool isCompressed = true; in CanBeCompressed() local
966 GateRef isCompressed = Int32And(Int32(EcmaString::STRING_COMPRESSED_BIT), mixLength); in AllocSlicedStringObject() local
2896 inline void StubBuilder::SetLength(GateRef glue, GateRef str, GateRef length, GateRef isCompressed) in SetLength()