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