pub(crate) fn call_jit_with_resume<DB: Database + 'static>(
interpreter: &mut Interpreter<EthInterpreter>,
ctx: &mut Context<BlockEnv, TxEnv, CfgEnv, DB, Journal<DB>, ()>,
jit_fn: EvmCompilerFn,
resume_at: usize,
) -> (InstructionResult, usize)where
DB::Error: Debug,Expand description
Call JIT function with explicit resume_at tracking.