Home
last modified time | relevance | path

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

/wasmtime-44.0.1/tests/all/
H A Ddebug.rs460 let m = instance.debug_memory(&mut store, 0).unwrap(); in private_entity_access()
1271 .debug_memory(&mut store, 0) in debug_ids()
1275 .debug_memory(&mut store, 1) in debug_ids()
1281 .debug_memory(&mut store, 0) in debug_ids()
1285 .debug_memory(&mut store, 0) in debug_ids()
1291 .debug_memory(&mut store, 0) in debug_ids()
1295 .debug_memory(&mut store, 0) in debug_ids()
1335 let m_via_introspection = instance2.debug_memory(&mut store, 0).unwrap(); in debug_ids()
/wasmtime-44.0.1/crates/debugger/src/host/
H A Dopaque.rs171 self.with_store(move |mut store| instance.debug_memory(&mut store, idx)) in instance_get_memory()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Ddebug.rs221 pub fn debug_memory( in debug_memory() method