Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dfile_mapper.h50 bool isCompressed = false; member in panda::ecmascript::FileMapper
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dreserve_string_builder_buffer.cpp311 void StoreStringBuilderIsCompressedField(Graph *graph, Inst *isCompressed, Inst *instance, in StoreStringBuilderIsCompressedField() argument
/arkcompiler/runtime_core/static_core/runtime/coretypes/
H A 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 in CanBeCompressedMUtf8() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnew_object_stub_builder.cpp1653 GateRef isCompressed = Int32And(Int32(EcmaString::STRING_COMPRESSED_BIT), mixLength); in AllocSlicedStringObject() local
H A Dstub_builder-inl.h3581 inline void StubBuilder::SetLength(GateRef glue, GateRef str, GateRef length, GateRef isCompressed) in SetLength() argument
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.cpp3302 auto isCompressed = ctor->builder_.CreateIsNull(ctor->builder_.CreateAnd(length, compressionMask)); in VisitLoadCompressedStringChar() local

Completed in 28 milliseconds