Home
last modified time | relevance | path

Searched defs:CanBeCompressed (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_string.h660 static bool CanBeCompressed(const uint8_t *utf8Data, uint32_t utf8Len) in CanBeCompressed() function
665 static bool CanBeCompressed(const uint16_t *utf16Data, uint32_t utf16Len) in CanBeCompressed() function
670 static bool CanBeCompressed(const EcmaString *string) in CanBeCompressed() function
Decma_string.cpp300 bool EcmaString::CanBeCompressed(const EcmaString *string) in CanBeCompressed() function in panda::ecmascript::EcmaString
309 bool EcmaString::CanBeCompressed(const uint8_t *utf8Data, uint32_t utf8Len) in CanBeCompressed() function in panda::ecmascript::EcmaString
326 bool EcmaString::CanBeCompressed(const uint16_t *utf16Data, uint32_t utf16Len) in CanBeCompressed() function in panda::ecmascript::EcmaString
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp260 GateRef BuiltinsStringStubBuilder::CanBeCompressed(GateRef data, GateRef len, bool isUtf16) in CanBeCompressed() function in panda::ecmascript::kungfu::BuiltinsStringStubBuilder
/arkcompiler/runtime_core/runtime/coretypes/
Dstring.cpp395 bool String::CanBeCompressed(const uint16_t *utf16_data, uint32_t utf16_length) in CanBeCompressed() function in panda::coretypes::String
/arkcompiler/ets_runtime/ecmascript/tests/
Decma_string_accessor_test.cpp1628 HWTEST_F_L0(EcmaStringAccessorTest, CanBeCompressed) in HWTEST_F_L0() argument
Decma_string_test.cpp62 HWTEST_F_L0(EcmaStringTest, CanBeCompressed) in HWTEST_F_L0() argument