Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dfile_mapper.h50 bool isCompressed = false; variable
/arkcompiler/runtime_core/static_core/runtime/coretypes/
Dstring.cpp583 bool isCompressed = true; in CanBeCompressed() local
600 bool isCompressed = true; in CanBeCompressedMUtf8() local
623 bool isCompressed = true; in CanBeCompressedUtf16() local
640 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/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp3606 …auto isCompressed = ctor->builder_.CreateIsNull(ctor->builder_.CreateAnd(length, compressionMask)); in VisitLoadCompressedStringChar() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h4039 …bBuilder::InitStringLengthAndFlags(GateRef glue, GateRef str, GateRef length, GateRef isCompressed) in InitStringLengthAndFlags()