Searched defs:length (Results 276 - 300 of 1177) sorted by relevance

<<11121314151617181920>>

/openjdk10/hotspot/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/macho/
H A DMachORelocTable.java44 void createRelocationEntry(int sectindex, int offset, int symno, int pcrel, int length, int isextern, int type) { argument
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/dynamicany/
H A DDynAnyComplexImpl.java279 allocComponents(int length) argument
[all...]
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DConstantPoolCache.java68 private static CIntField length; field in class:ConstantPoolCache
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DStackValueCollection.java35 public StackValueCollection(int length) { list = new ArrayList(length); } argument
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicArrayType.java32 private int length; field in class:BasicArrayType
38 private BasicArrayType(String name, Type elementType, int sizeInBytes, int length, int cvAttributes) { argument
H A DBasicBlockSym.java34 private long length; field in class:BasicBlockSym
40 public BasicBlockSym(BlockSym parent, long length, Address addr, String name) { argument
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/g1/
H A DG1HeapRegionTable.java81 public long length() { method in class:G1HeapRegionTable
95 private long length; field in class:G1HeapRegionTable.HeapRegionIterator
/openjdk10/hotspot/src/share/vm/gc/g1/
H A Dg1ParScanThreadState.inline.hpp76 int length = from_obj_array->length(); local
[all...]
H A Dg1Allocator.inline.hpp65 size_t length = Universe::heap()->max_capacity(); local
/openjdk10/hotspot/src/share/vm/runtime/
H A DcommandLineFlagRangeList.hpp70 static int length() { return (_ranges != NULL) ? _ranges->length() : 0; } function in class:CommandLineFlagRangeList
/openjdk10/hotspot/test/compiler/intrinsics/zip/
H A DTestCRC32C.java180 public static long update_byteLoop(long crc, byte[] buf, int offset, int length) { argument
[all...]
H A DTestCRC32.java179 public static long update_byteLoop(long crc, byte[] buf, int offset, int length) { argument
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DDeprecated.java55 public Deprecated(final int name_index, final int length, final byte[] bytes, final ConstantPool constant_pool) { argument
69 Deprecated(final int name_index, final int length, final DataInput input, final ConstantPool constant_pool) argument
[all...]
H A DAnnotations.java46 Annotations(final byte annotation_type, final int name_index, final int length, final DataInput input, argument
63 public Annotations(final byte annotation_type, final int name_index, final int length, final AnnotationEntry[] annotation_table, argument
[all...]
H A DAnnotationDefault.java46 AnnotationDefault(final int name_index, final int length, final DataInput input, final ConstantPool constant_pool) throws IOException { argument
57 public AnnotationDefault(final int name_index, final int length, final ElementValue defaultValue, final ConstantPool constant_pool) { argument
H A DExceptionTable.java61 public ExceptionTable(final int name_index, final int length, final int[] exception_index_table, argument
76 ExceptionTable(final int name_index, final int length, final DataInput input, final ConstantPool constant_pool) throws IOException { argument
[all...]
H A DBootstrapMethods.java56 public BootstrapMethods(final int name_index, final int length, final BootstrapMethod[] bootstrap_methods, final ConstantPool constant_pool) { argument
70 BootstrapMethods(final int name_index, final int length, final DataInput input, final ConstantPool constant_pool) throws IOException { argument
[all...]
H A DPMGClass.java61 PMGClass(final int name_index, final int length, final DataInput input, final ConstantPool constant_pool) argument
74 public PMGClass(final int name_index, final int length, final int pmg_index, final int pmg_class_index, argument
H A DParameterAnnotations.java46 ParameterAnnotations(final byte parameter_annotation_type, final int name_index, final int length, argument
65 public ParameterAnnotations(final byte parameter_annotation_type, final int name_index, final int length, argument
H A DUnknown.java79 public Unknown(final int name_index, final int length, final byte[] bytes, final ConstantPool constant_pool) { argument
97 Unknown(final int name_index, final int length, final DataInput input, final ConstantPool constant_pool) argument
[all...]
/openjdk10/hotspot/test/compiler/jvmci/compilerToVM/
H A DDebugOutputTest.java109 public final int length; field in class:DebugOutputTest.TestCaseData
112 private TestCaseData(int offset, int length, argument
119 private TestCaseData(int offset, int length) { argument
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dtd/models/
H A DSimpleContentModel.java151 public int validate(QName[] children, int offset, int length) { argument
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/util/
H A DStringListImpl.java66 public StringListImpl(String[] array, int length) { argument
H A DShortListImpl.java54 public ShortListImpl(short[] array, int length) { argument
H A DObjectListImpl.java48 public ObjectListImpl(Object[] array, int length) { argument

Completed in 291 milliseconds

<<11121314151617181920>>