Home | History | Annotate | Download | only in bytecode

Lines Matching refs:Descriptor

842      * @param type      the descriptor of the field type.
844 * @see Descriptor#of(CtClass)
850 growStack(Descriptor.dataSize(type) - 1);
858 * @param type the descriptor of the field type.
860 * @see Descriptor#of(CtClass)
866 growStack(Descriptor.dataSize(type) - 1);
874 * @param type the descriptor of the field type.
876 * @see Descriptor#of(CtClass)
882 growStack(Descriptor.dataSize(type));
890 * @param type the descriptor of the field type.
892 * @see Descriptor#of(CtClass)
898 growStack(Descriptor.dataSize(type));
911 String desc = Descriptor.ofMethod(returnType, paramTypes);
920 * @param desc the descriptor of the method signature.
922 * @see Descriptor#ofMethod(CtClass,CtClass[])
923 * @see Descriptor#ofConstructor(CtClass[])
934 * @param desc the descriptor of the method signature.
936 * @see Descriptor#ofMethod(CtClass,CtClass[])
937 * @see Descriptor#ofConstructor(CtClass[])
949 * @param desc the descriptor of the method signature.
951 * @see Descriptor#ofMethod(CtClass,CtClass[])
952 * @see Descriptor#ofConstructor(CtClass[])
957 growStack(Descriptor.dataSize(desc) - 1);
970 String desc = Descriptor.ofMethod(returnType, paramTypes);
979 * @param desc the descriptor of the method signature.
981 * @see Descriptor#ofMethod(CtClass,CtClass[])
992 * @param desc the descriptor of the method signature.
994 * @see Descriptor#ofMethod(CtClass,CtClass[])
1006 * @param desc the descriptor of the method signature.
1008 * @see Descriptor#ofMethod(CtClass,CtClass[])
1013 growStack(Descriptor.dataSize(desc));
1030 String desc = Descriptor.ofMethod(returnType, paramTypes);
1043 * @param desc the descriptor of the method signature.
1045 * @see Descriptor#ofMethod(CtClass,CtClass[])
1060 * @param desc the descriptor of the method signature.
1062 * @see Descriptor#ofMethod(CtClass,CtClass[])
1078 * @param desc the descriptor of the method signature.
1080 * @see Descriptor#ofMethod(CtClass,CtClass[])
1085 growStack(Descriptor.dataSize(desc) - 1);
1100 String desc = Descriptor.ofMethod(returnType, paramTypes);
1109 * @param desc the descriptor of the method signature.
1112 * @see Descriptor#ofMethod(CtClass,CtClass[])
1125 * @param desc the descriptor of the method signature.
1128 * @see Descriptor#ofMethod(CtClass,CtClass[])
1142 * @param desc the descriptor of the method signature.
1145 * @see Descriptor#ofMethod(CtClass,CtClass[])
1153 growStack(Descriptor.dataSize(desc) - 1);
1287 * @param desc the type descriptor of the created array.
1304 * @param desc the descriptor of the field type.
1315 * @param desc the descriptor of the field type.
1329 growStack(-1 - Descriptor.dataSize(desc));
1337 * @param desc the descriptor of the field type.
1348 * @param desc the descriptor of the field type.
1362 growStack(-Descriptor.dataSize(desc));