Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/interpreter/src/
H A Dstate.rs27 fn get_current_function(&self) -> &'a Function; in get_current_function() method
H A Dinterpreter.rs245 fn get_current_function(&self) -> &'a Function { in get_current_function() method
299 let stack_slots = &self.get_current_function().sized_stack_slots; in stack_address()
398 let curr_func = self.get_current_function(); in function_address()
477 let func = self.get_current_function(); in resolve_global_value()
H A Dstep.rs103 .get_current_function() in step()
130 .get_current_function() in step()
268 block.args(&state.get_current_function().dfg.value_lists), in step()
271 block.block(&state.get_current_function().dfg.value_lists), in step()
373 let jt_data = &state.get_current_function().stencil.dfg.jump_tables[table]; in step()
399 let curr_func = state.get_current_function(); in step()
454 .get_current_function() in step()