Searched refs:write_length_in_bytes (Results 1 – 1 of 1) sorted by relevance
3206 let write_length_in_bytes = match flat_abi { in copy() localVariable3210 if write_length_in_bytes > 0 { in copy()3216 .and_then(|b| b.get(..write_length_in_bytes)) in copy()3256 let bytes = &lift.memory()[write_address..][..write_length_in_bytes]; in copy()3281 if write_length_in_bytes == 0 { in copy()3296 assert_eq!(read_length_in_bytes, write_length_in_bytes); in copy()3301 write_address..write_address + write_length_in_bytes, in copy()3306 [..write_length_in_bytes] in copy()3322 src.copy_to_nonoverlapping(dst, write_length_in_bytes); in copy()3328 let bytes = &lift.memory()[write_address..][..write_length_in_bytes]; in copy()