Home
last modified time | relevance | path

Searched defs:isCompressed (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dfile_mapper.h50 bool isCompressed = false; variable
/arkcompiler/runtime_core/static_core/runtime/coretypes/
Dstring.cpp558 bool isCompressed = true; in CanBeCompressed() local
575 bool isCompressed = true; in CanBeCompressedMUtf8() local
598 bool isCompressed = true; in CanBeCompressedUtf16() local
615 bool isCompressed = true; in CanBeCompressedMUtf8() local
/arkcompiler/ets_runtime/ecmascript/
Decma_string.cpp459 bool isCompressed = true; in CanBeCompressed() local
476 bool isCompressed = true; in CanBeCompressed() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp966 GateRef isCompressed = Int32And(Int32(EcmaString::STRING_COMPRESSED_BIT), mixLength); in AllocSlicedStringObject() local
Dstub_builder-inl.h2896 inline void StubBuilder::SetLength(GateRef glue, GateRef str, GateRef length, GateRef isCompressed) in SetLength()