Searched refs:cp (Results 201 - 225 of 523) sorted by relevance

1234567891011>>

/openjdk10/jdk/test/java/lang/instrument/
H A DBootstrapClassPathSetUp.sh64 cp ${TESTSRC}/BootstrapClassPathAgent.java BootstrapClassPathAgent.java
/openjdk10/jdk/test/java/rmi/reliability/scripts/
H A Drun_serialbench.ksh57 -cp $WORK_DIR \
/openjdk10/jdk/test/java/util/ResourceBundle/
H A DBug6299235Test.sh72 -cp ${TESTCLASSES} Bug6299235Test
/openjdk10/jdk/test/sun/tools/jrunscript/
H A DjrunscriptTest.sh36 ${JAVA} ${TESTVMOPTS} ${TESTJAVAOPTS} -cp ${TESTCLASSES} CheckEngine
H A Djrunscript-fTest.sh36 ${JAVA} ${TESTVMOPTS} ${TESTJAVAOPTS} -cp ${TESTCLASSES} CheckEngine
H A Djrunscript-eTest.sh36 ${JAVA} ${TESTVMOPTS} ${TESTJAVAOPTS} -cp ${TESTCLASSES} CheckEngine
/openjdk10/jdk/test/sun/tools/jstat/
H A DjstatFileURITest1.sh42 cp ${TESTSRC}/hsperfdata_3433 .
/openjdk10/jdk/test/sun/security/tools/keytool/
H A DCloneKeyAskPassword.sh81 cp ${TESTSRC}${FILESEP}CloneKeyAskPassword.jks .
/openjdk10/jdk/test/jdk/internal/ref/Cleaner/
H A DExitOnThrow.java48 static final String cp = System.getProperty("test.classes", "."); field in class:ExitOnThrow
53 .addToolArg("-cp")
54 .addToolArg(cp)
/openjdk10/jdk/test/sun/management/jmxremote/bootstrap/
H A DRmiBootstrapTest.sh46 cp -rf ${TESTSRC}/ssl/*store ${TESTCLASSES}/ssl
H A DRmiSslBootstrapTest.sh45 cp -rf ${TESTSRC}/ssl/*store ${TESTCLASSES}/ssl
H A DRmiSslNoKeyStoreTest.sh43 cp -rf ${TESTSRC}/ssl/*store ${TESTCLASSES}/ssl
/openjdk10/jdk/test/sun/security/provider/certpath/PKIXCertPathValidator/
H A DValidity.java106 CertPath cp = cf.generateCertPath(certs);
122 cpv.validate(cp, params);
/openjdk10/jdk/test/tools/launcher/6842838/
H A DTest6842838.sh72 ${JAVA_EXE} ${TESTVMOPTS} -cp ${TESTCLASSES} CreateBadJar ${BADFILE} "META-INF/MANIFEST.MF"
/openjdk10/nashorn/bin/
H A Drunopt.sh133 -cp $CLASSPATH:../build/test/classes/ \
/openjdk10/nashorn/samples/dynalink/
H A Darray_stream.js1 # Usage: jjs -cp array_stream_linker.jar array_stream.js
/openjdk10/hotspot/src/share/vm/classfile/
H A Dverifier.hpp130 static TypeOrigin cp(u2 index, VerificationType vt);
273 int index, const constantPoolHandle& cp, TRAPS) {
274 return cp_index_to_type(cp->klass_ref_index_at(index), cp, THREAD);
281 void verify_cp_index(u2 bci, const constantPoolHandle& cp, int index, TRAPS);
282 void verify_cp_type(u2 bci, int index, const constantPoolHandle& cp,
284 void verify_cp_class_type(u2 bci, int index, const constantPoolHandle& cp, TRAPS);
296 const constantPoolHandle& cp, u2 bci, TRAPS);
304 const constantPoolHandle& cp, bool allow_arrays, TRAPS);
309 bool* this_uninit, const constantPoolHandle& cp, StackMapTabl
272 cp_ref_index_to_type( int index, const constantPoolHandle& cp, TRAPS) argument
410 cp_index_to_type(int index, const constantPoolHandle& cp, TRAPS) argument
[all...]
H A DclassFileParser.cpp118 ConstantPool* cp,
122 assert(cp != NULL, "invariant");
152 cp->klass_index_at_put(index, name_index);
159 cp->field_at_put(index, class_index, name_and_type_index);
166 cp->method_at_put(index, class_index, name_and_type_index);
173 cp->interface_method_at_put(index, class_index, name_and_type_index);
179 cp->string_index_at_put(index, string_index);
193 cp->method_handle_index_at_put(index, ref_kind, method_index);
198 cp->method_type_index_at_put(index, signature_index);
217 cp
117 parse_constant_pool_entries(const ClassFileStream* const stream, ConstantPool* cp, const int length, TRAPS) argument
357 check_symbol_at(const ConstantPool* cp, int index) argument
382 parse_constant_pool(const ClassFileStream* const stream, ConstantPool* const cp, const int length, TRAPS) argument
719 patch_class(ConstantPool* cp, int class_index, Klass* k, Symbol* name) argument
727 patch_constant_pool(ConstantPool* cp, int index, Handle patch, TRAPS) argument
846 parse_interfaces(const ClassFileStream* const stream, const int itfs_len, ConstantPool* const cp, bool* const has_nonstatic_concrete_methods, TRAPS) argument
931 verify_constantvalue(const ConstantPool* const cp, int constantvalue_index, int signature_index, TRAPS) const argument
1143 parse_annotations(const ConstantPool* const cp, const u1* buffer, int limit, AnnotationCollector* coll, ClassLoaderData* loader_data, TRAPS) argument
1253 const ConstantPool* const cp = _cp; local
1840 const ConstantPool* const cp = _cp; local
2274 parse_method(const ClassFileStream* const cfs, bool is_interface, const ConstantPool* cp, AccessFlags* const promoted_flags, TRAPS) argument
3171 parse_classfile_bootstrap_methods_attribute(const ClassFileStream* const cfs, ConstantPool* cp, u4 attribute_byte_length, TRAPS) argument
3253 parse_classfile_attributes(const ClassFileStream* const cfs, ConstantPool* cp, ClassFileParser::ClassAnnotationCollector* parsed_annotations, TRAPS) argument
3564 parse_super_class(ConstantPool* const cp, const int super_class_index, const bool need_verify, TRAPS) argument
3683 layout_fields(ConstantPool* cp, const FieldAllocationCount* fac, const ClassAnnotationCollector* parsed_annotations, FieldLayoutInfo* info, TRAPS) argument
5831 ConstantPool* const cp = _cp; local
6017 post_process_parsed_stream(const ClassFileStream* const stream, ConstantPool* cp, TRAPS) argument
[all...]
/openjdk10/jdk/make/src/classes/build/tools/charsetmapping/
H A DUtils.java46 public int cp; //Unicode codepoint field in class:Utils.Entry
50 public Entry (int bytes, int cp, int cp2) { argument
52 this.cp = cp;
93 mapping.cp = Integer.parseInt(matcher.group(gcp), 16);
/openjdk10/jdk/test/com/sun/crypto/provider/Cipher/RSA/
H A DTestOAEPParameterSpec.java41 private static Provider cp; field in class:TestOAEPParameterSpec
47 cp = Security.getProvider("SunJCE");
48 System.out.println("Testing provider " + cp.getName() + "...");
49 AlgorithmParameters ap = AlgorithmParameters.getInstance("OAEP", cp);
54 AlgorithmParameters ap2 = AlgorithmParameters.getInstance("OAEP", cp);
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/sjavac/
H A DModule.java84 int cp = l.indexOf(':',2);
85 if (cp == -1) return null;
86 String name = l.substring(2,cp);
128 public void setDependencies(String pkg, Map<String, Set<String>> deps, boolean cp) { argument
129 lookupPackage(pkg).setDependencies(deps, cp);
/openjdk10/hotspot/src/share/vm/prims/
H A Djvm.cpp1466 constantPoolHandle cp(thread, k->constants());
1481 if (cp->klass_name_at_matches(k, ooff)) {
1482 Klass* outer_klass = cp->klass_at(ooff, CHECK_NULL);
1484 Klass* ik = cp->klass_at(ioff, CHECK_NULL);
1689 static void bounds_check(const constantPoolHandle& cp, jint index, TRAPS) { argument
1690 if (!cp->is_within_bounds(index)) {
1762 constantPoolHandle cp(THREAD, k->constants());
1931 constantPoolHandle cp = constantPoolHandle(THREAD, reflect_ConstantPool::get_cp(JNIHandles::resolve_non_null(obj))); local
1932 return cp->length();
1940 constantPoolHandle cp local
1954 constantPoolHandle cp = constantPoolHandle(THREAD, reflect_ConstantPool::get_cp(JNIHandles::resolve_non_null(obj))); local
1966 get_method_at_helper(const constantPoolHandle& cp, jint index, bool force_resolution, TRAPS) argument
1999 constantPoolHandle cp = constantPoolHandle(THREAD, reflect_ConstantPool::get_cp(JNIHandles::resolve_non_null(obj))); local
2010 constantPoolHandle cp = constantPoolHandle(THREAD, reflect_ConstantPool::get_cp(JNIHandles::resolve_non_null(obj))); local
2017 get_field_at_helper(constantPoolHandle cp, jint index, bool force_resolution, TRAPS) argument
2046 constantPoolHandle cp = constantPoolHandle(THREAD, reflect_ConstantPool::get_cp(JNIHandles::resolve_non_null(obj))); local
2057 constantPoolHandle cp = constantPoolHandle(THREAD, reflect_ConstantPool::get_cp(JNIHandles::resolve_non_null(obj))); local
2068 constantPoolHandle cp = constantPoolHandle(THREAD, reflect_ConstantPool::get_cp(JNIHandles::resolve_non_null(obj))); local
2143 constantPoolHandle cp = constantPoolHandle(THREAD, reflect_ConstantPool::get_cp(JNIHandles::resolve_non_null(obj))); local
2156 constantPoolHandle cp = constantPoolHandle(THREAD, reflect_ConstantPool::get_cp(JNIHandles::resolve_non_null(obj))); local
2169 constantPoolHandle cp = constantPoolHandle(THREAD, reflect_ConstantPool::get_cp(JNIHandles::resolve_non_null(obj))); local
2182 constantPoolHandle cp = constantPoolHandle(THREAD, reflect_ConstantPool::get_cp(JNIHandles::resolve_non_null(obj))); local
2195 constantPoolHandle cp = constantPoolHandle(THREAD, reflect_ConstantPool::get_cp(JNIHandles::resolve_non_null(obj))); local
2210 constantPoolHandle cp = constantPoolHandle(THREAD, reflect_ConstantPool::get_cp(JNIHandles::resolve_non_null(obj))); local
2225 constantPoolHandle cp = constantPoolHandle(THREAD, reflect_ConstantPool::get_cp(JNIHandles::resolve_non_null(obj))); local
2303 ConstantPool* cp = InstanceKlass::cast(k)->constants(); variable
2497 ConstantPool* cp = InstanceKlass::cast(k)->constants(); variable
2513 ConstantPool* cp = InstanceKlass::cast(k)->constants(); variable
2530 ConstantPool* cp = InstanceKlass::cast(k)->constants(); variable
2547 ConstantPool* cp = InstanceKlass::cast(k)->constants(); variable
2563 ConstantPool* cp = InstanceKlass::cast(k)->constants(); variable
2573 ConstantPool* cp = InstanceKlass::cast(k)->constants(); variable
2592 ConstantPool* cp = InstanceKlass::cast(k)->constants(); variable
2614 ConstantPool* cp = InstanceKlass::cast(k)->constants(); variable
2642 ConstantPool* cp = InstanceKlass::cast(k)->constants(); variable
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DMethodGen.java120 * @param cp constant pool
123 final String method_name, final String class_name, final InstructionList il, final ConstantPoolGen cp) {
131 setConstantPool(cp);
176 * @param cp constant pool
178 public MethodGen(final Method m, final String class_name, final ConstantPoolGen cp) { argument
183 : null, cp);
246 addAnnotationEntry(new AnnotationEntryGen(element, cp, false));
403 public LocalVariableTable getLocalVariableTable(final ConstantPoolGen cp) { argument
408 lv[i] = lg[i].getLocalVariable(cp);
410 return new LocalVariableTable(cp
122 MethodGen(final int access_flags, final Type return_type, final Type[] arg_types, String[] arg_names, final String method_name, final String class_name, final InstructionList il, final ConstantPoolGen cp) argument
418 getLocalVariableTypeTable(ConstantPoolGen cp) argument
519 getLineNumberTable(final ConstantPoolGen cp) argument
622 getExceptionTable(final ConstantPoolGen cp) argument
669 addAnnotationsAsAttribute(final ConstantPoolGen cp) argument
679 addParameterAnnotationsAsAttribute(final ConstantPoolGen cp) argument
987 getMaxStack(final ConstantPoolGen cp, final InstructionList il, final CodeExceptionGen[] et) argument
1123 copy(final String class_name, final ConstantPoolGen cp) argument
[all...]
H A DAnnotationEntryGen.java200 * @param cp The constant pool gen where we can create the necessary name refs
203 static Attribute[] getAnnotationAttributes(final ConstantPoolGen cp, final AnnotationEntryGen[] annotationEntryGens) { argument
246 rvaIndex = cp.addUtf8("RuntimeVisibleAnnotations");
249 riaIndex = cp.addUtf8("RuntimeInvisibleAnnotations");
256 new DataInputStream(new ByteArrayInputStream(rvaData)), cp.getConstantPool()));
261 new DataInputStream(new ByteArrayInputStream(riaData)), cp.getConstantPool()));
279 final ConstantPoolGen cp,
334 rvaIndex = cp.addUtf8("RuntimeVisibleParameterAnnotations");
337 riaIndex = cp.addUtf8("RuntimeInvisibleParameterAnnotations");
345 cp
278 getParameterAnnotationAttributes( final ConstantPoolGen cp, final List<AnnotationEntryGen>[] vec) argument
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/.mx.graal/
H A Dmx_graal_9.py147 cp = mx.classpath(jmhProjects)
150 args = ['-cp', cp]
173 parser.add_argument('--cp', '--jar', action='store', help='jar or class path denoting classes to compile', metavar='<path>')
181 if args.cp:
182 cp = os.path.abspath(args.cp)
184 cp = join(_jdk.home, 'lib', 'modules', 'bootmodules.jimage')
191 vmargs += ['-XX:+CompileTheWorld', '-Xbootclasspath/p:' + cp]
195 vmargs += ['-G:CompileTheWorldClasspath=' + cp, 'or
[all...]

Completed in 317 milliseconds

1234567891011>>