Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_string_table.cpp95bool canBeCompress, uint32_t hashcode) const in GetStringThreadUnsafe()
219 bool canBeCompress) in GetOrInternString()
231 … uint32_t utf8Len, bool canBeCompress, uint32_t hashcode) in GetOrInternStringWithoutLock()
303 bool canBeCompress) in CreateAndInternStringReadOnly()
324 bool canBeCompress) in GetOrInternString()
436 bool canBeCompress, MemSpaceType type, in GetOrInternStringWithSpaceType()
Decma_string-inl.h40bool canBeCompress, MemSpaceType type, bool isConstantString, in CreateFromUtf8()
115 bool canBeCompress, MemSpaceType type) in CreateFromUtf16()
Dobject_factory.cpp4117 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, data.length()); in NewFromUtf8WithoutStringTable() local
4133 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, data.length()); in NewFromUtf8() local
4137 JSHandle<EcmaString> ObjectFactory::NewFromUtf8(std::string_view data, bool canBeCompress) in NewFromUtf8()
4147 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, data.length()); in NewFromUtf8ReadOnly() local
4155 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf16Data, utf16Len); in NewFromUtf16WithoutStringTable() local
4171 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf16Data, length); in NewFromUtf16() local
4178 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, data.length()); in NewFromStdString() local
4184 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, utf8Len); in NewFromUtf8WithoutStringTable() local
4198 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, utf8Len); in NewFromUtf8() local
4204 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf16Data, utf16Len); in NewFromUtf16WithoutStringTable() local
[all …]
Decma_string.h1323 static uint32_t ComputeHashcodeUtf8(const uint8_t *utf8Data, size_t utf8Len, bool canBeCompress) in ComputeHashcodeUtf8()
1384 bool canBeCompress) in StringIsEqualUint8Data()
Decma_string.cpp810 …nt32_t EcmaString::ComputeHashcodeUtf8(const uint8_t *utf8Data, size_t utf8Len, bool canBeCompress) in ComputeHashcodeUtf8()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp193 bool canBeCompress = true; in Raw() local
1268 …rAmpersand(std::u16string &stringBuilder, const JSHandle<EcmaString> &matched, bool &canBeCompress) in ProcessDollarAmpersand()
1278 int position, bool &canBeCompress) in ProcessDollarBacktick()
1291 int tailPos, bool &canBeCompress) in ProcessDollarSingleQuote()
1311 bool canBeCompress = true; in ProcessDigitCapture() local
1346 bool canBeCompress = true; in ProcessNamedCaptures() local
1393 bool canBeCompress = true; in GetSubstitution() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp1870 Label canBeCompress(&builder_); in LowerStringAdd() local
1957 Label canBeCompress(&builder_); in LowerStringAdd() local
2025 Label canBeCompress(&builder_); in LowerStringAdd() local
3367 Label canBeCompress(&builder_); in LowerStringFromSingleCharCode() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp33 Label canBeCompress(env); in FromCharCode() local