Home
last modified time | relevance | path

Searched defs:CanBeCompressed (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/coretypes/
H A Dstring.cpp567 bool String::CanBeCompressed(const uint16_t *utf16Data, uint32_t utf16Length) in CanBeCompressed() function in ark::coretypes::String
/arkcompiler/ets_runtime/ecmascript/
H A Decma_string.h1420 static bool CanBeCompressed(const uint8_t *utf8Data, uint32_t utf8Len) in CanBeCompressed() function in panda::EcmaStringAccessor
1425 static bool CanBeCompressed(const uint16_t *utf16Data, uint32_t utf16Len) in CanBeCompressed() function in panda::EcmaStringAccessor
1431 static bool CanBeCompressed(const EcmaString *string) in CanBeCompressed() function in panda::EcmaStringAccessor
H A Decma_string.cpp628 bool EcmaString::CanBeCompressed(const EcmaString *string) in CanBeCompressed() function in panda::ecmascript::EcmaString
638 bool EcmaString::CanBeCompressed(const uint8_t *utf8Data, uint32_t utf8Len) in CanBeCompressed() function in panda::ecmascript::EcmaString
660 bool EcmaString::CanBeCompressed(const uint16_t *utf16Data, uint32_t utf16Len) in CanBeCompressed() function in panda::ecmascript::EcmaString
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_string_stub_builder.cpp1618 GateRef BuiltinsStringStubBuilder::CanBeCompressed(GateRef data, GateRef len, bool isUtf16) in CanBeCompressed() function in panda::ecmascript::kungfu::BuiltinsStringStubBuilder

Completed in 13 milliseconds