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

Method position

cranelift/codegen/src/cursor.rs:647–649  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

645
646impl<'f> Cursor for FuncCursor<'f> {
647 fn position(&self) -> CursorPosition {
648 self.pos
649 }
650
651 fn set_position(&mut self, pos: CursorPosition) {
652 self.pos = pos

Callers 15

runMethod · 0.45
function_addressMethod · 0.45
validate_blockMethod · 0.45
group_by_mutFunction · 0.45
make_macro_templateMethod · 0.45
do_inliningFunction · 0.45
parse_enum_valueFunction · 0.45
current_blockMethod · 0.45
current_instMethod · 0.45
next_inst_positionMethod · 0.45
prev_inst_positionMethod · 0.45

Calls

no outgoing calls

Tested by 1

runMethod · 0.36