Searched refs:CONSTANT_NAMEANDTYPE (Results 1 - 8 of 8) sorted by relevance

/openjdk10/jdk/src/jdk.rmic/share/classes/sun/tools/asm/
H A DNameAndTypeConstantData.java58 out.writeByte(CONSTANT_NAMEANDTYPE);
/openjdk10/jdk/test/sun/tools/java/
H A DCFCTest.java56 private static final int CONSTANT_NAMEANDTYPE = 12; field in class:CFCTest
164 case CONSTANT_NAMEANDTYPE:
/openjdk10/jdk/test/com/sun/jdi/
H A DConstantPoolInfo.java76 public static final int CONSTANT_NAMEANDTYPE = 12; field in class:ConstantPoolInfo
203 case CONSTANT_NAMEANDTYPE:
/openjdk10/hotspot/test/compiler/jvmci/compilerToVM/
H A DConstantPoolTestCase.java48 import static compiler.jvmci.compilerToVM.ConstantPoolTestCase.ConstantTypes.CONSTANT_NAMEANDTYPE;
69 TAG_TO_TYPE_MAP.put(Tag.NAMEANDTYPE, CONSTANT_NAMEANDTYPE);
133 CONSTANT_NAMEANDTYPE, enum constant in enum:ConstantPoolTestCase.ConstantTypes
/openjdk10/jdk/src/jdk.rmic/share/classes/sun/tools/java/
H A DBinaryConstantPool.java85 case CONSTANT_NAMEANDTYPE:
329 case CONSTANT_NAMEANDTYPE: {
H A DRuntimeConstants.java89 int CONSTANT_NAMEANDTYPE = 12; field in interface:RuntimeConstants
/openjdk10/jdk/test/java/lang/instrument/
H A DRuntimeConstants.java80 int CONSTANT_NAMEANDTYPE = 12; field in interface:RuntimeConstants
/openjdk10/jdk/src/java.base/share/classes/java/lang/reflect/
H A DProxyGenerator.java85 private static final int CONSTANT_NAMEANDTYPE = 12; field in class:ProxyGenerator
1817 CONSTANT_NAMEANDTYPE, nameIndex, descriptorIndex));
2008 tag == CONSTANT_NAMEANDTYPE)

Completed in 126 milliseconds