Home
last modified time | relevance | path

Searched defs:canBeCompress (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_string_table.cpp122 … *EcmaStringTable::GetOrInternString(const uint8_t *utf8Data, uint32_t utf8Len, bool canBeCompress) in GetOrInternString()
153 …cmaStringTable::GetOrInternString(const uint16_t *utf16Data, uint32_t utf16Len, bool canBeCompress) in GetOrInternString()
216 bool canBeCompress, MemSpaceType type, in GetOrInternStringWithSpaceType()
Decma_string-inl.h38bool canBeCompress, MemSpaceType type, bool isConstantString, in CreateFromUtf8()
101 bool canBeCompress, MemSpaceType type) in CreateFromUtf16()
Decma_string.h1296 static uint32_t ComputeHashcodeUtf8(const uint8_t *utf8Data, size_t utf8Len, bool canBeCompress) in ComputeHashcodeUtf8()
1349 bool canBeCompress) in StringIsEqualUint8Data()
Dobject_factory.cpp3934 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, data.length()); in NewFromUtf8() local
3942 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf16Data, length); in NewFromUtf16() local
3949 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, data.length()); in NewFromStdString() local
3955 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, utf8Len); in NewFromUtf8() local
3961 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf16Data, utf16Len); in NewFromUtf16() local
3980 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, utf8Len); in NewFromUtf8Literal() local
4001 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf16Data, utf16Len); in NewFromUtf16Literal() local
Decma_string.cpp751 …nt32_t EcmaString::ComputeHashcodeUtf8(const uint8_t *utf8Data, size_t utf8Len, bool canBeCompress) in ComputeHashcodeUtf8()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp1790 Label canBeCompress(&builder_); in LowerStringAdd() local
1878 Label canBeCompress(&builder_); in LowerStringAdd() local
1943 Label canBeCompress(&builder_); in LowerStringAdd() local
3074 Label canBeCompress(&builder_); in LowerStringFromSingleCharCode() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp212 bool canBeCompress = true; in Raw() local
1058 bool canBeCompress = true; in ReplaceAll() local
1143 bool canBeCompress = true; in GetSubstitution() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp30 Label canBeCompress(env); in FromCharCode() local