Searched defs:cp (Results 26 - 50 of 197) sorted by relevance

12345678

/openjdk9/jdk/src/java.desktop/share/classes/sun/font/
H A DScriptRunData.java42 public static int getScript(int cp) { argument
/openjdk9/jdk/test/java/lang/invoke/lambda/
H A DLambdaAsm.java94 static void checkMethod(String cname, String mname, ConstantPool cp, argument
/openjdk9/jdk/test/com/sun/crypto/provider/Cipher/RSA/
H A DTestOAEPWithParams.java41 private static Provider cp; field in class:TestOAEPWithParams
H A DTestOAEPPadding.java51 static Provider cp; field in class:TestOAEPPadding
H A DTestOAEPParameterSpec.java41 private static Provider cp; field in class:TestOAEPParameterSpec
/openjdk9/langtools/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DRuntimeInvisibleAnnotations_attribute.java44 public RuntimeInvisibleAnnotations_attribute(ConstantPool cp, Annotation[] annotations) argument
H A DRuntimeInvisibleParameterAnnotations_attribute.java44 public RuntimeInvisibleParameterAnnotations_attribute(ConstantPool cp, Annotation[][] parameter_annotations) argument
H A DRuntimeVisibleParameterAnnotations_attribute.java44 public RuntimeVisibleParameterAnnotations_attribute(ConstantPool cp, Annotation[][] parameter_annotations) argument
H A DRuntimeInvisibleTypeAnnotations_attribute.java44 public RuntimeInvisibleTypeAnnotations_attribute(ConstantPool cp, TypeAnnotation[] annotations) argument
H A DRuntimeVisibleTypeAnnotations_attribute.java44 public RuntimeVisibleTypeAnnotations_attribute(ConstantPool cp, TypeAnnotation[] annotations) argument
H A DRuntimeVisibleAnnotations_attribute.java44 public RuntimeVisibleAnnotations_attribute(ConstantPool cp, Annotation[] annotations) argument
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/
H A DSALauncherLoader.java134 private static File[] getClassPath(String cp) { argument
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.bytecode/src/org/graalvm/compiler/bytecode/
H A DBytecodeDisassembler.java174 private void decodeOperand(StringBuilder buf, BytecodeStream stream, ConstantPool cp, ResolvedJavaMethod method, int bci, int opcode) { argument
[all...]
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DInvokeInstruction.java51 public String toString(ConstantPool cp) { argument
H A DBIPUSH.java79 public Type getType(ConstantPoolGen cp) { argument
H A DSIPUSH.java76 public Type getType(ConstantPoolGen cp) { argument
H A DFieldInstruction.java54 public String toString(ConstantPool cp) { argument
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DConstantClass.java104 public Object getConstantValue(ConstantPool cp) { argument
111 public String getBytes(ConstantPool cp) { argument
H A DConstantCP.java103 public String getClass(ConstantPool cp) { argument
H A DConstantDouble.java106 public Object getConstantValue(ConstantPool cp) { argument
H A DConstantFloat.java105 public Object getConstantValue(ConstantPool cp) { argument
H A DConstantInteger.java111 public Object getConstantValue(ConstantPool cp) { argument
H A DConstantLong.java103 public Object getConstantValue(ConstantPool cp) { argument
H A DConstantString.java104 public Object getConstantValue(ConstantPool cp) { argument
111 public String getBytes(ConstantPool cp) { argument
/openjdk9/langtools/test/tools/javac/generics/bridges/
H A DBridgeHarness.java114 static String descriptor(Method m, ConstantPool cp) throws ConstantPoolException { argument

Completed in 438 milliseconds

12345678