Home
last modified time | relevance | path

Searched refs:breakpoint_patch_offsets (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/environ/src/compile/
H A Dframe_table.rs244 breakpoint_patch_offsets: Vec<U32<LittleEndian>>, field
325 self.breakpoint_patch_offsets in add_breakpoint_patch()
362 f(object::bytes_of_slice(&self.breakpoint_patch_offsets)); in serialize()
/wasmtime-44.0.1/crates/environ/src/
H A Dframe_table.rs57 breakpoint_patch_offsets: &'a [U32<LittleEndian>], field
115 let (breakpoint_patch_offsets, data) = in parse()
142 breakpoint_patch_offsets, in parse()
255 let offset = self.breakpoint_patch_offsets[i].get(LittleEndian); in breakpoint_patch()