Searched defs:hint (Results 1 - 25 of 40) sorted by relevance

12

/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/scripting/
H A DDefaultValueImpl.java39 static Object getDefaultValue(final JSObject jsobj, final Class<?> hint) throws UnsupportedOperationException { argument
H A DAbstractJSObject.java223 public static Object getDefaultValue(final JSObject jsobj, final Class<?> hint) { argument
H A DJSObject.java207 default Object getDefaultValue(final Class<?> hint) throws UnsupportedOperationException { argument
/openjdk9/hotspot/src/share/vm/gc/cms/
H A DadaptiveFreeList.cpp62 void AdaptiveFreeList<Chunk>::reset(size_t hint) { argument
H A DadaptiveFreeList.hpp86 size_t hint() const { function in class:AdaptiveFreeList
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/debug/
H A DIntervalDumper.java33 void visitIntervalStart(Value parentOperand, Value splitOperand, Value location, Value hint, String typeName); argument
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/stackslotalloc/
H A DStackInterval.java35 private StackInterval hint; field in class:StackInterval
/openjdk9/nashorn/src/jdk.scripting.nashorn.shell/share/classes/jdk/nashorn/tools/jjs/
H A DEditObject.java61 public Object getDefaultValue(final Class<?> hint) { argument
H A DHistoryObject.java124 public Object getDefaultValue(final Class<?> hint) { argument
/openjdk9/jdk/src/java.desktop/share/classes/sun/java2d/loops/
H A DTransformBlit.java102 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform at, int hint, int srcx, int srcy, int dstx, int dsty, int width, int height) argument
145 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform at, int hint, int srcx, int srcy, int dstx, int dsty, int width, int height) argument
/openjdk9/jdk/test/sun/java2d/pipe/
H A DInterpolationQualityTest.java69 private BufferedImage createReferenceImage(Object hint) { argument
76 private void drawImage(Graphics2D g2d, Object hint) { argument
90 private void renderOffscreen(Object hint) { argument
96 private BufferedImage renderImage(Object hint) { argument
142 private boolean test(Object hint) { argument
167 getHintName(Object hint) argument
[all...]
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DJSONListAdapter.java158 public Object getDefaultValue(final Class<?> hint) throws UnsupportedOperationException { argument
H A DNativeJavaPackage.java134 public Object getDefaultValue(final Class<?> hint) { argument
/openjdk9/jdk/src/java.base/share/classes/java/util/
H A DTimSort.java537 private static <T> int gallopLeft(T key, T[] a, int base, int len, int hint, argument
607 gallopRight(T key, T[] a, int base, int len, int hint, Comparator<? super T> c) argument
[all...]
H A DComparableTimSort.java503 gallopLeft(Comparable<Object> key, Object[] a, int base, int len, int hint) argument
573 gallopRight(Comparable<Object> key, Object[] a, int base, int len, int hint) argument
[all...]
/openjdk9/hotspot/src/share/vm/utilities/
H A DbitMap.inline.hpp83 inline void BitMap::set_range(idx_t beg, idx_t end, RangeSizeHint hint) { argument
95 inline void BitMap::clear_range(idx_t beg, idx_t end, RangeSizeHint hint) { argument
107 inline void BitMap::par_set_range(idx_t beg, idx_t end, RangeSizeHint hint) { argument
136 inline void BitMap::par_clear_range(idx_t beg, idx_t end, RangeSizeHint hint) { argument
[all...]
/openjdk9/jdk/src/java.desktop/unix/classes/sun/java2d/xr/
H A DXRPMBlitLoops.java408 public void Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform xform, int hint, int sx, int sy, int dstx, argument
293 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform xform, int hint, int srcx, int srcy, int dstx, int dsty, int width, int height) argument
/openjdk9/hotspot/src/os_cpu/linux_x86/vm/
H A Dos_linux_x86.cpp851 char* hint = (char*)(Linux::initial_thread_stack_bottom() - local
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir.sparc/src/org/graalvm/compiler/lir/sparc/
H A DSPARCControlFlow.java336 public static boolean isShortBranch(SPARCAssembler asm, int position, LabelHint hint, Label label) { argument
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/java/awt/geom/
H A DCubicCurve2D.java1306 private static double bisectRootWithHint(double[] eqn, double x0, double xe, double hint) { argument
/openjdk9/jdk/src/java.desktop/share/native/common/java2d/opengl/
H A DOGLBlitLoops.c109 OGLBlitTextureToSurface(OGLContext *oglc, OGLSDOps *srcOps, OGLSDOps *dstOps, jboolean rtt, jint hint, jint sx1, jint sy1, jint sx2, jint sy2, jdouble dx1, jdouble dy1, jdouble dx2, jdouble dy2) argument
262 OGLBlitToSurfaceViaTexture(OGLContext *oglc, SurfaceDataRasInfo *srcInfo, OGLPixelFormat *pf, OGLSDOps *srcOps, jboolean swsurface, jint hint, jint sx1, jint sy1, jint sx2, jint sy2, jdouble dx1, jdouble dy1, jdouble dx2, jdouble dy2) argument
451 OGLBlitLoops_IsoBlit(JNIEnv *env, OGLContext *oglc, jlong pSrcOps, jlong pDstOps, jboolean xform, jint hint, jboolean texture, jboolean rtt, jint sx1, jint sy1, jint sx2, jint sy2, jdouble dx1, jdouble dy1, jdouble dx2, jdouble dy2) argument
572 OGLBlitLoops_Blit(JNIEnv *env, OGLContext *oglc, jlong pSrcOps, jlong pDstOps, jboolean xform, jint hint, jint srctype, jboolean texture, jint sx1, jint sy1, jint sx2, jint sy2, jdouble dx1, jdouble dy1, jdouble dx2, jdouble dy2) argument
[all...]
H A DOGLPaints.c240 GLint hint = (filter ? GL_LINEAR : GL_NEAREST); local
/openjdk9/jdk/src/java.desktop/share/classes/sun/java2d/opengl/
H A DOGLBlitLoops.java214 createPackedParams(boolean isoblit, boolean texture, boolean rtt, boolean xform, int hint, int srctype) argument
252 Blit(SurfaceData srcData, SurfaceData dstData, Composite comp, Region clip, AffineTransform xform, int hint, int sx1, int sy1, int sx2, int sy2, double dx1, double dy1, double dx2, double dy2, int srctype, boolean texture) argument
308 IsoBlit(SurfaceData srcData, SurfaceData dstData, BufferedImage srcImg, BufferedImageOp biop, Composite comp, Region clip, AffineTransform xform, int hint, int sx1, int sy1, int sx2, int sy2, double dx1, double dy1, double dx2, double dy2, boolean texture) argument
436 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform at, int hint, int sx, int sy, int dx, int dy, int w, int h) argument
506 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform at, int hint, int sx, int sy, int dx, int dy, int w, int h) argument
683 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform at, int hint, int sx, int sy, int dx, int dy, int w, int h) argument
775 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform at, int hint, int sx, int sy, int dx, int dy, int w, int h) argument
857 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform at, int hint, int srcx, int srcy, int dstx, int dsty, int width, int height) argument
[all...]
/openjdk9/jdk/src/java.desktop/windows/classes/sun/java2d/d3d/
H A DD3DBlitLoops.java194 createPackedParams(boolean isoblit, boolean texture, boolean rtt, boolean xform, int hint, int srctype) argument
232 Blit(SurfaceData srcData, SurfaceData dstData, Composite comp, Region clip, AffineTransform xform, int hint, int sx1, int sy1, int sx2, int sy2, double dx1, double dy1, double dx2, double dy2, int srctype, boolean texture) argument
295 IsoBlit(SurfaceData srcData, SurfaceData dstData, BufferedImage srcImg, BufferedImageOp biop, Composite comp, Region clip, AffineTransform xform, int hint, int sx1, int sy1, int sx2, int sy2, double dx1, double dy1, double dx2, double dy2, boolean texture) argument
416 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform at, int hint, int sx, int sy, int dx, int dy, int w, int h) argument
486 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform at, int hint, int sx, int sy, int dx, int dy, int w, int h) argument
694 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform at, int hint, int sx, int sy, int dx, int dy, int w, int h) argument
786 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform at, int hint, int sx, int sy, int dx, int dy, int w, int h) argument
868 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform at, int hint, int srcx, int srcy, int dstx, int dsty, int width, int height) argument
966 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform at, int hint, int sx, int sy, int dx, int dy, int w, int h) argument
[all...]
/openjdk9/hotspot/src/share/vm/ci/
H A DciMethodData.hpp452 int hint = hint_di(); local

Completed in 260 milliseconds

12