Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/c-api/tests/
H A Dtrap.cc27 EXPECT_EQ(frame.func_offset(), 1); in TEST()
/wasmtime-44.0.1/crates/c-api/include/wasmtime/
H A Dtrap.hh29 size_t func_offset() const { return wasm_frame_func_offset(frame); } in func_offset() function in wasmtime::FrameRef
/wasmtime-44.0.1/crates/c-api/src/
H A Dtrap.rs224 .func_offset() in wasm_frame_func_offset()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dtrap.rs611 pub fn func_offset(&self) -> Option<usize> { in func_offset() method
H A Dcoredump.rs303 .func_offset() in _serialize()
/wasmtime-44.0.1/tests/all/
H A Dtraps.rs136 assert_eq!(trace[0].func_offset(), Some(1)); in test_trap_trace()
141 assert_eq!(trace[1].func_offset(), Some(1)); in test_trap_trace()
636 assert!(trace[0].func_offset().is_some()); in assert_trap_code()
/wasmtime-44.0.1/crates/c-api/include/
H A Dwasm.hh637 auto func_offset() const -> size_t;