Home
last modified time | relevance | path

Searched defs:patch (Results 1 – 14 of 14) sorted by relevance

/wasmtime-44.0.1/ci/
H A Dfind-latest-release.rs19 let patch = parts.next()?.parse::<u32>().ok()?; in main() localVariable
H A Dtrigger-release-branch-ci.rs22 let patch = parts.next()?.parse::<u32>().ok()?; in main() localVariable
/wasmtime-44.0.1/scripts/
H A Dpublish.rs390 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 Demit.rs701 let patch = sink.start_patchable(); in patch_pc_rel_offset() localVariable
H A Dmod.rs897 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 Dmod.rs252 fn patch(self, buffer: &mut [u8], use_offset: CodeOffset, label_offset: CodeOffset); in patch() method
H A Dbuffer.rs467 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 Dmod.rs1770 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 Ddebug.rs1061 fn patch<'b>( in patch() method
/wasmtime-44.0.1/cranelift/codegen/src/isa/x64/inst/
H A Dmod.rs1642 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 Dmod.rs3614 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 Dmod.rs2975 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 Dmasm.rs88 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 Dmasm.rs3235 let patch = PatchableAddToReg::new(reg, OperandSize::S64, &mut self.asm); in add_stack_max() localVariable