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

/openjdk10/jdk/test/jdk/lambda/separate/
H A DClassFile.java256 static class CpLong extends CpU8Constant { class in class:ClassFile
258 CpLong() { super(TAG); } method in class:ClassFile.CpLong
259 CpLong(CfInputStream in) { super(TAG, in); } method in class:ClassFile.CpLong
/openjdk10/langtools/test/tools/javac/lambdaShapes/org/openjdk/tests/separate/
H A DClassFile.java256 static class CpLong extends CpU8Constant { class in class:ClassFile
258 CpLong() { super(TAG); } method in class:ClassFile.CpLong
259 CpLong(CfInputStream in) { super(TAG, in); } method in class:ClassFile.CpLong

Completed in 95 milliseconds