Home
last modified time | relevance | path

Searched defs:patchable (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Dextfunc.rs323 pub patchable: bool, field
/wasmtime-44.0.1/cranelift/reader/src/
H A Dparser.rs1719 let patchable = self.optional(Token::Identifier("patchable")); in parse_function_decl() localVariable
/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Dabi.rs639 pub patchable: bool, field