Searched defs:hit (Results 1 - 19 of 19) sorted by path

/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DsharedRuntime_aarch64.cpp1561 Label hit; local
/openjdk10/hotspot/src/cpu/ppc/vm/
H A DmacroAssembler_ppc.cpp1998 Label hit, loop, failure, fallthru; local
/openjdk10/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp1752 Label hit; local
H A DsharedRuntime_x86_64.cpp2057 Label hit; local
/openjdk10/hotspot/src/share/vm/oops/
H A DinstanceKlass.cpp1434 int hit = find_method_index(methods, name, signature, overpass_mode, static_mode, private_mode); local
1471 const int hit = binary_search(methods, name); local
/openjdk10/hotspot/src/share/vm/opto/
H A Dcfgnode.cpp1479 uint hit = 0; // Number of times it occurs local
H A Dloopnode.cpp2556 IdealLoopTree *hit = *nn; local
H A Dloopopts.cpp1834 Node *hit = _igvn.hash_find_insert(phi); local
1851 Node *hit = _igvn.hash_find_insert(use); local
2402 Node *hit = _igvn.hash_find_insert(phi); local
[all...]
/openjdk10/hotspot/src/share/vm/runtime/
H A Dglobals.cpp912 int hit = 0; local
/openjdk10/jdk/src/java.base/share/classes/sun/util/calendar/
H A DBaseCalendar.java168 protected final boolean hit(int year) { method in class:BaseCalendar.Date
172 protected final boolean hit(long fixedDate) { method in class:BaseCalendar.Date
/openjdk10/jdk/src/java.desktop/macosx/classes/apple/laf/
H A DJRSUIConstants.java72 private String getConstantName(Key hit) { argument
789 final int hit; field in class:JRSUIConstants.Hit
790 Hit(final int hit) { this.hit = hit; } argument
796 getConstantName(Hit hit) argument
830 ScrollBarHit(final int hit) argument
833 getHit(final int hit) argument
[all...]
/openjdk10/jdk/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaScrollBarUI.java649 static boolean isIncrement(final Hit hit) { argument
653 static boolean isDecrement(final Hit hit) { argument
657 static boolean isArrow(final Hit hit) { argument
661 static boolean isTrack(final Hit hit) { argument
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/
H A DGraphics2D.java821 public abstract boolean hit(Rectangle rect, method in class:Graphics2D
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/font/
H A DTextLayout.java769 private void checkTextHit(TextHitInfo hit) { argument
1214 getCaretInfo(TextHitInfo hit, Rectangle2D bounds) argument
1228 getCaretInfoTestInternal(TextHitInfo hit, Rectangle2D bounds) argument
1316 getCaretInfo(TextHitInfo hit) argument
1329 hitToCaret(TextHitInfo hit) argument
1407 getNextRightHit(TextHitInfo hit) argument
1489 getNextLeftHit(TextHitInfo hit) argument
1568 getVisualOtherHit(TextHitInfo hit) argument
1628 getCaretPath(TextHitInfo hit, Rectangle2D bounds) argument
1782 getCaretShape(TextHitInfo hit, Rectangle2D bounds) argument
1800 getCaretShape(TextHitInfo hit) argument
2696 hitToPoint(TextHitInfo hit, Point2D point) argument
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DWhitespaceBasedBreakIterator.java106 private int checkhit(int hit) { argument
/openjdk10/jdk/src/java.desktop/share/classes/sun/java2d/
H A DSunGraphics2D.java889 public boolean hit(Rectangle rect, Shape s, boolean onStroke) { method in class:SunGraphics2D
/openjdk10/jdk/src/java.desktop/share/classes/sun/print/
H A DPeekGraphics.java1537 public boolean hit(Rectangle rect, method in class:PeekGraphics
H A DProxyGraphics2D.java1421 public boolean hit(Rectangle rect, method in class:ProxyGraphics2D
/openjdk10/jdk/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Component.cpp725 HWND hit = NULL; local
[all...]

Completed in 629 milliseconds