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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/opto/
H A DCallNode.java50 public Address entryPoint() { method in class:CallNode
/openjdk7/jdk/src/share/native/sun/font/layout/
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());
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
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 522 milliseconds