Home
last modified time | relevance | path

Searched refs:write_length_in_bytes (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/concurrent/
H A Dfutures_and_streams.rs3206 let write_length_in_bytes = match flat_abi { in copy() localVariable
3210 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()