Searched refs:methodSignature (Results 1 - 25 of 39) sorted by relevance

12

/openjdk10/test/lib/jdk/test/lib/hprof/model/
H A DStackFrame.java56 private String methodSignature; field in class:StackFrame
61 public StackFrame(String methodName, String methodSignature, argument
64 this.methodSignature = methodSignature;
78 return methodSignature;
/openjdk10/jdk/src/java.desktop/share/classes/sun/java2d/loops/
H A DFillPath.java41 public static final String methodSignature = field in class:FillPath
59 super(methodSignature, primTypeID,
68 super(pNativePrim, methodSignature, primTypeID,
H A DDrawGlyphListLCD.java42 methodSignature = "DrawGlyphListLCD(...)".toString(); field in class:DrawGlyphListLCD
59 super(methodSignature, primTypeID, srctype, comptype, dsttype);
67 super(pNativePrim, methodSignature, primTypeID,
H A DDrawLine.java44 public static final String methodSignature = "DrawLine(...)".toString(); field in class:DrawLine
60 super(methodSignature, primTypeID, srctype, comptype, dsttype);
68 super(pNativePrim, methodSignature, primTypeID, srctype, comptype, dsttype);
H A DDrawRect.java44 public static final String methodSignature = "DrawRect(...)".toString(); field in class:DrawRect
61 super(methodSignature, primTypeID, srctype, comptype, dsttype);
69 super(pNativePrim, methodSignature, primTypeID, srctype, comptype, dsttype);
H A DFillParallelogram.java43 public static final String methodSignature = field in class:FillParallelogram
61 super(methodSignature, primTypeID,
70 super(pNativePrim, methodSignature, primTypeID,
H A DDrawPath.java41 public static final String methodSignature = field in class:DrawPath
59 super(methodSignature, primTypeID,
68 super(pNativePrim, methodSignature, primTypeID,
H A DFillRect.java44 public static final String methodSignature = "FillRect(...)".toString(); field in class:FillRect
61 super(methodSignature, primTypeID, srctype, comptype, dsttype);
69 super(pNativePrim, methodSignature, primTypeID, srctype, comptype, dsttype);
H A DFillSpans.java45 public static final String methodSignature = "FillSpans(...)".toString(); field in class:FillSpans
62 super(methodSignature, primTypeID, srctype, comptype, dsttype);
70 super(pNativePrim, methodSignature, primTypeID, srctype, comptype, dsttype);
H A DDrawParallelogram.java45 public static final String methodSignature = field in class:DrawParallelogram
63 super(methodSignature, primTypeID,
72 super(pNativePrim, methodSignature, primTypeID,
H A DDrawPolygons.java44 public static final String methodSignature = "DrawPolygons(...)".toString(); field in class:DrawPolygons
61 super(methodSignature, primTypeID, srctype, comptype, dsttype);
69 super(pNativePrim, methodSignature, primTypeID, srctype, comptype, dsttype);
H A DGraphicsPrimitive.java111 private String methodSignature; field in class:GraphicsPrimitive
143 protected GraphicsPrimitive(String methodSignature, argument
149 this.methodSignature = methodSignature;
169 String methodSignature,
176 this.methodSignature = methodSignature;
217 return methodSignature;
272 if (signature != methodSignature) {
309 return (methodSignature
168 GraphicsPrimitive(long pNativePrim, String methodSignature, int primTypeID, SurfaceType sourceType, CompositeType compositeType, SurfaceType destType) argument
[all...]
H A DGraphicsPrimitiveProxy.java57 String methodSignature,
63 super(methodSignature, primID, srctype, comptype, dsttype);
56 GraphicsPrimitiveProxy(Class<?> owner, String relativeClassName, String methodSignature, int primID, SurfaceType srctype, CompositeType comptype, SurfaceType dsttype) argument
H A DTransformHelper.java47 public static final String methodSignature = field in class:TransformHelper
80 super(methodSignature, primTypeID, srctype,
89 super(pNativePrim, methodSignature, primTypeID,
H A DTransformBlit.java48 public static final String methodSignature = field in class:TransformBlit
90 super(methodSignature, primTypeID, srctype, comptype, dsttype);
98 super(pNativePrim, methodSignature, primTypeID,
H A DScaledBlit.java47 public static final String methodSignature = "ScaledBlit(...)".toString(); field in class:ScaledBlit
88 super(methodSignature, primTypeID, srctype, comptype, dsttype);
96 super(pNativePrim, methodSignature, primTypeID,
H A DDrawGlyphList.java42 public static final String methodSignature = "DrawGlyphList(...)".toString(); field in class:DrawGlyphList
59 super(methodSignature, primTypeID, srctype, comptype, dsttype);
67 super(pNativePrim, methodSignature, primTypeID, srctype, comptype, dsttype);
H A DDrawGlyphListAA.java42 public static final String methodSignature = "DrawGlyphListAA(...)".toString(); field in class:DrawGlyphListAA
59 super(methodSignature, primTypeID, srctype, comptype, dsttype);
67 super(pNativePrim, methodSignature, primTypeID, srctype, comptype, dsttype);
H A DGeneralRenderer.java54 FillRect.methodSignature,
60 FillPath.methodSignature,
66 FillSpans.methodSignature,
72 DrawLine.methodSignature,
78 DrawPolygons.methodSignature,
84 DrawPath.methodSignature,
90 DrawRect.methodSignature,
97 FillRect.methodSignature,
103 FillPath.methodSignature,
109 FillSpans.methodSignature,
[all...]
H A DMaskBlit.java51 public static final String methodSignature = "MaskBlit(...)".toString(); field in class:MaskBlit
90 super(methodSignature, primTypeID, srctype, comptype, dsttype);
98 super(pNativePrim, methodSignature, primTypeID, srctype, comptype, dsttype);
H A DBlitBg.java57 public static final String methodSignature = "BlitBg(...)".toString(); field in class:BlitBg
96 super(methodSignature, primTypeID, srctype, comptype, dsttype);
104 super(pNativePrim, methodSignature, primTypeID, srctype, comptype, dsttype);
H A DMaskFill.java48 public static final String methodSignature = "MaskFill(...)".toString(); field in class:MaskFill
107 super(methodSignature, primTypeID, srctype, comptype, dsttype);
115 super(pNativePrim, methodSignature, primTypeID, srctype, comptype, dsttype);
/openjdk10/jdk/src/jdk.jdwp.agent/share/native/libjdwp/
H A Dinvoker.h49 char *methodSignature; member in struct:InvokeRequest
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.graphio/src/org/graalvm/graphio/
H A DGraphElements.java64 S methodSignature(M method); method in interface:GraphElements
/openjdk10/jdk/src/java.management/share/classes/javax/management/
H A DMBeanOperationInfo.java107 methodSignature(method),
313 private static MBeanParameterInfo[] methodSignature(Method method) { method in class:MBeanOperationInfo

Completed in 197 milliseconds

12