Lines Matching defs:from
156 void FixedArray::FillWithHoles(int from, int to) { in FillWithHoles()
230 void FixedDoubleArray::FillWithHoles(int from, int to) { in FillWithHoles()
532 typename Traits::ElementType FixedTypedArray<Traits>::from(int value) { in from() function
537 inline uint8_t FixedTypedArray<Uint8ClampedArrayTraits>::from(int value) { in from() function
544 inline int64_t FixedTypedArray<BigInt64ArrayTraits>::from(int value) { in from() function
549 inline uint64_t FixedTypedArray<BigUint64ArrayTraits>::from(int value) { in from() function
554 typename Traits::ElementType FixedTypedArray<Traits>::from(uint32_t value) { in from() function
559 inline uint8_t FixedTypedArray<Uint8ClampedArrayTraits>::from(uint32_t value) { in from() function
567 inline int64_t FixedTypedArray<BigInt64ArrayTraits>::from(uint32_t value) { in from() function
572 inline uint64_t FixedTypedArray<BigUint64ArrayTraits>::from(uint32_t value) { in from() function
577 typename Traits::ElementType FixedTypedArray<Traits>::from(double value) { in from() function
582 inline uint8_t FixedTypedArray<Uint8ClampedArrayTraits>::from(double value) { in from() function
590 inline int64_t FixedTypedArray<BigInt64ArrayTraits>::from(double value) { in from() function
595 inline uint64_t FixedTypedArray<BigUint64ArrayTraits>::from(double value) { in from() function
600 inline float FixedTypedArray<Float32ArrayTraits>::from(double value) { in from() function
605 inline double FixedTypedArray<Float64ArrayTraits>::from(double value) { in from() function
610 typename Traits::ElementType FixedTypedArray<Traits>::from(int64_t value) { in from() function
615 typename Traits::ElementType FixedTypedArray<Traits>::from(uint64_t value) { in from() function
620 inline int64_t FixedTypedArray<BigInt64ArrayTraits>::from(int64_t value) { in from() function
625 inline uint64_t FixedTypedArray<BigUint64ArrayTraits>::from(uint64_t value) { in from() function
630 inline uint64_t FixedTypedArray<BigUint64ArrayTraits>::from(int64_t value) { in from() function
635 inline int64_t FixedTypedArray<BigInt64ArrayTraits>::from(uint64_t value) { in from() function