Searched refs:patchable_callsites (Results 1 – 1 of 1) sorted by relevance
104 let mut patchable_callsites = self.buffer.patchable_call_sites().peekable(); in finalize_breakpoints() localVariable106 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()