Package erjang.beam.repr.Insn

Examples of erjang.beam.repr.Insn.IL


              }
              break;
            }

            case call_only: {
              IL cl = (Insn.IL) insn;
              boolean is_self_call = cl.label.nr == startLabel;
              self.may_return_tail_marker |= !is_self_call;
              FunInfo target = get(cl.label);
              BuiltInFunction bif =                
                BIFUtil.getMethod(target.name.module,
View Full Code Here

TOP

Related Classes of erjang.beam.repr.Insn.IL

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.