Lines Matching defs:length
47 #define ECMA_STRING_CHECK_LENGTH_AND_TRHOW(vm, length) \ argument
253 size_t length = GetLength(); variable
274 size_t CopyDataToUtf16(uint16_t *buf, uint32_t length, uint32_t bufLength) const in CopyDataToUtf16()
317 uint32_t length = GetLength(); in WriteOneByte() local
383 …uint32_t CopyDataRegionUtf16(uint16_t *buf, uint32_t start, uint32_t length, uint32_t maxLength) c… in CopyDataRegionUtf16()
412 auto length = GetLength(); in ToOneByteDataForced() local
588 uint32_t length = str->GetLength(); in ObjectSize() local
600 int32_t length = static_cast<int32_t>(GetLength()); in Get() local
656 int32_t length = static_cast<int32_t>(GetLength()); in Get() local
700 int32_t length = static_cast<int32_t>(GetLength()); in Get() local
742 static EcmaString *CreateLineString(const EcmaVM *vm, size_t length, bool compressed) in CreateLineString()
778 uint32_t length, bool compressed) in CopyStringToOldSpace()
785 const JSHandle<EcmaString> &src, uint32_t start, uint32_t length) in FastSubString()
941 static uint32_t ComputeHashcodeUtf16(const uint16_t *utf16Data, uint32_t length) in ComputeHashcodeUtf16()