MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / visit_end

Method visit_end

winch/codegen/src/visitor.rs:1506–1513  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

1504 }
1505
1506 fn visit_end(&mut self) -> Self::Output {
1507 if !self.context.reachable {
1508 self.handle_unreachable_end()
1509 } else {
1510 let mut control = self.pop_control_frame()?;
1511 control.emit_end(self.masm, &mut self.context)
1512 }
1513 }
1514
1515 fn visit_i32_popcnt(&mut self) -> Self::Output {
1516 use OperandSize::*;

Callers

nothing calls this directly

Calls 3

pop_control_frameMethod · 0.80
emit_endMethod · 0.45

Tested by

no test coverage detected