Searched defs:LRETURN (Results 1 – 6 of 6) sorted by relevance
26 public class LRETURN extends ReturnInstruction { class28 public LRETURN() { in LRETURN() method in LRETURN
146 ReturnInstruction LRETURN = new LRETURN(); field
145 public static final ReturnInstruction LRETURN = new LRETURN(); field in InstructionConst
984 short LRETURN = 173; field
1360 public static final short LRETURN = 173; field in Const
851 #define LRETURN 1 /* return statement */ macro