Searched refs:top_interp (Results 1 – 3 of 3) sorted by relevance
420 cff2_top_dict_interpreter_t top_interp; in init() local421 top_interp.env.init (topDictStr); in init()423 if (unlikely (!top_interp.interpret (topDict))) { fini (); return; } in init()
1029 cff1_top_dict_interpreter_t top_interp; in init() local1030 top_interp.env.init (topDictStr); in init()1032 if (unlikely (!top_interp.interpret (topDict))) { fini (); return; } in init()
33272 cff2_top_dict_interpreter_t top_interp;33273 top_interp.env.init (topDictStr);33275 - if (unlikely (!top_interp.interpret (topDict))) { fini (); return; }33276 + if (unlikely (!top_interp.interpret (topDict))) goto fail;