Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/common_interfaces/objects/
Dbase_string_table.h46 uint32_t utf8Len, bool canBeCompress) in GetOrInternString()
52 uint32_t utf16Len, bool canBeCompress) in GetOrInternString()
/arkcompiler/ets_runtime/common_components/objects/
Dbase_string_table.cpp120 bool canBeCompress) in GetOrInternString()
154 bool canBeCompress) in GetOrInternString()
251 … const uint8_t* utf8Data, uint32_t utf8Len, bool canBeCompress) in GetOrInternString()
257 … const uint16_t* utf16Data, uint32_t utf16Len, bool canBeCompress) in GetOrInternString()
Dbase_string.cpp101 …nt32_t BaseString::ComputeHashcodeUtf8(const uint8_t *utf8Data, size_t utf8Len, bool canBeCompress) in ComputeHashcodeUtf8()
/arkcompiler/ets_runtime/ecmascript/
Decma_string_table_optimization.cpp271bool canBeCompress, [[maybe_unused]] MemSpaceType type) in GetOrInternString()
333 bool canBeCompress) in GetOrInternString()
379 uint32_t utf8Len, bool canBeCompress, MemSpaceType type) in GetOrInternStringWithoutJSHandleForJit()
529 … uint32_t utf8Len, bool canBeCompress) in GetOrInternStringThreadUnsafe()
585 bool canBeCompress, in GetOrInternString()
602 bool canBeCompress) in GetOrInternString()
622bool canBeCompress, MemSpaceType type) in GetOrInternStringWithoutJSHandleForJit()
658 bool canBeCompress) in GetOrInternStringThreadUnsafe()
Decma_string_table.cpp146 …ngTable::GetString(JSThread *thread, const uint8_t *utf8Data, uint32_t utf8Len, bool canBeCompress, in GetString()
339 bool canBeCompress, MemSpaceType type) in GetOrInternString()
371 bool canBeCompress) in GetOrInternString()
420 uint32_t utf8Len, bool canBeCompress, MemSpaceType type) in GetOrInternStringWithoutJSHandleForJit()
583 bool canBeCompress) in GetOrInternStringThreadUnsafe()
618 bool canBeCompress, uint32_t hashcode) const in GetStringThreadUnsafe()
Decma_string-inl.h42 bool canBeCompress, MemSpaceType type) in CreateFromUtf8()
56 bool canBeCompress, MemSpaceType type) in CreateFromUtf8()
121 bool canBeCompress, MemSpaceType type) in CreateFromUtf16()
Dobject_factory.cpp4423 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, data.length()); in NewFromUtf8WithoutStringTable() local
4439 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, data.length()); in NewFromUtf8() local
4443 JSHandle<EcmaString> ObjectFactory::NewFromUtf8(std::string_view data, bool canBeCompress) in NewFromUtf8()
4453 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, data.length()); in NewFromUtf8ReadOnly() local
4461 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf16Data, utf16Len); in NewFromUtf16WithoutStringTable() local
4477 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf16Data, length); in NewFromUtf16() local
4484 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, data.length()); in NewFromStdString() local
4490 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, utf8Len); in NewFromUtf8WithoutStringTable() local
4504 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf8Data, utf8Len); in NewFromUtf8() local
4510 bool canBeCompress = EcmaStringAccessor::CanBeCompressed(utf16Data, utf16Len); in NewFromUtf16WithoutStringTable() local
[all …]
Decma_string.h1010 static uint32_t ComputeHashcodeUtf8(const uint8_t *utf8Data, size_t utf8Len, bool canBeCompress) in ComputeHashcodeUtf8()
1073 bool canBeCompress) in StringIsEqualUint8Data()
Decma_string.cpp595 …nt32_t EcmaString::ComputeHashcodeUtf8(const uint8_t *utf8Data, size_t utf8Len, bool canBeCompress) in ComputeHashcodeUtf8()
/arkcompiler/ets_runtime/common_components/objects/tests/
Dbase_string_table_test.cpp67 BaseString* CreateUtf8String(const char* utf8Data, uint32_t length, bool canBeCompress) in CreateUtf8String()
/arkcompiler/runtime_core/common_interfaces/objects/string/
Dbase_string-inl2.h32 bool canBeCompress) in CreateFromUtf8()
74 bool canBeCompress) in CreateFromUtf16()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp189 bool canBeCompress = true; in Raw() local
1287 bool &canBeCompress) in ProcessDollarAmpersand()
1297 int position, bool &canBeCompress) in ProcessDollarBacktick()
1310 int tailPos, bool &canBeCompress) in ProcessDollarSingleQuote()
1330 bool canBeCompress = true; in ProcessDigitCapture() local
1365 bool canBeCompress = true; in ProcessNamedCaptures() local
1412 bool canBeCompress = true; in GetSubstitution() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp35 Label canBeCompress(env); in FromCharCode() local
2273 Label canBeCompress(&builder_); in StringAdd() local
2359 Label canBeCompress(&builder_); in StringAdd() local
2412 Label canBeCompress(&builder_); in StringAdd() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp3323 Label canBeCompress(&builder_); in LowerStringFromSingleCharCode() local