Searched defs:CpU4Constant (Results 1 - 2 of 2) sorted by relevance

/openjdk10/jdk/test/jdk/lambda/separate/
H A DClassFile.java225 static class CpU4Constant extends CpEntry { class in class:ClassFile
228 CpU4Constant(byte tag) { super(tag); } method in class:ClassFile.CpU4Constant
229 CpU4Constant(byte tag, CfInputStream in) { method in class:ClassFile.CpU4Constant
/openjdk10/langtools/test/tools/javac/lambdaShapes/org/openjdk/tests/separate/
H A DClassFile.java225 static class CpU4Constant extends CpEntry { class in class:ClassFile
228 CpU4Constant(byte tag) { super(tag); } method in class:ClassFile.CpU4Constant
229 CpU4Constant(byte tag, CfInputStream in) { method in class:ClassFile.CpU4Constant

Completed in 49 milliseconds