| /wasmtime-44.0.1/ci/ |
| H A D | find-latest-release.rs | 19 let patch = parts.next()?.parse::<u32>().ok()?; in main() localVariable
|
| H A D | trigger-release-branch-ci.rs | 22 let patch = parts.next()?.parse::<u32>().ok()?; in main() localVariable
|
| /wasmtime-44.0.1/scripts/ |
| H A D | publish.rs | 390 let patch = iter.next().expect("patch version"); in update_capi_version() localVariable 423 let patch = iter.next().expect("patch version"); in bump() localVariable 556 let patch = iter.next().expect("patch version"); in verify() localVariable
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/pulley_shared/inst/ |
| H A D | emit.rs | 701 let patch = sink.start_patchable(); in patch_pc_rel_offset() localVariable
|
| H A D | mod.rs | 897 fn patch(self, buffer: &mut [u8], use_offset: CodeOffset, label_offset: CodeOffset) { in patch() method
|
| /wasmtime-44.0.1/cranelift/codegen/src/machinst/ |
| H A D | mod.rs | 252 fn patch(self, buffer: &mut [u8], use_offset: CodeOffset, label_offset: CodeOffset); in patch() method
|
| H A D | buffer.rs | 467 pub fn patch<I: VCodeInst>(self, buffer: &mut MachBuffer<I>) -> &mut [u8] { in patch() method
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/riscv64/inst/ |
| H A D | mod.rs | 1770 fn patch(self, buffer: &mut [u8], use_offset: CodeOffset, label_offset: CodeOffset) { in patch() method
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/ |
| H A D | debug.rs | 1061 fn patch<'b>( in patch() method
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/x64/inst/ |
| H A D | mod.rs | 1642 fn patch(self, buffer: &mut [u8], use_offset: CodeOffset, label_offset: CodeOffset) { in patch() method
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/s390x/inst/ |
| H A D | mod.rs | 3614 fn patch(self, buffer: &mut [u8], use_offset: CodeOffset, label_offset: CodeOffset) { in patch() method
|
| /wasmtime-44.0.1/cranelift/codegen/src/isa/aarch64/inst/ |
| H A D | mod.rs | 2975 fn patch(self, buffer: &mut [u8], use_offset: CodeOffset, label_offset: CodeOffset) { in patch() method
|
| /wasmtime-44.0.1/winch/codegen/src/isa/aarch64/ |
| H A D | masm.rs | 88 let patch = PatchableAddToReg::new(reg, tmp, self.asm.buffer_mut()); in add_stack_max() localVariable
|
| /wasmtime-44.0.1/winch/codegen/src/isa/x64/ |
| H A D | masm.rs | 3235 let patch = PatchableAddToReg::new(reg, OperandSize::S64, &mut self.asm); in add_stack_max() localVariable
|