Home
last modified time | relevance | path

Searched refs:superVtable (Results 1 – 18 of 18) sorted by relevance

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/oops/
H A DklassVtable.cpp145 klassVtable superVtable = super->vtable(); in initialize_from_super() local
146 assert(superVtable.length() <= _length, "vtable too short"); in initialize_from_super()
148 superVtable.verify(tty, true); in initialize_from_super()
150 superVtable.copy_vtable_to(table()); in initialize_from_super()
157 return superVtable.length(); in initialize_from_super()
473 klassVtable superVtable = super->vtable(); in update_inherited_vtable() local
474 super_method = superVtable.method_at(i); in update_inherited_vtable()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/oops/
H A DklassVtable.cpp145 klassVtable superVtable = super->vtable(); in initialize_from_super() local
146 assert(superVtable.length() <= _length, "vtable too short"); in initialize_from_super()
148 superVtable.verify(tty, true); in initialize_from_super()
150 superVtable.copy_vtable_to(table()); in initialize_from_super()
157 return superVtable.length(); in initialize_from_super()
445 klassVtable superVtable = super->vtable(); in update_inherited_vtable() local
446 super_method = superVtable.method_at(i); in update_inherited_vtable()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/oops/
H A DklassVtable.cpp145 klassVtable superVtable = super->vtable(); in initialize_from_super() local
146 assert(superVtable.length() <= _length, "vtable too short"); in initialize_from_super()
148 superVtable.verify(tty, true); in initialize_from_super()
150 superVtable.copy_vtable_to(table()); in initialize_from_super()
157 return superVtable.length(); in initialize_from_super()
445 klassVtable superVtable = super->vtable(); in update_inherited_vtable() local
446 super_method = superVtable.method_at(i); in update_inherited_vtable()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DklassVtable.cpp149 klassVtable superVtable = super->vtable(); in initialize_from_super() local
150 assert(superVtable.length() <= _length, "vtable too short"); in initialize_from_super()
152 superVtable.verify(tty, true); in initialize_from_super()
154 superVtable.copy_vtable_to(table()); in initialize_from_super()
161 return superVtable.length(); in initialize_from_super()
450 klassVtable superVtable = super->vtable(); in update_inherited_vtable() local
451 super_method = superVtable.method_at(i); in update_inherited_vtable()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DklassVtable.cpp149 klassVtable superVtable = super->vtable(); in initialize_from_super() local
150 assert(superVtable.length() <= _length, "vtable too short"); in initialize_from_super()
152 superVtable.verify(tty, true); in initialize_from_super()
154 superVtable.copy_vtable_to(table()); in initialize_from_super()
161 return superVtable.length(); in initialize_from_super()
450 klassVtable superVtable = super->vtable(); in update_inherited_vtable() local
451 super_method = superVtable.method_at(i); in update_inherited_vtable()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/oops/
H A DklassVtable.cpp150 klassVtable superVtable = super->vtable(); in initialize_from_super() local
151 assert(superVtable.length() <= _length, "vtable too short"); in initialize_from_super()
153 superVtable.verify(tty, true); in initialize_from_super()
155 superVtable.copy_vtable_to(table()); in initialize_from_super()
162 return superVtable.length(); in initialize_from_super()
451 klassVtable superVtable = super->vtable(); in update_inherited_vtable() local
452 super_method = superVtable.method_at(i); in update_inherited_vtable()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/oops/
H A DklassVtable.cpp144 klassVtable superVtable = super->vtable(); in initialize_from_super() local
145 assert(superVtable.length() <= _length, "vtable too short"); in initialize_from_super()
147 superVtable.verify(tty, true); in initialize_from_super()
149 superVtable.copy_vtable_to(table()); in initialize_from_super()
156 return superVtable.length(); in initialize_from_super()
468 klassVtable superVtable = super->vtable(); in update_inherited_vtable() local
469 super_method = superVtable.method_at(i); in update_inherited_vtable()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/oops/
H A DklassVtable.cpp150 klassVtable superVtable = super->vtable(); in initialize_from_super() local
151 assert(superVtable.length() <= _length, "vtable too short"); in initialize_from_super()
153 superVtable.verify(tty, true); in initialize_from_super()
155 superVtable.copy_vtable_to(table()); in initialize_from_super()
162 return superVtable.length(); in initialize_from_super()
448 klassVtable superVtable = super->vtable(); in update_inherited_vtable() local
449 super_method = superVtable.method_at(i); in update_inherited_vtable()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DklassVtable.cpp147 klassVtable* superVtable = sk->vtable(); in initialize_from_super() local
148 assert(superVtable->length() <= _length, "vtable too short"); in initialize_from_super()
150 superVtable->verify(tty, true); in initialize_from_super()
152 superVtable->copy_vtable_to(table()); in initialize_from_super()
159 return superVtable->length(); in initialize_from_super()
428 klassVtable* superVtable = super->vtable(); in update_inherited_vtable() local
429 super_method = superVtable->method_at(i); in update_inherited_vtable()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DklassVtable.cpp147 klassVtable* superVtable = sk->vtable(); in initialize_from_super() local
148 assert(superVtable->length() <= _length, "vtable too short"); in initialize_from_super()
150 superVtable->verify(tty, true); in initialize_from_super()
152 superVtable->copy_vtable_to(table()); in initialize_from_super()
159 return superVtable->length(); in initialize_from_super()
428 klassVtable* superVtable = super->vtable(); in update_inherited_vtable() local
429 super_method = superVtable->method_at(i); in update_inherited_vtable()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/
H A DTestResolvedJavaType.java708 VTable superVtable = getVTable(c.getSuperclass()); in getVTable() local
709 vtable.methods.putAll(superVtable.methods); in getVTable()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/
H A DTestResolvedJavaType.java589 VTable superVtable = getVTable(c.getSuperclass()); in getVTable() local
590 vtable.methods.putAll(superVtable.methods); in getVTable()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/
H A DTestResolvedJavaType.java708 VTable superVtable = getVTable(c.getSuperclass()); in getVTable() local
709 vtable.methods.putAll(superVtable.methods); in getVTable()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/
H A DTestResolvedJavaType.java589 VTable superVtable = getVTable(c.getSuperclass()); in getVTable() local
590 vtable.methods.putAll(superVtable.methods); in getVTable()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/
H A DTestResolvedJavaType.java593 VTable superVtable = getVTable(c.getSuperclass()); in getVTable() local
594 vtable.methods.putAll(superVtable.methods); in getVTable()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/
H A DTestResolvedJavaType.java716 VTable superVtable = getVTable(c.getSuperclass()); in getVTable() local
717 vtable.methods.putAll(superVtable.methods); in getVTable()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/
H A DTestResolvedJavaType.java718 VTable superVtable = getVTable(c.getSuperclass()); in getVTable() local
719 vtable.methods.putAll(superVtable.methods); in getVTable()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/
H A DTestResolvedJavaType.java692 VTable superVtable = getVTable(c.getSuperclass()); in getVTable() local
693 vtable.methods.putAll(superVtable.methods); in getVTable()