Searched defs:canBeCompress (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_string_table.cpp | 143 …ngTable::GetString(JSThread *thread, const uint8_t *utf8Data, uint32_t utf8Len, bool canBeCompress, in GetString() 301 bool canBeCompress, MemSpaceType type) in GetOrInternString() 321 bool canBeCompress, MemSpaceType type, in GetOrInternString() 358 bool canBeCompress) in GetOrInternString() 407 … uint32_t utf8Len, bool canBeCompress, MemSpaceType type, bool isConstantString, uint32_t idOffset) in GetOrInternStringWithoutJSHandleForJit() 603 bool canBeCompress) in GetOrInternStringThreadUnsafe() 638 …maStringTable::GetStringThreadUnsafe(const uint8_t *utf8Data, uint32_t utf8Len, bool canBeCompress, in GetStringThreadUnsafe()
|
| 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 | 4313 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, data.length()); in NewFromUtf8WithoutStringTable() local 4329 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, data.length()); in NewFromUtf8() local 4333 JSHandle<EcmaString> ObjectFactory::NewFromUtf8(std::string_view data, bool canBeCompress) in NewFromUtf8() 4343 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, data.length()); in NewFromUtf8ReadOnly() local 4351 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf16Data, utf16Len); in NewFromUtf16WithoutStringTable() local 4367 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf16Data, length); in NewFromUtf16() local 4374 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, data.length()); in NewFromStdString() local 4380 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, utf8Len); in NewFromUtf8WithoutStringTable() local 4394 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, utf8Len); in NewFromUtf8() local 4400 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf16Data, utf16Len); in NewFromUtf16WithoutStringTable() local [all …]
|
| D | ecma_string.h | 1353 static uint32_t ComputeHashcodeUtf8(const uint8_t *utf8Data, size_t utf8Len, bool canBeCompress) in ComputeHashcodeUtf8() 1414 bool canBeCompress) in StringIsEqualUint8Data()
|
| D | ecma_string.cpp | 959 …nt32_t EcmaString::ComputeHashcodeUtf8(const uint8_t *utf8Data, size_t utf8Len, bool canBeCompress) in ComputeHashcodeUtf8()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_string.cpp | 188 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/builtins/ |
| D | builtins_string_stub_builder.cpp | 35 Label canBeCompress(env); in FromCharCode() local 2323 Label canBeCompress(&builder_); in StringAdd() local 2411 Label canBeCompress(&builder_); in StringAdd() local 2479 Label canBeCompress(&builder_); in StringAdd() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_hcr_lowering.cpp | 3055 Label canBeCompress(&builder_); in LowerStringFromSingleCharCode() local
|