Home | History | Annotate | Download | only in asm

Lines Matching refs:BSM

236     static final int BSM = 33;
1182 * @param bsm
1190 final Handle bsm, final Object... bsmArgs) {
1199 int hashCode = bsm.hashCode();
1200 bootstrapMethods.putShort(newHandle(bsm.tag, bsm.owner, bsm.name,
1201 bsm.desc));
1213 int length = (1 + 1 + argsLength) << 1; // (bsm + argCount + arguments)
1217 if (result.type != BSM || result.hashCode != hashCode) {