Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_string-inl.h95 inline EcmaString *EcmaString::CreateLineString(const EcmaVM *vm, size_t length, bool compressed) in CreateLineString()
105 …line EcmaString *EcmaString::CreateLineStringNoGC(const EcmaVM *vm, size_t length, bool compressed) in CreateLineStringNoGC()
118 …String *EcmaString::CreateLineStringWithSpaceType(const EcmaVM *vm, size_t length, bool compressed, in CreateLineStringWithSpaceType()
143 size_t length, bool compressed, MemSpaceType type, uint32_t idOffset) in CreateConstantString()
155 …st JSHandle<EcmaString> &left, const JSHandle<EcmaString> &right, uint32_t length, bool compressed) in CreateTreeString()
Decma_string.h743 static EcmaString *CreateLineString(const EcmaVM *vm, size_t length, bool compressed) in CreateLineString()
779 uint32_t length, bool compressed) in CopyStringToOldSpace()
Decma_string.cpp30 bool compressed = (strLeft->IsUtf8() && strRight->IsUtf8()); in Concat() local
99 uint32_t length, bool compressed) in CopyStringToOldSpace()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp402 …tStubBuilder::AllocLineStringObject(Variable *result, Label *exit, GateRef length, bool compressed) in AllocLineStringObject()
Dstub_builder-inl.h2363 inline void StubBuilder::SetLength(GateRef glue, GateRef str, GateRef length, bool compressed) in SetLength()