pub(crate) fn call_jit_with_resume_nested<H: HostExt>(
interpreter: &mut Interpreter<EthInterpreter>,
host: &mut H,
jit_fn: EvmCompilerFn,
resume_at: usize,
) -> (InstructionResult, usize)Expand description
Call JIT function with explicit resume_at tracking for nested frames. This is similar to call_jit_with_resume but accepts a generic Host.