Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/interpreter/src/
H A Dstate.rs70 fn function_address( in function_address() method
H A Dinterpreter.rs393 fn function_address( in function_address() method
H A Dstep.rs463 let addr = state.function_address(addr_size, &ext_data.name)?; in step()