Searched refs:getArrayLength (Results 1 - 6 of 6) sorted by relevance

/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DGapVector.java76 protected abstract int getArrayLength(); method in class:GapVector
202 shiftEnd(getArrayLength() - gapSize + nItems);
216 System.arraycopy(array, 0, narray, 0, Math.min(nsize, getArrayLength()));
225 int oldSize = getArrayLength();
H A DGapContent.java101 protected int getArrayLength() { method in class:GapContent
115 int len = getArrayLength() - (getGapEnd() - getGapStart());
603 protected int getArrayLength() { method in class:GapContent.MarkVector
612 int len = getArrayLength() - (getGapEnd() - getGapStart());
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DDebugVC50TypeIterator.java157 public int getArrayLength() throws DebugVC50WrongNumericTypeException; method in interface:DebugVC50TypeIterator
H A DCOFFFileParser.java2364 public int getArrayLength() throws DebugVC50WrongNumericTypeException { method in class:COFFFileParser.COFFFileImpl.COFFHeaderImpl.DebugVC50Impl.DebugVC50TypeIteratorImpl
/openjdk9/jdk/make/src/classes/build/tools/x11wrappergen/
H A DWrapperGenerator.java409 public int getArrayLength() { method in class:WrapperGenerator.AtomicType
700 for (int i = 0; i < tp.getArrayLength(); i++) {
772 acc_size_32 += elemSize_32 * tp.getArrayLength();
773 acc_size_64 += elemSize_64 * tp.getArrayLength();
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DWindbgCDebugInfoBuilder.java114 putType(new BasicArrayType(iter.getArrayName(), elemType, iter.getArrayLength()));

Completed in 175 milliseconds