Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Decma_string-inl.h138 inline EcmaString *EcmaString::CreateLineString(const EcmaVM *vm, size_t length, bool compressed) in CreateLineString() argument
148 inline EcmaString *EcmaString::CreateLineStringNoGC(const EcmaVM *vm, size_t length, bool compressed) in CreateLineStringNoGC() argument
159 inline EcmaString *EcmaString::CreateLineStringWithSpaceType(const EcmaVM *vm, size_t length, bool compressed, in CreateLineStringWithSpaceType() argument
192 CreateConstantString(const EcmaVM *vm, const uint8_t *utf8Data, size_t length, bool compressed, MemSpaceType type, uint32_t idOffset) CreateConstantString() argument
227 CreateTreeString(const EcmaVM *vm, const JSHandle<EcmaString> &left, const JSHandle<EcmaString> &right, uint32_t length, bool compressed) CreateTreeString() argument
[all...]
H A Decma_string.h1104 CreateConstantString(const EcmaVM *vm, const uint8_t *utf8Data, size_t length, bool compressed, MemSpaceType type = MemSpaceType::SHARED_OLD_SPACE, uint32_t idOffset = 0) CreateConstantString() argument
1128 CopyStringToOldSpace(const EcmaVM *vm, const JSHandle<EcmaString> &original, uint32_t length, bool compressed) CopyStringToOldSpace() argument
[all...]
H A Decma_string.cpp56 bool compressed = (strLeft->IsUtf8() && strRight->IsUtf8()); in Concat() local
98 CopyStringToOldSpace(const EcmaVM *vm, const JSHandle<EcmaString> &original, uint32_t length, bool compressed) CopyStringToOldSpace() argument
1615 CreateLineString(const EcmaVM *vm, size_t length, bool compressed) CreateLineString() argument
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_string.h445 static EtsString *AllocateNonInitializedString(uint32_t length, bool compressed) in AllocateNonInitializedString() argument
/arkcompiler/runtime_core/static_core/runtime/coretypes/
H A Dstring.cpp991 bool compressed = compressedStringsEnabled_ && (!string1->IsUtf16() && !string2->IsUtf16()); in Concat() local
1036 String *String::AllocStringObject(size_t length, bool compressed, const LanguageContext &ctx, PandaVM *vm, bool movable, in AllocStringObject() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnew_object_stub_builder.cpp1617 void NewObjectStubBuilder::AllocLineStringObject(Variable *result, Label *exit, GateRef length, bool compressed) in AllocLineStringObject() argument
1664 AllocTreeStringObject(Variable *result, Label *exit, GateRef first, GateRef second, GateRef length, bool compressed) AllocTreeStringObject() argument
H A Dstub_builder-inl.h3569 inline void StubBuilder::SetLength(GateRef glue, GateRef str, GateRef length, bool compressed) in SetLength() argument

Completed in 21 milliseconds