Home
last modified time | relevance | path

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

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/ci/
H A DciMethod.hpp330 bool can_be_statically_bound() const { return _can_be_statically_bound; } in can_be_statically_bound() function in ciMethod
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/ci/
H A DciMethod.hpp330 bool can_be_statically_bound() const { return _can_be_statically_bound; } in can_be_statically_bound() function in ciMethod
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/ci/
H A DciMethod.hpp343 bool can_be_statically_bound() const { return _can_be_statically_bound; } in can_be_statically_bound() function in ciMethod
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/ci/
H A DciMethod.hpp354 bool can_be_statically_bound() const { return _can_be_statically_bound; } in can_be_statically_bound() function in ciMethod
H A DciMethod.cpp792 bool ciMethod::can_be_statically_bound(ciInstanceKlass* context) const { in can_be_statically_bound() function in ciMethod
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/ci/
H A DciMethod.hpp343 bool can_be_statically_bound() const { return _can_be_statically_bound; } in can_be_statically_bound() function in ciMethod
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/ci/
H A DciMethod.hpp346 bool can_be_statically_bound() const { return _can_be_statically_bound; } in can_be_statically_bound() function in ciMethod
H A DciMethod.cpp756 bool ciMethod::can_be_statically_bound(ciInstanceKlass* context) const { in can_be_statically_bound() function in ciMethod
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/ci/
H A DciMethod.hpp358 bool can_be_statically_bound() const { return _can_be_statically_bound; } in can_be_statically_bound() function in ciMethod
H A DciMethod.cpp764 bool ciMethod::can_be_statically_bound(ciInstanceKlass* context) const { in can_be_statically_bound() function in ciMethod
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/ci/
H A DciMethod.hpp343 bool can_be_statically_bound() const { return _can_be_statically_bound; } in can_be_statically_bound() function in ciMethod
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/ci/
H A DciMethod.hpp354 bool can_be_statically_bound() const { return _can_be_statically_bound; } in can_be_statically_bound() function in ciMethod
H A DciMethod.cpp792 bool ciMethod::can_be_statically_bound(ciInstanceKlass* context) const { in can_be_statically_bound() function in ciMethod
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/ci/
H A DciMethod.hpp354 bool can_be_statically_bound() const { return _can_be_statically_bound; } in can_be_statically_bound() function in ciMethod
H A DciMethod.cpp792 bool ciMethod::can_be_statically_bound(ciInstanceKlass* context) const { in can_be_statically_bound() function in ciMethod
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/oops/
H A Dmethod.cpp616 bool Method::can_be_statically_bound(AccessFlags class_access_flags) const { in can_be_statically_bound() function in Method
631 bool Method::can_be_statically_bound() const { in can_be_statically_bound() function in Method
635 bool Method::can_be_statically_bound(InstanceKlass* context) const { in can_be_statically_bound() function in Method
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/oops/
H A Dmethod.cpp735 bool Method::can_be_statically_bound(AccessFlags class_access_flags) const { in can_be_statically_bound() function in Method
750 bool Method::can_be_statically_bound() const { in can_be_statically_bound() function in Method
754 bool Method::can_be_statically_bound(InstanceKlass* context) const { in can_be_statically_bound() function in Method
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/oops/
H A Dmethod.cpp801 bool Method::can_be_statically_bound(AccessFlags class_access_flags) const { in can_be_statically_bound() function in Method
816 bool Method::can_be_statically_bound() const { in can_be_statically_bound() function in Method
820 bool Method::can_be_statically_bound(InstanceKlass* context) const { in can_be_statically_bound() function in Method
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/oops/
H A Dmethod.cpp704 bool Method::can_be_statically_bound(AccessFlags class_access_flags) const { in can_be_statically_bound() function in Method
719 bool Method::can_be_statically_bound() const { in can_be_statically_bound() function in Method
723 bool Method::can_be_statically_bound(InstanceKlass* context) const { in can_be_statically_bound() function in Method
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/oops/
H A Dmethod.cpp696 bool Method::can_be_statically_bound(AccessFlags class_access_flags) const { in can_be_statically_bound() function in Method
711 bool Method::can_be_statically_bound() const { in can_be_statically_bound() function in Method
715 bool Method::can_be_statically_bound(InstanceKlass* context) const { in can_be_statically_bound() function in Method
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A Dmethod.cpp556 bool Method::can_be_statically_bound(AccessFlags class_access_flags) const { in can_be_statically_bound() function in Method
569 bool Method::can_be_statically_bound() const { in can_be_statically_bound() function in Method
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A Dmethod.cpp556 bool Method::can_be_statically_bound(AccessFlags class_access_flags) const { in can_be_statically_bound() function in Method
569 bool Method::can_be_statically_bound() const { in can_be_statically_bound() function in Method
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A Dmethod.cpp640 bool Method::can_be_statically_bound(AccessFlags class_access_flags) const { in can_be_statically_bound() function in Method
655 bool Method::can_be_statically_bound() const { in can_be_statically_bound() function in Method
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A Dmethod.cpp640 bool Method::can_be_statically_bound(AccessFlags class_access_flags) const { in can_be_statically_bound() function in Method
655 bool Method::can_be_statically_bound() const { in can_be_statically_bound() function in Method
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/oops/
H A Dmethod.cpp581 bool Method::can_be_statically_bound(AccessFlags class_access_flags) const { in can_be_statically_bound() function in Method
596 bool Method::can_be_statically_bound() const { in can_be_statically_bound() function in Method