Home | History | Annotate | Download | only in asm

Lines Matching refs:enclosingMethod

342     private int enclosingMethod;
646 enclosingMethod = newNameType(name, desc);
793 newUTF8("EnclosingMethod");
892 out.putShort(newUTF8("EnclosingMethod")).putInt(4);
893 out.putShort(enclosingMethodOwner).putShort(enclosingMethod);