Searched refs:func_offset (Results 1 – 7 of 7) sorted by relevance
27 EXPECT_EQ(frame.func_offset(), 1); in TEST()
29 size_t func_offset() const { return wasm_frame_func_offset(frame); } in func_offset() function in wasmtime::FrameRef
224 .func_offset() in wasm_frame_func_offset()
611 pub fn func_offset(&self) -> Option<usize> { in func_offset() method
303 .func_offset() in _serialize()
136 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()
637 auto func_offset() const -> size_t;