Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/c-api/tests/
H A Dtrap.cc28 EXPECT_EQ(frame.module_offset(), 29); in TEST()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dtrap.rs412 if let Some(offset) = frame.module_offset() { in fmt()
595 pub fn module_offset(&self) -> Option<usize> { in module_offset() method
/wasmtime-44.0.1/crates/c-api/include/wasmtime/
H A Dtrap.hh32 size_t module_offset() const { return wasm_frame_module_offset(frame); } in module_offset() function in wasmtime::FrameRef
/wasmtime-44.0.1/crates/c-api/src/
H A Dtrap.rs236 .module_offset() in wasm_frame_module_offset()
/wasmtime-44.0.1/tests/all/
H A Dtraps.rs137 assert_eq!(trace[0].module_offset(), Some(0x26)); in test_trap_trace()
142 assert_eq!(trace[1].module_offset(), Some(0x21)); in test_trap_trace()
879 assert_eq!(trace[0].module_offset(), None); in traps_without_address_map()
882 assert_eq!(trace[1].module_offset(), None); in traps_without_address_map()
/wasmtime-44.0.1/crates/c-api/include/
H A Dwasm.hh638 auto module_offset() const -> size_t;