Lines Matching refs:EMPTY

35         new Rop(RegOps.NOP, Type.VOID, StdTypeList.EMPTY, "nop");
69 new Rop(RegOps.MOVE_PARAM, Type.INT, StdTypeList.EMPTY,
74 new Rop(RegOps.MOVE_PARAM, Type.LONG, StdTypeList.EMPTY,
79 new Rop(RegOps.MOVE_PARAM, Type.FLOAT, StdTypeList.EMPTY,
84 new Rop(RegOps.MOVE_PARAM, Type.DOUBLE, StdTypeList.EMPTY,
89 new Rop(RegOps.MOVE_PARAM, Type.OBJECT, StdTypeList.EMPTY,
94 new Rop(RegOps.CONST, Type.INT, StdTypeList.EMPTY, "const-int");
98 new Rop(RegOps.CONST, Type.LONG, StdTypeList.EMPTY, "const-long");
102 new Rop(RegOps.CONST, Type.FLOAT, StdTypeList.EMPTY, "const-float");
106 new Rop(RegOps.CONST, Type.DOUBLE, StdTypeList.EMPTY, "const-double");
110 new Rop(RegOps.CONST, Type.OBJECT, StdTypeList.EMPTY,
115 new Rop(RegOps.CONST, Type.OBJECT, StdTypeList.EMPTY,
120 new Rop(RegOps.GOTO, Type.VOID, StdTypeList.EMPTY, Rop.BRANCH_GOTO,
599 new Rop(RegOps.RETURN, Type.VOID, StdTypeList.EMPTY, Rop.BRANCH_RETURN,
755 new Rop(RegOps.NEW_INSTANCE, Type.OBJECT, StdTypeList.EMPTY,
905 new Rop(RegOps.GET_STATIC, Type.INT, StdTypeList.EMPTY,
910 new Rop(RegOps.GET_STATIC, Type.LONG, StdTypeList.EMPTY,
915 new Rop(RegOps.GET_STATIC, Type.FLOAT, StdTypeList.EMPTY,
920 new Rop(RegOps.GET_STATIC, Type.DOUBLE, StdTypeList.EMPTY,
925 new Rop(RegOps.GET_STATIC, Type.OBJECT, StdTypeList.EMPTY,
930 new Rop(RegOps.GET_STATIC, Type.INT, StdTypeList.EMPTY,
935 new Rop(RegOps.GET_STATIC, Type.INT, StdTypeList.EMPTY,
940 new Rop(RegOps.GET_STATIC, Type.INT, StdTypeList.EMPTY,
945 new Rop(RegOps.GET_STATIC, Type.INT, StdTypeList.EMPTY,
1102 new Rop(RegOps.FILL_ARRAY_DATA, Type.VOID, StdTypeList.EMPTY,
1287 StdTypeList.EMPTY, (String) null);
1299 StdTypeList.EMPTY, (String) null);
1311 StdTypeList.EMPTY, (String) null);