Searched defs:compressed (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_string-inl.h | 37 …tring *EcmaString::AllocStringObjectWithSpaceType(const EcmaVM *vm, size_t length, bool compressed, in AllocStringObjectWithSpaceType() 131 inline EcmaString *EcmaString::AllocStringObject(const EcmaVM *vm, size_t length, bool compressed) in AllocStringObject()
|
| D | ecma_string.h | 470 static EcmaString *AllocStringObject(const EcmaVM *vm, size_t length, bool compressed) in AllocStringObject()
|
| D | ecma_string.cpp | 42 bool compressed = (!string1->IsUtf16() && !string2->IsUtf16()); in Concat() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.cpp | 298 …bjectStubBuilder::AllocStringObject(Variable *result, Label *exit, GateRef length, bool compressed) in AllocStringObject()
|
| D | stub_builder-inl.h | 2112 inline void StubBuilder::SetLength(GateRef glue, GateRef str, GateRef length, bool compressed) in SetLength()
|
| /arkcompiler/runtime_core/runtime/coretypes/ |
| D | string.cpp | 789 bool compressed = compressed_strings_enabled && (!string1->IsUtf16() && !string2->IsUtf16()); in Concat() local 834 String *String::AllocStringObject(size_t length, bool compressed, const LanguageContext &ctx, Panda… in AllocStringObject()
|