Searched refs:attributeLength (Results 1 - 5 of 5) sorted by relevance

/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements/src/org/graalvm/compiler/replacements/classfile/
H A DClassfile.java104 int attributeLength = stream.readInt();
105 skipFully(stream, attributeLength);
130 int attributeLength = stream.readInt();
142 skipFully(stream, attributeLength);
H A DClassfileBytecode.java85 int attributeLength = stream.readInt();
100 Classfile.skipFully(stream, attributeLength);
/openjdk9/langtools/test/tools/javac/classfiles/attributes/LocalVariableTable/
H A DLocalVariableTypeTableTest.java156 public int attributeLength() { method in class:LocalVariableTypeTableTest.LocalVariableTypeTable
H A DLocalVariableTestBase.java129 assertEquals(localTable.attributeLength(),
227 int attributeLength(); method in interface:LocalVariableTestBase.VariableTable
H A DLocalVariableTableTest.java205 public int attributeLength() { method in class:LocalVariableTableTest.LocalVariableTable

Completed in 51 milliseconds