Home
last modified time | relevance | path

Searched refs:STRING_COMPRESSED_BIT (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
H A Dstring.h89 return compressedStringsEnabled_ ? ((length_ & STRING_COMPRESSED_BIT) == STRING_UNCOMPRESSED) : true; in IsUtf16()
255 return STRING_COMPRESSED_BIT; in GetStringCompressionMask()
346 static constexpr uint32_t STRING_COMPRESSED_BIT = 0x1;
/arkcompiler/ets_runtime/ecmascript/
H A Decma_string.h66 static constexpr uint32_t STRING_COMPRESSED_BIT = 0x1; member in panda::ecmascript::EcmaString
161 return (GetMixLength() & STRING_COMPRESSED_BIT) == STRING_COMPRESSED; in IsUtf8()
166 return (GetMixLength() & STRING_COMPRESSED_BIT) == STRING_UNCOMPRESSED; in IsUtf16()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit_builder.cpp529 Int32And(len, Int32(EcmaString::STRING_COMPRESSED_BIT)), in IsUtf8String()
538 Int32And(len, Int32(EcmaString::STRING_COMPRESSED_BIT)), in IsUtf16String()
H A Dnew_object_stub_builder.cpp1653 GateRef isCompressed = Int32And(Int32(EcmaString::STRING_COMPRESSED_BIT), mixLength); in AllocSlicedStringObject()
H A Dstub_builder.cpp2144 Int32And(len, Int32(EcmaString::STRING_COMPRESSED_BIT)), in IsUtf16String()
2153 Int32And(len, Int32(EcmaString::STRING_COMPRESSED_BIT)), in IsUtf8String()

Completed in 27 milliseconds