Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_string-inl.h37 …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()
Decma_string.h470 static EcmaString *AllocStringObject(const EcmaVM *vm, size_t length, bool compressed) in AllocStringObject()
Decma_string.cpp42 bool compressed = (!string1->IsUtf16() && !string2->IsUtf16()); in Concat() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp298 …bjectStubBuilder::AllocStringObject(Variable *result, Label *exit, GateRef length, bool compressed) in AllocStringObject()
Dstub_builder-inl.h2112 inline void StubBuilder::SetLength(GateRef glue, GateRef str, GateRef length, bool compressed) in SetLength()
/arkcompiler/runtime_core/runtime/coretypes/
Dstring.cpp789 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()