Home | History | Annotate | Download | only in asm

Lines Matching defs:HANDLE

196     static final int HANDLE = 15;
990 } else if (cst instanceof Handle) {
991 Handle h = (Handle) cst;
1104 * Adds a handle to the constant pool of the class being build. Does nothing
1110 * the kind of this handle. Must be {@link Opcodes#H_GETFIELD},
1131 put112(HANDLE, tag, newField(owner, name, desc));
1133 put112(HANDLE,
1145 * Adds a handle to the constant pool of the class being build. Does nothing
1151 * the kind of this handle. Must be {@link Opcodes#H_GETFIELD},
1190 final Handle bsm, final Object... bsmArgs) {