Searched defs:baseOffset (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DConstantPoolCacheEntry.java35 private static long baseOffset; field in class:ConstantPoolCacheEntry
62 baseOffset = type.getSize();
67 offset = baseOffset + index * size;
H A DConstantPoolCache.java49 baseOffset = type.getSize();
63 private static long baseOffset; field in class:ConstantPoolCache
71 return alignObjectSize(baseOffset + getLength() * elementSize);
112 long offset = baseOffset + /*alignObjectSize*/entry * elementSize + fld* getHeap().getIntSize();
H A DSymbol.java49 baseOffset = type.getField("_body").getOffset();
72 private static long baseOffset; // tells where the array part starts field in class:Symbol
81 return addr.getJByteAt(baseOffset + index);
H A DMethodData.java133 baseOffset = type.getSize();
196 private static long baseOffset; field in class:MethodData
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DGlyphIterator.cpp256 void GlyphIterator::setCurrGlyphBaseOffset(le_int32 baseOffset) argument
268 glyphPositionAdjustments->setBaseOffset(position, baseOffset);
H A DGlyphPositionAdjustments.h83 le_int32 baseOffset; member in class:GlyphPositionAdjustments::Adjustment
166 : xPlacement(0), yPlacement(0), xAdvance(0), yAdvance(0), baseOffset(-1)
172 : xPlacement(xPlace), yPlacement(yPlace), xAdvance(xAdv), yAdvance(yAdv), baseOffset(baseOff)
204 return baseOffset;
229 baseOffset = newBaseOffset;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DCOFFFileParser.java1162 DebugVC50SrcModFileDescImpl(final int offset, final int baseOffset) { argument
1171 offsets[i] = baseOffset + readInt();

Completed in 287 milliseconds