Searched refs:ASM7 (Results 1 – 25 of 44) sorted by relevance
12
60 assertFalse(PrecompiledClass.JDK11_ALL_INSTRUCTIONS.isMoreRecentThan(Api.ASM7)); in testPrecompiledClass_allMethods()63 assertTrue(PrecompiledClass.JDK14_ALL_STRUCTURES_RECORD.isMoreRecentThan(Api.ASM7)); in testPrecompiledClass_allMethods()65 assertTrue(PrecompiledClass.JDK14_ALL_STRUCTURES_EMPTY_RECORD.isMoreRecentThan(Api.ASM7)); in testPrecompiledClass_allMethods()81 Api asm7 = Api.ASM7; in testApi_allMethods()
72 && api != Opcodes.ASM7 in ClassVisitor()173 if (api < Opcodes.ASM7) { in visitNestHost()264 if (api < Opcodes.ASM7) { in visitNestMember()
71 && api != Opcodes.ASM7 in RecordComponentVisitor()
73 && api != Opcodes.ASM7 in AnnotationVisitor()
69 && api != Opcodes.ASM7 in FieldVisitor()
71 && api != Opcodes.ASM7 in ModuleVisitor()
85 && api != Opcodes.ASM7 in MethodVisitor()558 if (api < Opcodes.ASM7 && value instanceof ConstantDynamic) { in visitLdcInsn()
49 int ASM7 = 7 << 16 | 0 << 8; field
102 JDK11(11, Api.ASM7),307 ASM7("ASM7", 7 << 16), enumConstant
77 && api != Opcodes.ASM7 in SignatureVisitor()
30 .filter(precompiledClass -> !precompiledClass.isMoreRecentThan(AsmTest.Api.ASM7))
96 asmApiVersion = parameters.asmApiVersion.getOrNull() ?: Opcodes.ASM7, in <lambda>()
331 if (api < Opcodes.ASM7 && (nestHostClass != null || nestMembers != null)) { in check()
624 if (api < Opcodes.ASM7) {
114 * Update ASM minimal api version to ASM7 (#203).
481 || (hasNestHostOrMembers && apiParameter.value() < ASM7) in testAccept_defaultVisitor()
624 if (api < Opcodes.ASM7 && value instanceof ConstantDynamic) { in visitLdcInsn()
89 fld public final static int ASM7 = 458752
90 fld public final static int ASM7 = 458752
88 fld public final static int ASM7 = 458752