Home
last modified time | relevance | path

Searched defs:superk (Results 1 – 25 of 61) sorted by relevance

123

/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
168 ciKlass* superk = super_t->is_klassptr()->klass(); in Ideal() local
/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
168 ciKlass* superk = super_t->is_klassptr()->klass(); in Ideal() local
/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
207 ciKlass* superk = super_t->is_klassptr()->klass(); in verify() local
/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
652 InstanceKlass* superk = super_method->method_holder(); in needs_new_vtable_entry() local
/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
652 InstanceKlass* superk = super_method->method_holder(); in needs_new_vtable_entry() local
/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
653 InstanceKlass* superk = super_method->method_holder(); in needs_new_vtable_entry() local
/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
676 InstanceKlass* superk = super_method->method_holder(); in needs_new_vtable_entry() local
/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
649 InstanceKlass* superk = super_method->method_holder(); in needs_new_vtable_entry() local
/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
647 InstanceKlass* superk = super_method->method_holder(); in needs_new_vtable_entry() local
/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
647 InstanceKlass* superk = super_method->method_holder(); in needs_new_vtable_entry() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DklassVtable.cpp290 InstanceKlass* superk = initialsuper; in find_transitive_override() local
678 InstanceKlass* superk = super_method->method_holder(); in needs_new_vtable_entry() local
/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
678 InstanceKlass* superk = super_method->method_holder(); in needs_new_vtable_entry() local
/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
698 InstanceKlass* superk = super_method->method_holder(); in needs_new_vtable_entry() 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
501 Klass* superk = SystemDictionary::resolve_super_or_fail(name, in handle_parallel_super_load() local
/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
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
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
580 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
2671 int GraphKit::static_subtype_check(ciKlass* superk, ciKlass* subk) { in static_subtype_check()
2906 ciKlass* superk = _gvn.type(superklass)->is_klassptr()->klass(); in gen_instanceof() local
/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
2671 int GraphKit::static_subtype_check(ciKlass* superk, ciKlass* subk) { in static_subtype_check()
2906 ciKlass* superk = _gvn.type(superklass)->is_klassptr()->klass(); in gen_instanceof() local
/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
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
561 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
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
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/classfile/
H A DsystemDictionary.cpp383 Klass* superk = SystemDictionary::resolve_or_null(class_name, in resolve_super_or_fail() local
545 Klass* superk = SystemDictionary::resolve_super_or_fail(name, in handle_parallel_super_load() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp383 Klass* superk = SystemDictionary::resolve_or_null(class_name, in resolve_super_or_fail() local
545 Klass* superk = SystemDictionary::resolve_super_or_fail(name, in handle_parallel_super_load() local

123