Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_string-inl.h124 inline EcmaString *EcmaString::CreateLineString(const EcmaVM *vm, size_t length, bool compressed) in CreateLineString()
134 …line EcmaString *EcmaString::CreateLineStringNoGC(const EcmaVM *vm, size_t length, bool compressed) in CreateLineStringNoGC()
148 …String *EcmaString::CreateLineStringWithSpaceType(const EcmaVM *vm, size_t length, bool compressed, in CreateLineStringWithSpaceType()
180 size_t length, bool compressed, MemSpaceType type, uint32_t idOffset) in CreateConstantString()
194 …st JSHandle<EcmaString> &left, const JSHandle<EcmaString> &right, uint32_t length, bool compressed) in CreateTreeString()
Decma_string.h1059 static EcmaString *CreateLineString(const EcmaVM *vm, size_t length, bool compressed) in CreateLineString()
1101 uint32_t length, bool compressed) in CopyStringToOldSpace()
Decma_string.cpp55 bool compressed = (strLeft->IsUtf8() && strRight->IsUtf8()); in Concat() local
98 uint32_t length, bool compressed) in CopyStringToOldSpace()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string.h328 static EtsString *AllocateNonInitializedString(uint32_t length, bool compressed) in AllocateNonInitializedString()
/arkcompiler/runtime_core/static_core/runtime/coretypes/
Dstring.cpp976 bool compressed = compressedStringsEnabled_ && (!string1->IsUtf16() && !string2->IsUtf16()); in Concat() local
1023 String *String::AllocStringObject(size_t length, bool compressed, const LanguageContext &ctx, Panda… in AllocStringObject()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp930 …tStubBuilder::AllocLineStringObject(Variable *result, Label *exit, GateRef length, bool compressed) in AllocLineStringObject()
978 GateRef length, bool compressed) in AllocTreeStringObject()
Dstub_builder-inl.h2884 inline void StubBuilder::SetLength(GateRef glue, GateRef str, GateRef length, bool compressed) in SetLength()