Lines Matching defs:mem
236 let mem = &[0xaa, 0xbb, 0x11, 0x22, 0xcc, 0xdd]; in test_vm_mbuff() localVariable
270 let mem = &[0xaa, 0xbb, 0x11, 0x22, 0xcc, 0xdd]; in test_vm_mbuff_with_rust_api() localVariable
294 let mem = &mut [0xaa, 0xbb, 0x11, 0x22, 0xcc, 0xdd]; in test_jit_mbuff() localVariable
318 let mem = &mut [ in test_vm_jit_ldabsb() localVariable
338 let mem = &mut [ in test_vm_jit_ldabsh() localVariable
358 let mem = &mut [ in test_vm_jit_ldabsw() localVariable
378 let mem = &mut [ in test_vm_jit_ldabsdw() localVariable
398 let mem = &mut [ in test_vm_err_ldabsb_oob() localVariable
428 let mem = &mut [ in test_vm_jit_ldindb() localVariable
448 let mem = &mut [ in test_vm_jit_ldindh() localVariable
468 let mem = &mut [ in test_vm_jit_ldindw() localVariable
488 let mem = &mut [ in test_vm_jit_ldinddw() localVariable
508 let mem = &mut [ in test_vm_err_ldindb_oob() localVariable