H A D | ecma-typedarray-object.c | 507 uint8_t element_size_shift, /**< the size shift of the element length */ in ecma_typedarray_create_object_with_length() 510 if (array_length > (UINT32_MAX >> element_size_shift)) in ecma_typedarray_create_object_with_length() 515 ecma_length_t byte_length = array_length << element_size_shift; in ecma_typedarray_create_object_with_length() 586 uint8_t element_size_shift, /**< the size shift of the element length */ in ecma_typedarray_create_object_with_buffer() 593 ecma_length_t expected_length = (ecma_arraybuffer_get_length (arraybuffer_p) >> element_size_shift); in ecma_typedarray_create_object_with_buffer() 631 uint8_t element_size_shift, /**< the size shift of the element length */ in ecma_typedarray_create_object_with_typedarray() 644 element_size_shift, in ecma_typedarray_create_object_with_typedarray() 665 memcpy (dst_buf_p, src_buf_p, array_length << element_size_shift); in ecma_typedarray_create_object_with_typedarray() 670 uint32_t dst_element_size = 1u << element_size_shift; in ecma_typedarray_create_object_with_typedarray() 758 uint8_t element_size_shift, /**< th in ecma_op_typedarray_from() 504 ecma_typedarray_create_object_with_length(ecma_length_t array_length, ecma_object_t *src_buffer_p, ecma_object_t *proto_p, uint8_t element_size_shift, ecma_typedarray_type_t typedarray_id) ecma_typedarray_create_object_with_length() argument 582 ecma_typedarray_create_object_with_buffer(ecma_object_t *arraybuffer_p, ecma_length_t byte_offset, ecma_length_t array_length, ecma_object_t *proto_p, uint8_t element_size_shift, ecma_typedarray_type_t typedarray_id) ecma_typedarray_create_object_with_buffer() argument 629 ecma_typedarray_create_object_with_typedarray(ecma_object_t *typedarray_p, ecma_object_t *proto_p, uint8_t element_size_shift, ecma_typedarray_type_t typedarray_id) ecma_typedarray_create_object_with_typedarray() argument 754 ecma_op_typedarray_from(ecma_value_t items_val, ecma_value_t map_fn_val, ecma_value_t this_val, ecma_object_t *proto_p, uint8_t element_size_shift, ecma_typedarray_type_t typedarray_id) ecma_op_typedarray_from() argument 1079 ecma_op_create_typedarray(const ecma_value_t *arguments_list_p, ecma_length_t arguments_list_len, ecma_object_t *proto_p, uint8_t element_size_shift, ecma_typedarray_type_t typedarray_id) ecma_op_create_typedarray() argument 1353 uint8_t element_size_shift = ecma_typedarray_helper_get_shift_size (typedarray_id); ecma_op_create_typedarray_with_type_and_length() local [all...] |