Searched defs:compressed (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_string-inl.h | 136 inline EcmaString *EcmaString::CreateLineString(const EcmaVM *vm, size_t length, bool compressed) in CreateLineString() 148 …line EcmaString *EcmaString::CreateLineStringNoGC(const EcmaVM *vm, size_t length, bool compressed) in CreateLineStringNoGC() 181 …String *EcmaString::CreateLineStringWithSpaceType(const EcmaVM *vm, size_t length, bool compressed, in CreateLineStringWithSpaceType() 229 …st JSHandle<EcmaString> &left, const JSHandle<EcmaString> &right, uint32_t length, bool compressed) in CreateTreeString()
|
| D | ecma_string.cpp | 58 bool compressed = (strLeft->IsUtf8() && strRight->IsUtf8()); in Concat() local 101 uint32_t length, bool compressed) in CopyStringToOldSpace() 1149 EcmaString *EcmaStringAccessor::CreateLineString(const EcmaVM *vm, size_t length, bool compressed) in CreateLineString()
|
| D | ecma_string.h | 830 uint32_t length, bool compressed) in CopyStringToOldSpace()
|
| /arkcompiler/runtime_core/common_interfaces/objects/string/ |
| D | base_string-inl1.h | 47 inline void BaseString::InitLengthAndFlags(uint32_t length, bool compressed, bool isIntern) in InitLengthAndFlags()
|
| D | base_string-inl2.h | 93 LineString *BaseString::CreateLineString(Allocator &&allocator, size_t length, bool compressed) in CreateLineString() 122 uint32_t length, bool compressed) in CreateTreeString()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_String.cpp | 491 extern "C" EtsString *AllocateStringObject(size_t length, bool compressed) in AllocateStringObject() 538 auto compressed = str->GetCoreType()->IsMUtf8(); in StdCoreStringRepeat() local
|
| /arkcompiler/jsvm/src/inspector/ |
| D | inspector_socket.cpp | 283 bool* compressed) in DecodeFrameHybi17() 454 bool compressed = false; in ParseWsFrames() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_string.h | 549 static EtsString *AllocateNonInitializedString(uint32_t length, bool compressed) in AllocateNonInitializedString()
|
| /arkcompiler/runtime_core/static_core/runtime/coretypes/ |
| D | string.cpp | 1005 bool compressed = compressedStringsEnabled_ && (!string1->IsUtf16() && !string2->IsUtf16()); in Concat() local 1050 String *String::AllocStringObject(size_t length, bool compressed, const LanguageContext &ctx, Panda… in AllocStringObject()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.cpp | 1948 …tStubBuilder::AllocLineStringObject(Variable *result, Label *exit, GateRef length, bool compressed) in AllocLineStringObject() 2000 GateRef length, bool compressed) in AllocTreeStringObject()
|
| D | stub_builder-inl.h | 4027 …d StubBuilder::InitStringLengthAndFlags(GateRef glue, GateRef str, GateRef length, bool compressed) in InitStringLengthAndFlags()
|