Searched defs:getOffset (Results 1 - 25 of 59) sorted by relevance

123

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/
H A DBitType.java33 public int getOffset(); method in interface:BitType
H A DClosestSymbol.java43 public long getOffset() { method in class:ClosestSymbol
H A DField.java37 public long getOffset(); method in interface:Field
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DDebugVC50SegInfo.java37 public int getOffset(); method in interface:DebugVC50SegInfo
H A DDebugVC50SegDesc.java70 public int getOffset(); method in interface:DebugVC50SegDesc
H A DCOFFSymbol.java35 public int getOffset(); method in interface:COFFSymbol
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DPosition.java56 public int getOffset(); method in interface:Position
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/
H A DValidationEventLocator.java59 public int getOffset(); method in interface:ValidationEventLocator
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/
H A DX86SegmentRegisterAddress.java42 buf.append(getOffset().toString());
50 public X86Register getOffset() { method in class:X86SegmentRegisterAddress
/openjdk7/jdk/src/share/classes/javax/print/attribute/
H A DEnumSyntax.java160 int theIndex = value - getOffset();
175 * <I>L</I> is the value returned by {@link #getOffset()
176 * <CODE>getOffset()</CODE>}.
198 int theOffset = getOffset();
223 * {@link #getOffset() <CODE>getOffset()</CODE>} and <I>N</I> is the length
246 * value returned by {@link #getOffset() <CODE>getOffset()</CODE>} and
277 protected int getOffset() { method in class:EnumSyntax
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DLookupTable.java91 public int getOffset() { method in class:LookupTable
/openjdk7/jdk/src/share/classes/javax/imageio/stream/
H A DIIOByteBuffer.java67 * values of <code>getOffset</code> and <code>getLength</code> should
72 * @see #getOffset
102 public int getOffset() { method in class:IIOByteBuffer
108 * to the <code>getOffset</code> method.
112 * @see #getOffset
125 * @see #getOffset
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/model/
H A DJavacSourcePosition.java57 public int getOffset() { method in class:JavacSourcePosition
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DPCFinder.java53 public long getOffset() { return offset; } method in class:PCFinder.Info
89 return new Info(cs.getName() + "()", cs.getOffset(), LOW_CONFIDENCE);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/compiler/
H A DOopMap.java69 public long getOffset() { method in class:OopMap
/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DOrientationRequested.java157 protected int getOffset() { method in class:OrientationRequested
H A DPrintQuality.java104 protected int getOffset() { method in class:PrintQuality
/openjdk7/jdk/src/share/classes/javax/management/monitor/
H A DCounterMonitorMBean.java146 public Number getOffset(); method in interface:CounterMonitorMBean
155 * @see #getOffset()
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicBitType.java65 public int getOffset() { method in class:BasicBitType
83 long val = ((a.getCIntegerAt(0, getSize(), isUnsigned())) >> getOffset()) & mask;
94 return new BasicBitType(underlyingType, getSizeInBits(), getOffset(), cvAttributes);
H A DBasicField.java61 public long getOffset() { method in class:BasicField
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/elf/
H A DELFSymbol.java62 public long getOffset(); method in interface:ELFSymbol
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/
H A DField.java78 public long getOffset() throws WrongTypeException; method in interface:Field
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/types/basic/
H A DBasicFieldWrapper.java56 public long getOffset() throws WrongTypeException { method in class:BasicFieldWrapper
57 return field.getOffset();
/openjdk7/jdk/src/share/classes/javax/swing/event/
H A DDocumentEvent.java50 public int getOffset(); method in interface:DocumentEvent
/openjdk7/jdk/src/share/classes/java/io/
H A DObjectStreamField.java213 public int getOffset() { method in class:ObjectStreamField
221 * @see #getOffset

Completed in 114 milliseconds

123