Searched defs:canBeCompress (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_string_table.cpp | 95 … bool 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()
|
| D | ecma_string-inl.h | 40 … bool canBeCompress, MemSpaceType type, bool isConstantString, in CreateFromUtf8() 115 bool canBeCompress, MemSpaceType type) in CreateFromUtf16()
|
| D | object_factory.cpp | 4119 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, data.length()); in NewFromUtf8WithoutStringTable() local 4135 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, data.length()); in NewFromUtf8() local 4139 JSHandle<EcmaString> ObjectFactory::NewFromUtf8(std::string_view data, bool canBeCompress) in NewFromUtf8() 4149 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, data.length()); in NewFromUtf8ReadOnly() local 4157 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf16Data, utf16Len); in NewFromUtf16WithoutStringTable() local 4173 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf16Data, length); in NewFromUtf16() local 4180 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, data.length()); in NewFromStdString() local 4186 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, utf8Len); in NewFromUtf8WithoutStringTable() local 4200 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, utf8Len); in NewFromUtf8() local 4206 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf16Data, utf16Len); in NewFromUtf16WithoutStringTable() local [all …]
|
| D | ecma_string.h | 1323 static uint32_t ComputeHashcodeUtf8(const uint8_t *utf8Data, size_t utf8Len, bool canBeCompress) in ComputeHashcodeUtf8() 1384 bool canBeCompress) in StringIsEqualUint8Data()
|
| D | ecma_string.cpp | 810 …nt32_t EcmaString::ComputeHashcodeUtf8(const uint8_t *utf8Data, size_t utf8Len, bool canBeCompress) in ComputeHashcodeUtf8()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_string.cpp | 193 bool canBeCompress = true; in Raw() local 1267 …rAmpersand(std::u16string &stringBuilder, const JSHandle<EcmaString> &matched, bool &canBeCompress) in ProcessDollarAmpersand() 1277 int position, bool &canBeCompress) in ProcessDollarBacktick() 1290 int tailPos, bool &canBeCompress) in ProcessDollarSingleQuote() 1310 bool canBeCompress = true; in ProcessDigitCapture() local 1345 bool canBeCompress = true; in ProcessNamedCaptures() local 1392 bool canBeCompress = true; in GetSubstitution() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_hcr_lowering.cpp | 1870 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/ |
| D | builtins_string_stub_builder.cpp | 33 Label canBeCompress(env); in FromCharCode() local
|