Home
last modified time | relevance | path

Searched refs:superk (Results 1 – 25 of 93) sorted by relevance

1234

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A Dsubtypenode.cpp36 ciKlass* superk = super_t->is_klassptr()->klass(); in sub() local
43 if (sub_t->isa_oopptr() && superk->is_instance_klass() && in sub()
44 !superk->is_interface() && superk->is_abstract() && in sub()
45 !superk->as_instance_klass()->has_subklass()) { in sub()
56 if (superk && subk && in sub()
57 superk->is_loaded() && !superk->is_interface() && in sub()
59 (!superk->is_obj_array_klass() || in sub()
65 if (superk->equals(subk)) { in sub()
67 } else if (superk->is_subtype_of(subk)) { in sub()
72 } else if (subk->is_subtype_of(superk)) { in sub()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A Dsubtypenode.cpp36 ciKlass* superk = super_t->is_klassptr()->klass(); in sub() local
43 if (sub_t->isa_oopptr() && superk->is_instance_klass() && in sub()
44 !superk->is_interface() && superk->is_abstract() && in sub()
45 !superk->as_instance_klass()->has_subklass()) { in sub()
56 if (superk && subk && in sub()
57 superk->is_loaded() && !superk->is_interface() && in sub()
59 (!superk->is_obj_array_klass() || in sub()
65 if (superk->equals(subk)) { in sub()
67 } else if (superk->is_subtype_of(subk)) { in sub()
72 } else if (subk->is_subtype_of(superk)) { in sub()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A Dsubtypenode.cpp36 ciKlass* superk = super_t->is_klassptr()->klass(); in sub() local
44 !superk->is_interface() && superk->is_abstract() && in sub()
45 !superk->as_instance_klass()->has_subklass()) { in sub()
56 if (superk && subk && in sub()
57 superk->is_loaded() && !superk->is_interface() && in sub()
59 (!superk->is_obj_array_klass() || in sub()
65 if (superk->equals(subk)) { in sub()
67 } else if (superk->is_subtype_of(subk)) { in sub()
72 } else if (subk->is_subtype_of(superk)) { in sub()
207 ciKlass* superk = super_t->is_klassptr()->klass(); in verify() local
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/oops/
H A DklassVtable.cpp292 InstanceKlass* superk = initialsuper; in find_transitive_override() local
293 while (superk != NULL && superk->super() != NULL) { in find_transitive_override()
294 klassVtable ssVtable = (superk->super())->vtable(); in find_transitive_override()
325 superk = (InstanceKlass*)NULL; in find_transitive_override()
329 superk = superk->super() == NULL ? NULL : InstanceKlass::cast(superk->super()); in find_transitive_override()
332 return superk; in find_transitive_override()
647 InstanceKlass* superk = super_method->method_holder(); in needs_new_vtable_entry() local
656 if (superk->is_override(methodHandle(THREAD, super_method), classloader, classname, THREAD)) { in needs_new_vtable_entry()
667 assert(!superk->is_same_class_package(classloader(), classname), in needs_new_vtable_entry()
674 k = superk->super(); // haven't found an override match yet; continue to look in needs_new_vtable_entry()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/oops/
H A DklassVtable.cpp292 InstanceKlass* superk = initialsuper; in find_transitive_override() local
293 while (superk != NULL && superk->super() != NULL) { in find_transitive_override()
294 klassVtable ssVtable = (superk->super())->vtable(); in find_transitive_override()
325 superk = (InstanceKlass*)NULL; in find_transitive_override()
329 superk = superk->super() == NULL ? NULL : InstanceKlass::cast(superk->super()); in find_transitive_override()
332 return superk; in find_transitive_override()
647 InstanceKlass* superk = super_method->method_holder(); in needs_new_vtable_entry() local
656 if (superk->is_override(methodHandle(THREAD, super_method), classloader, classname, THREAD)) { in needs_new_vtable_entry()
667 assert(!superk->is_same_class_package(classloader(), classname), in needs_new_vtable_entry()
674 k = superk->super(); // haven't found an override match yet; continue to look in needs_new_vtable_entry()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/oops/
H A DklassVtable.cpp320 InstanceKlass* superk = initialsuper; in find_transitive_override() local
321 while (superk != NULL && superk->super() != NULL) { in find_transitive_override()
322 klassVtable ssVtable = (superk->super())->vtable(); in find_transitive_override()
350 superk = (InstanceKlass*)NULL; in find_transitive_override()
354 superk = superk->super() == NULL ? NULL : InstanceKlass::cast(superk->super()); in find_transitive_override()
357 return superk; in find_transitive_override()
676 InstanceKlass* superk = super_method->method_holder(); in needs_new_vtable_entry() local
696 assert(!superk->is_same_class_package(classloader(), classname), in needs_new_vtable_entry()
703 k = superk->super(); // haven't found an override match yet; continue to look in needs_new_vtable_entry()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DklassVtable.cpp297 InstanceKlass* superk = initialsuper; in find_transitive_override() local
298 while (superk != NULL && superk->super() != NULL) { in find_transitive_override()
299 klassVtable ssVtable = (superk->super())->vtable(); in find_transitive_override()
330 superk = (InstanceKlass*)NULL; in find_transitive_override()
334 superk = superk->super() == NULL ? NULL : InstanceKlass::cast(superk->super()); in find_transitive_override()
337 return superk; in find_transitive_override()
652 InstanceKlass* superk = super_method->method_holder(); in needs_new_vtable_entry() local
661 if (superk->is_override(super_method, classloader, classname, THREAD)) { in needs_new_vtable_entry()
672 assert(!superk->is_same_class_package(classloader(), classname), in needs_new_vtable_entry()
679 k = superk->super(); // haven't found an override match yet; continue to look in needs_new_vtable_entry()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DklassVtable.cpp297 InstanceKlass* superk = initialsuper; in find_transitive_override() local
298 while (superk != NULL && superk->super() != NULL) { in find_transitive_override()
299 klassVtable ssVtable = (superk->super())->vtable(); in find_transitive_override()
330 superk = (InstanceKlass*)NULL; in find_transitive_override()
334 superk = superk->super() == NULL ? NULL : InstanceKlass::cast(superk->super()); in find_transitive_override()
337 return superk; in find_transitive_override()
652 InstanceKlass* superk = super_method->method_holder(); in needs_new_vtable_entry() local
661 if (superk->is_override(super_method, classloader, classname, THREAD)) { in needs_new_vtable_entry()
672 assert(!superk->is_same_class_package(classloader(), classname), in needs_new_vtable_entry()
679 k = superk->super(); // haven't found an override match yet; continue to look in needs_new_vtable_entry()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/oops/
H A DklassVtable.cpp298 InstanceKlass* superk = initialsuper; in find_transitive_override() local
299 while (superk != NULL && superk->super() != NULL) { in find_transitive_override()
300 klassVtable ssVtable = (superk->super())->vtable(); in find_transitive_override()
331 superk = (InstanceKlass*)NULL; in find_transitive_override()
335 superk = superk->super() == NULL ? NULL : InstanceKlass::cast(superk->super()); in find_transitive_override()
338 return superk; in find_transitive_override()
653 InstanceKlass* superk = super_method->method_holder(); in needs_new_vtable_entry() local
662 if (superk->is_override(super_method, classloader, classname, THREAD)) { in needs_new_vtable_entry()
673 assert(!superk->is_same_class_package(classloader(), classname), in needs_new_vtable_entry()
680 k = superk->super(); // haven't found an override match yet; continue to look in needs_new_vtable_entry()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/oops/
H A DklassVtable.cpp316 InstanceKlass* superk = initialsuper; in find_transitive_override() local
317 while (superk != NULL && superk->super() != NULL) { in find_transitive_override()
318 klassVtable ssVtable = (superk->super())->vtable(); in find_transitive_override()
346 superk = (InstanceKlass*)NULL; in find_transitive_override()
350 superk = superk->super() == NULL ? NULL : InstanceKlass::cast(superk->super()); in find_transitive_override()
353 return superk; in find_transitive_override()
698 InstanceKlass* superk = super_method->method_holder(); in needs_new_vtable_entry() local
718 assert(!superk->is_same_class_package(classloader(), classname), in needs_new_vtable_entry()
725 k = superk->super(); // haven't found an override match yet; continue to look in needs_new_vtable_entry()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/oops/
H A DklassVtable.cpp298 InstanceKlass* superk = initialsuper; in find_transitive_override() local
299 while (superk != NULL && superk->super() != NULL) { in find_transitive_override()
300 InstanceKlass* supersuperklass = InstanceKlass::cast(superk->super()); in find_transitive_override()
328 superk = (InstanceKlass*)NULL; in find_transitive_override()
332 superk = superk->super() == NULL ? NULL : InstanceKlass::cast(superk->super()); in find_transitive_override()
335 return superk; in find_transitive_override()
649 InstanceKlass* superk = super_method->method_holder(); in needs_new_vtable_entry() local
658 if (superk->is_override(super_method, classloader, classname, THREAD)) { in needs_new_vtable_entry()
666 k = superk->super(); // haven't found an override match yet; continue to look in needs_new_vtable_entry()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DklassVtable.cpp290 InstanceKlass* superk = initialsuper; in find_transitive_override() local
291 while (superk != NULL && superk->super() != NULL) { in find_transitive_override()
292 klassVtable* ssVtable = (superk->super())->vtable(); in find_transitive_override()
327 superk = (InstanceKlass*)NULL; in find_transitive_override()
331 superk = InstanceKlass::cast(superk->super()); in find_transitive_override()
334 return superk; in find_transitive_override()
678 InstanceKlass* superk = super_method->method_holder(); in needs_new_vtable_entry() local
687 if (superk->is_override(super_method, classloader, classname, THREAD)) { in needs_new_vtable_entry()
698 assert(!superk->is_same_class_package(classloader(), classname), in needs_new_vtable_entry()
704 k = superk->super(); // haven't found an override match yet; continue to look in needs_new_vtable_entry()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DklassVtable.cpp290 InstanceKlass* superk = initialsuper; in find_transitive_override() local
291 while (superk != NULL && superk->super() != NULL) { in find_transitive_override()
292 klassVtable* ssVtable = (superk->super())->vtable(); in find_transitive_override()
327 superk = (InstanceKlass*)NULL; in find_transitive_override()
331 superk = InstanceKlass::cast(superk->super()); in find_transitive_override()
334 return superk; in find_transitive_override()
678 InstanceKlass* superk = super_method->method_holder(); in needs_new_vtable_entry() local
687 if (superk->is_override(super_method, classloader, classname, THREAD)) { in needs_new_vtable_entry()
698 assert(!superk->is_same_class_package(classloader(), classname), in needs_new_vtable_entry()
704 k = superk->super(); // haven't found an override match yet; continue to look in needs_new_vtable_entry()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/classfile/
H A DsystemDictionary.cpp420 InstanceKlass* superk = in resolve_super_or_fail() local
437 if (HAS_PENDING_EXCEPTION || superk == NULL) { in resolve_super_or_fail()
439 Klass* k = handle_resolution_exception(super_name, true, superk, THREAD); in resolve_super_or_fail()
440 assert(k == NULL || k == superk, "must be"); in resolve_super_or_fail()
442 superk = NULL; in resolve_super_or_fail()
446 return superk; in resolve_super_or_fail()
588 Klass* superk = SystemDictionary::resolve_super_or_fail(name, in handle_parallel_super_load() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/classfile/
H A DsystemDictionary.cpp423 InstanceKlass* superk = in resolve_super_or_fail() local
440 if (HAS_PENDING_EXCEPTION || superk == NULL) { in resolve_super_or_fail()
442 Klass* k = handle_resolution_exception(super_name, true, superk, THREAD); in resolve_super_or_fail()
443 assert(k == NULL || k == superk, "must be"); in resolve_super_or_fail()
445 superk = NULL; in resolve_super_or_fail()
449 return superk; in resolve_super_or_fail()
591 Klass* superk = SystemDictionary::resolve_super_or_fail(name, in handle_parallel_super_load() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/classfile/
H A DsystemDictionary.cpp414 InstanceKlass* superk = in resolve_super_or_fail() local
431 if (HAS_PENDING_EXCEPTION || superk == NULL) { in resolve_super_or_fail()
433 Klass* k = handle_resolution_exception(super_name, true, superk, THREAD); in resolve_super_or_fail()
434 assert(k == NULL || k == superk, "must be"); in resolve_super_or_fail()
436 superk = NULL; in resolve_super_or_fail()
440 return superk; in resolve_super_or_fail()
580 Klass* superk = SystemDictionary::resolve_super_or_fail(name, in handle_parallel_super_load() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/classfile/
H A DsystemDictionary.cpp444 InstanceKlass* superk = in resolve_super_or_fail() local
461 if (HAS_PENDING_EXCEPTION || superk == NULL) { in resolve_super_or_fail()
463 Klass* k = handle_resolution_exception(super_name, true, superk, THREAD); in resolve_super_or_fail()
464 assert(k == NULL || k == superk, "must be"); in resolve_super_or_fail()
466 superk = NULL; in resolve_super_or_fail()
470 return superk; in resolve_super_or_fail()
611 Klass* superk = SystemDictionary::resolve_super_or_fail(name, in handle_parallel_super_load() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/classfile/
H A DsystemDictionary.cpp483 InstanceKlass* superk = in resolve_super_or_fail() local
500 if (HAS_PENDING_EXCEPTION || superk == NULL) { in resolve_super_or_fail()
502 Klass* k = handle_resolution_exception(super_name, true, superk, THREAD); in resolve_super_or_fail()
503 assert(k == NULL || k == superk, "must be"); in resolve_super_or_fail()
505 superk = NULL; in resolve_super_or_fail()
509 return superk; in resolve_super_or_fail()
650 Klass* superk = SystemDictionary::resolve_super_or_fail(name, in handle_parallel_super_load() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A DgraphKit.cpp2516 ciKlass* superk = _gvn.type(superklass)->is_klassptr()->klass(); in gen_subtype_check() local
2528 switch (static_subtype_check(superk, subk)) { in gen_subtype_check()
2671 int GraphKit::static_subtype_check(ciKlass* superk, ciKlass* subk) { in static_subtype_check() argument
2676 if (superk == env()->Object_klass()) { in static_subtype_check()
2680 ciType* superelem = superk; in static_subtype_check()
2685 if (subk->is_subtype_of(superk)) { in static_subtype_check()
2689 !superk->is_subtype_of(subk)) { in static_subtype_check()
2695 if (superk->is_interface()) { in static_subtype_check()
2906 ciKlass* superk = _gvn.type(superklass)->is_klassptr()->klass(); in gen_instanceof() local
2909 int static_res = static_subtype_check(superk, subk); in gen_instanceof()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A DgraphKit.cpp2516 ciKlass* superk = _gvn.type(superklass)->is_klassptr()->klass(); in gen_subtype_check() local
2528 switch (static_subtype_check(superk, subk)) { in gen_subtype_check()
2671 int GraphKit::static_subtype_check(ciKlass* superk, ciKlass* subk) { in static_subtype_check() argument
2676 if (superk == env()->Object_klass()) { in static_subtype_check()
2680 ciType* superelem = superk; in static_subtype_check()
2685 if (subk->is_subtype_of(superk)) { in static_subtype_check()
2689 !superk->is_subtype_of(subk)) { in static_subtype_check()
2695 if (superk->is_interface()) { in static_subtype_check()
2906 ciKlass* superk = _gvn.type(superklass)->is_klassptr()->klass(); in gen_instanceof() local
2909 int static_res = static_subtype_check(superk, subk); in gen_instanceof()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/classfile/
H A DsystemDictionary.cpp408 Klass* superk = SystemDictionary::resolve_or_null(class_name, in resolve_super_or_fail() local
424 if (HAS_PENDING_EXCEPTION || superk == NULL) { in resolve_super_or_fail()
426 superk = handle_resolution_exception(class_name, true, superk, THREAD); in resolve_super_or_fail()
429 return superk; in resolve_super_or_fail()
561 Klass* superk = SystemDictionary::resolve_super_or_fail(name, in handle_parallel_super_load() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/classfile/
H A DsystemDictionary.cpp408 Klass* superk = SystemDictionary::resolve_or_null(class_name, in resolve_super_or_fail() local
424 if (HAS_PENDING_EXCEPTION || superk == NULL) { in resolve_super_or_fail()
426 superk = handle_resolution_exception(class_name, true, superk, THREAD); in resolve_super_or_fail()
429 return superk; in resolve_super_or_fail()
561 Klass* superk = SystemDictionary::resolve_super_or_fail(name, in handle_parallel_super_load() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/classfile/
H A DsystemDictionary.cpp427 InstanceKlass* superk = in resolve_super_or_fail() local
441 if (HAS_PENDING_EXCEPTION || superk == NULL) { in resolve_super_or_fail()
445 return superk; in resolve_super_or_fail()
501 Klass* superk = SystemDictionary::resolve_super_or_fail(name, in handle_parallel_super_load() local
/dports/math/gsl/gsl-2.7/integration/
H A DChangeLog99 <bviren@superk.physics.sunysb.edu> for pointing this out.
/dports/print/ghostscript7-base/ghostscript-7.07/gimp-print-4.2.7/debian/
H A Dchangelog218 -- Eric Sharkey <sharkey@superk.physics.sunysb.edu> Sun, 12 Nov 2000 04:46:54 +0900

1234