Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/cranelift/src/
H A Dcompiled_function.rs104 let mut patchable_callsites = self.buffer.patchable_call_sites().peekable(); in finalize_breakpoints() localVariable
106 while let (Some(tag), Some(patchable_callsite)) = (tags.peek(), patchable_callsites.peek()) in finalize_breakpoints()
109 patchable_callsites.next(); in finalize_breakpoints()
134 patchable_callsites.next(); in finalize_breakpoints()