Home
last modified time | relevance | path

Searched defs:canBeCompressed (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_string-inl.h164 bool canBeCompressed = CanBeCompressed(src->GetDataUtf16() + start, length); in FastSubUtf16String() local
Dobject_factory.cpp2583bool canBeCompressed, MemSpaceType type) const in GetRawStringFromStringTable()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp188 GateRef canBeCompressed = CanBeCompressed(source, len, true); in FastSubUtf16String() local