Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/codegen/src/machinst/
H A Dbuffer.rs254 patchable_call_sites: SmallVec<[MachPatchableCallSite; 16]>, field
382 pub(crate) patchable_call_sites: SmallVec<[MachPatchableCallSite; 16]>, field
1965 pub fn patchable_call_sites(&self) -> impl Iterator<Item = &MachPatchableCallSite> + '_ { in patchable_call_sites() method