Searched refs:CONSTANT_STRING (Results 1 - 10 of 10) sorted by relevance

/openjdk10/jdk/src/jdk.rmic/share/classes/sun/tools/asm/
H A DStringExpressionConstantData.java57 out.writeByte(CONSTANT_STRING);
/openjdk10/hotspot/test/compiler/jvmci/compilerToVM/
H A DResolvePossiblyCachedConstantInPoolTest.java60 import static compiler.jvmci.compilerToVM.ConstantPoolTestCase.ConstantTypes.CONSTANT_STRING;
69 typeTests.put(CONSTANT_STRING, ResolvePossiblyCachedConstantInPoolTest::validateString);
H A DConstantPoolTestCase.java49 import static compiler.jvmci.compilerToVM.ConstantPoolTestCase.ConstantTypes.CONSTANT_STRING;
64 TAG_TO_TYPE_MAP.put(Tag.STRING, CONSTANT_STRING);
114 CONSTANT_STRING { enum constant in enum:ConstantPoolTestCase.ConstantTypes
H A DConstantPoolTestsHelper.java51 import static compiler.jvmci.compilerToVM.ConstantPoolTestCase.ConstantTypes.CONSTANT_STRING;
249 CP_MAP_FOR_CLASS.put(CONSTANT_STRING,
405 CP_MAP_FOR_ABS_CLASS.put(CONSTANT_STRING,
500 CP_MAP_FOR_INTERFACE.put(CONSTANT_STRING,
/openjdk10/jdk/test/sun/tools/java/
H A DCFCTest.java52 private static final int CONSTANT_STRING = 8; field in class:CFCTest
156 case CONSTANT_STRING:
/openjdk10/jdk/test/com/sun/jdi/
H A DConstantPoolInfo.java72 public static final int CONSTANT_STRING = 8; field in class:ConstantPoolInfo
191 case CONSTANT_STRING:
/openjdk10/jdk/src/jdk.rmic/share/classes/sun/tools/java/
H A DBinaryConstantPool.java76 case CONSTANT_STRING:
187 case CONSTANT_STRING:
323 case CONSTANT_STRING:
H A DRuntimeConstants.java85 int CONSTANT_STRING = 8; field in interface:RuntimeConstants
/openjdk10/jdk/test/java/lang/instrument/
H A DRuntimeConstants.java76 int CONSTANT_STRING = 8; field in interface:RuntimeConstants
/openjdk10/jdk/src/java.base/share/classes/java/lang/reflect/
H A DProxyGenerator.java81 private static final int CONSTANT_STRING = 8; field in class:ProxyGenerator
1771 CONSTANT_STRING, utf8Index));

Completed in 137 milliseconds