Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/environ/src/
H A Dframe_table.rs58 breakpoint_patch_data_ends: &'a [U32<LittleEndian>], field
118 let (breakpoint_patch_data_ends, data) = in parse()
143 breakpoint_patch_data_ends, in parse()
249 self.breakpoint_patch_data_ends[i - 1].get(LittleEndian) in breakpoint_patch()
251 let patch_pool_end = self.breakpoint_patch_data_ends[i].get(LittleEndian); in breakpoint_patch()
/wasmtime-44.0.1/crates/environ/src/compile/
H A Dframe_table.rs245 breakpoint_patch_data_ends: Vec<U32<LittleEndian>>, field
329 self.breakpoint_patch_data_ends in add_breakpoint_patch()
363 f(object::bytes_of_slice(&self.breakpoint_patch_data_ends)); in serialize()