Searched defs:getEntryPoint (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DGlyphPositionAdjustments.cpp56 const LEPoint *GlyphPositionAdjustments::getEntryPoint(le_int32 index, LEPoint &entryPoint) const function in class:GlyphPositionAdjustments
62 return fEntryExitPoints[index].getEntryPoint(entryPoint);
135 if (lastExitPoint >= 0 && getEntryPoint(i, entryAnchor) != NULL) {
172 if (getEntryPoint(i, dummyAnchor) != NULL) {
190 LEPoint *GlyphPositionAdjustments::EntryExitPoint::getEntryPoint(LEPoint &entryPoint) const function in class:GlyphPositionAdjustments::EntryExitPoint
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DNMethod.java140 public Address constantsEnd() { return getEntryPoint(); }
196 public Address getEntryPoint() { return entryPointField.getValue(addr); } method in class:NMethod
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DAttribute.java625 public Element[] getEntryPoint() { method in class:Attribute.Layout
639 int end = parseUsing(getEntryPoint(),
651 unparseUsing(getEntryPoint(), fixups, in, out);

Completed in 82 milliseconds