| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | ecma_string-inl.h | 138 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 D | ecma_string.h | 1104 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 D | ecma_string.cpp | 56 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 D | ets_string.h | 445 static EtsString *AllocateNonInitializedString(uint32_t length, bool compressed) in AllocateNonInitializedString() argument
|
| /arkcompiler/runtime_core/static_core/runtime/coretypes/ |
| H A D | string.cpp | 991 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 D | new_object_stub_builder.cpp | 1617 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 D | stub_builder-inl.h | 3569 inline void StubBuilder::SetLength(GateRef glue, GateRef str, GateRef length, bool compressed) in SetLength() argument
|