Lines Matching refs:push

592     private void push(final int type) {
620 private void push(final ClassWriter cw, final String desc) {
623 push(type);
625 push(TOP);
872 push(NULL);
884 push(INTEGER);
889 push(LONG);
890 push(TOP);
896 push(FLOAT);
901 push(DOUBLE);
902 push(TOP);
907 push(INTEGER);
910 push(LONG);
911 push(TOP);
914 push(FLOAT);
917 push(DOUBLE);
918 push(TOP);
921 push(OBJECT | cw.addType("java/lang/Class"));
925 push(OBJECT | cw.addType("java/lang/String"));
929 push(get(arg));
936 push(INTEGER);
941 push(LONG);
942 push(TOP);
946 push(FLOAT);
951 push(DOUBLE);
952 push(TOP);
957 push(ELEMENT_OF + t1);
1032 push(t1);
1033 push(t1);
1038 push(t1);
1039 push(t2);
1040 push(t1);
1046 push(t1);
1047 push(t3);
1048 push(t2);
1049 push(t1);
1054 push(t2);
1055 push(t1);
1056 push(t2);
1057 push(t1);
1063 push(t2);
1064 push(t1);
1065 push(t3);
1066 push(t2);
1067 push(t1);
1074 push(t2);
1075 push(t1);
1076 push(t4);
1077 push(t3);
1078 push(t2);
1079 push(t1);
1084 push(t1);
1085 push(t2);
1103 push(INTEGER);
1114 push(LONG);
1115 push(TOP);
1125 push(FLOAT);
1133 push(DOUBLE);
1134 push(TOP);
1140 push(LONG);
1141 push(TOP);
1149 push(LONG);
1150 push(TOP);
1154 push(FLOAT);
1159 push(DOUBLE);
1160 push(TOP);
1166 push(INTEGER);
1172 push(INTEGER);
1178 push(cw, item.strVal3);
1185 push(cw, item.strVal3);
1204 push(cw, item.strVal3);
1207 push(UNINITIALIZED | cw.addUninitializedType(item.strVal1, arg));
1213 push(ARRAY_OF | BOOLEAN);
1216 push(ARRAY_OF | CHAR);
1219 push(ARRAY_OF | BYTE);
1222 push(ARRAY_OF | SHORT);
1225 push(ARRAY_OF | INTEGER);
1228 push(ARRAY_OF | FLOAT);
1231 push(ARRAY_OF | DOUBLE);
1235 push(ARRAY_OF | LONG);
1243 push(cw, '[' + s);
1245 push(ARRAY_OF | OBJECT | cw.addType(s));
1252 push(cw, s);
1254 push(OBJECT | cw.addType(s));
1260 push(cw, item.strVal1);