Searched refs:cached_code (Results 1 – 1 of 1) sorted by relevance
631 PyCodeObject* cached_code = (PyCodeObject*)maybe_cached_code; in _custom_eval_frame() local635 return eval_custom_code(tstate, frame, cached_code, throw_flag, 0); in _custom_eval_frame()655 PyCodeObject* cached_code = (PyCodeObject*)maybe_cached_code; in _custom_eval_frame() local662 return eval_custom_code(tstate, frame, cached_code, throw_flag, free_vars_copied); in _custom_eval_frame()