Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dfile_mapper.h50 bool isCompressed = false; variable
/arkcompiler/runtime_core/static_core/runtime/coretypes/
Dstring.cpp572 bool isCompressed = true; in CanBeCompressed() local
589 bool isCompressed = true; in CanBeCompressedMUtf8() local
612 bool isCompressed = true; in CanBeCompressedUtf16() local
629 bool isCompressed = true; in CanBeCompressedMUtf8() local
/arkcompiler/runtime_core/static_core/plugins/ets/libllvmbackend/
Dets_llvm_ir_constructor_gen.inl286 auto isCompressed = builder_.CreateTrunc(strLength, builder_.getInt1Ty()); local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dreserve_string_builder_buffer.cpp311 void StoreStringBuilderIsCompressedField(Graph *graph, Inst *isCompressed, Inst *instance, in StoreStringBuilderIsCompressedField()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp1723 GateRef isCompressed = Int32And(Int32(EcmaString::STRING_COMPRESSED_BIT), mixLength); in AllocSlicedStringObject() local
Dstub_builder-inl.h3786 inline void StubBuilder::SetLength(GateRef glue, GateRef str, GateRef length, GateRef isCompressed) in SetLength()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp3623 …auto isCompressed = ctor->builder_.CreateIsNull(ctor->builder_.CreateAnd(length, compressionMask)); in VisitLoadCompressedStringChar() local