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

Method def_ss

cranelift/reader/src/sourcemap.rs:153–155  ·  view source on GitHub ↗

Define the stack slot `entity`.

(&mut self, entity: StackSlot, loc: Location)

Source from the content-addressed store, hash-verified

151
152 /// Define the stack slot `entity`.
153 pub fn def_ss(&mut self, entity: StackSlot, loc: Location) -> ParseResult<()> {
154 self.def_entity(entity.into(), loc)
155 }
156
157 /// Define the dynamic stack slot `entity`.
158 pub fn def_dss(&mut self, entity: DynamicStackSlot, loc: Location) -> ParseResult<()> {

Callers 1

add_ssMethod · 0.80

Calls 1

def_entityMethod · 0.80

Tested by

no test coverage detected