Searched defs:offset2 (Results 1 - 10 of 10) sorted by relevance

/openjdk10/hotspot/src/share/vm/utilities/
H A Dexceptions.cpp44 const ByteSize offset2 = Thread::pending_exception_offset(); local
/openjdk10/jdk/src/java.base/share/classes/java/time/format/
H A DDateTimeParseContext.java208 boolean subSequenceEquals(CharSequence cs1, int offset1, CharSequence cs2, int offset2, int length) { argument
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DName.java243 equals(byte[] bytes1, int offset1, byte[] bytes2, int offset2, int length) argument
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DRegularExpression.java1754 abstract boolean regionMatches(boolean ignoreCase, int offset, int limit, int offset2, int partlen); argument
1846 final boolean regionMatches(boolean ignoreCase, int offset, int limit, int offset2, int partlen) { argument
1854 private final boolean regionMatches(int offset, int limit, int offset2, int partlen) { argument
1863 private final boolean regionMatchesIgnoreCase(int offset, int limit, int offset2, in argument
1781 regionMatches(boolean ignoreCase, int offset, int limit, int offset2, int partlen) argument
1938 regionMatches(boolean ignoreCase, int offset, int limit, int offset2, int partlen) argument
1946 regionMatches(int offset, int limit, int offset2, int partlen) argument
1956 regionMatchesIgnoreCase(int offset, int limit, int offset2, int partlen) argument
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/sun/java2d/marlin/
H A DDStroker.java88 private final double[] offset2 = new double[2]; field in class:DStroker
H A DStroker.java90 private final float[] offset2 = new float[2]; field in class:Stroker
/openjdk10/hotspot/src/cpu/arm/vm/
H A DsharedRuntime_arm.cpp203 int offset2 = offset1 + words_per_fpr; local
/openjdk10/hotspot/src/cpu/s390/vm/
H A DtemplateInterpreterGenerator_s390.cpp2434 int offset2 = state == ltos || state == dtos ? 2 : 1; local
/openjdk10/hotspot/src/share/vm/opto/
H A Difnode.cpp1709 jint offset2; local
H A DloopTransform.cpp1979 Node* offset2 = NULL; local

Completed in 308 milliseconds