Searched defs:LRETURN (Results 1 – 8 of 8) 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
203 int LRETURN = 173; field
537 int LRETURN = 173; // - field
984 short LRETURN = 173; field
1360 public static final short LRETURN = 173; field in Const
898 #define LRETURN 1 /* return statement */ macro