Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_string_table.cpp143 …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()
Decma_string-inl.h40bool canBeCompress, MemSpaceType type, bool isConstantString, in CreateFromUtf8()
115 bool canBeCompress, MemSpaceType type) in CreateFromUtf16()
Dobject_factory.cpp4313 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 …]
Decma_string.h1353 static uint32_t ComputeHashcodeUtf8(const uint8_t *utf8Data, size_t utf8Len, bool canBeCompress) in ComputeHashcodeUtf8()
1414 bool canBeCompress) in StringIsEqualUint8Data()
Decma_string.cpp959 …nt32_t EcmaString::ComputeHashcodeUtf8(const uint8_t *utf8Data, size_t utf8Len, bool canBeCompress) in ComputeHashcodeUtf8()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp188 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/
Dbuiltins_string_stub_builder.cpp35 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/
Dtyped_hcr_lowering.cpp3055 Label canBeCompress(&builder_); in LowerStringFromSingleCharCode() local