Searched refs:current_frame (Results 1 – 3 of 3) sorted by relevance
37 fn current_frame(&self) -> &Frame<'a>; in current_frame() method41 let frame = self.current_frame();
246 self.current_frame().function() in get_current_function()285 fn current_frame(&self) -> &Frame<'a> { in current_frame() method502 current_val = self.current_frame().get(vmctx_value).clone(); in resolve_global_value()
84 state.current_frame().get(value_ref).clone() in step()267 state.current_frame(), in step()358 let arg = state.current_frame().get(arg).clone(); in step()