Home
last modified time | relevance | path

Searched refs:dig_out_block (Results 1 – 2 of 2) sorted by relevance

/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/compiler/src/
H A Dbeam_except.erl98 case dig_out_block(reverse(Bl0)) of
112 dig_out_block([{set,[{x,0}],[{atom,if_clause}],move}]) -> function
114 dig_out_block([{set,[{x,0}],[{literal,{Exc,Value}}],move}|Is]) -> function
116 dig_out_block([{set,[{x,0}],[Tuple],move}, function
121 dig_out_block([{set,[],[Value],put}, function
125 dig_out_block(_) -> no. function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/compiler/src/
H A Dbeam_except.erl104 case dig_out_block(reverse(Bl0)) of
113 dig_out_block([{set,[{x,0}],[{atom,if_clause}],move}]) -> function
115 dig_out_block([{set,[{x,0}],[{literal,{Exc,Value}}],move}|Is]) -> function
117 dig_out_block([{set,[{x,0}],[{atom,Exc},Value],put_tuple2}|Is]) -> function
119 dig_out_block(_) -> no. function