Searched refs:entryPoint (Results 1 - 8 of 8) 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
62 return fEntryExitPoints[index].getEntryPoint(entryPoint);
190 LEPoint *GlyphPositionAdjustments::EntryExitPoint::getEntryPoint(LEPoint &entryPoint) const
193 entryPoint = fEntryPoint;
194 return &entryPoint;
H A DGlyphIterator.h79 void getCursiveEntryPoint(LEPoint &entryPoint) const;
93 void setCursiveEntryPoint(LEPoint &entryPoint);
H A DGlyphIterator.cpp191 void GlyphIterator::getCursiveEntryPoint(LEPoint &entryPoint) const
203 glyphPositionAdjustments->getEntryPoint(position, entryPoint);
339 void GlyphIterator::setCursiveEntryPoint(LEPoint &entryPoint) argument
351 glyphPositionAdjustments->setEntryPoint(position, entryPoint, baselineIsLogicalEnd());
H A DGlyphPositionAdjustments.h97 LEPoint *getEntryPoint(LEPoint &entryPoint) const;
134 const LEPoint *getEntryPoint(le_int32 index, LEPoint &entryPoint) const;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/opto/
H A DCallNode.java50 public Address entryPoint() { method in class:CallNode
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A Dsa.js720 var entryPoint = addr2num(nmethod.entryPoint);
730 if (curPc == entryPoint) {
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DGen.java934 int startpc = code.entryPoint();
1004 code.entryPoint();
1069 int startpc = code.entryPoint();
1198 int pc = code.entryPoint(stateSwitch);
1222 code.put4(tableBase, code.entryPoint(stateSwitch) - startpc);
1374 code.entryPoint(stateTry, l.head.param.sym.type);
1392 int catchallpc = code.entryPoint(stateTry, syms.throwableType);
H A DCode.java1141 public int entryPoint() { method in class:Code
1151 public int entryPoint(State state) { method in class:Code
1164 public int entryPoint(State state, Type pushed) { method in class:Code

Completed in 59 milliseconds