Home
last modified time | relevance | path

Searched refs:not_global_escape (Results 1 – 25 of 30) sorted by relevance

12

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A Descape.cpp353 if (not_global_escape(l)) { in has_ea_local_in_scope()
364 if (m != NULL && not_global_escape(m)) { in has_ea_local_in_scope()
380 if (not_global_escape(p)) { in has_arg_escape()
1953 if (not_global_escape(alock->obj_node())) { in optimize_ideal_graph()
2002 if (alloc->is_Allocate() && not_global_escape(alloc)) { in optimize_ideal_graph()
2261 bool ConnectionGraph::not_global_escape(Node *n) { in not_global_escape() function in ConnectionGraph
H A Descape.hpp576 bool not_global_escape(Node *n);
H A Dcallnode.cpp2058 if (cgr != NULL && cgr->not_global_escape(obj_node())) { in Ideal()
2226 if (cgr != NULL && cgr->not_global_escape(obj_node())) { in Ideal()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A Descape.cpp355 if (not_global_escape(l)) { in has_ea_local_in_scope()
366 if (m != NULL && not_global_escape(m)) { in has_ea_local_in_scope()
382 if (not_global_escape(p)) { in has_arg_escape()
1987 if (not_global_escape(alock->obj_node())) { in optimize_ideal_graph()
2028 if (alloc->is_Allocate() && not_global_escape(alloc)) { in optimize_ideal_graph()
2291 bool ConnectionGraph::not_global_escape(Node *n) { in not_global_escape() function in ConnectionGraph
H A Descape.hpp581 bool not_global_escape(Node *n);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Descape.hpp594 bool not_global_escape(Node *n);
H A Dcallnode.cpp1837 if (cgr != NULL && cgr->not_global_escape(obj_node())) { in Ideal()
2033 if (cgr != NULL && cgr->not_global_escape(obj_node())) { in Ideal()
H A Descape.cpp1944 if (not_global_escape(alock->obj_node())) { in optimize_ideal_graph()
1994 if (not_global_escape(alloc)) { in optimize_ideal_graph()
2254 bool ConnectionGraph::not_global_escape(Node *n) { in not_global_escape() function in ConnectionGraph
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Descape.hpp594 bool not_global_escape(Node *n);
H A Dcallnode.cpp1837 if (cgr != NULL && cgr->not_global_escape(obj_node())) { in Ideal()
2033 if (cgr != NULL && cgr->not_global_escape(obj_node())) { in Ideal()
H A Descape.cpp1944 if (not_global_escape(alock->obj_node())) { in optimize_ideal_graph()
1994 if (not_global_escape(alloc)) { in optimize_ideal_graph()
2254 bool ConnectionGraph::not_global_escape(Node *n) { in not_global_escape() function in ConnectionGraph
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A Descape.hpp573 bool not_global_escape(Node *n);
H A Dcallnode.cpp1833 if (cgr != NULL && cgr->not_global_escape(obj_node())) { in Ideal()
2001 if (cgr != NULL && cgr->not_global_escape(obj_node())) { in Ideal()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A Descape.hpp573 bool not_global_escape(Node *n);
H A Dcallnode.cpp1818 if (cgr != NULL && cgr->not_global_escape(obj_node())) { in Ideal()
1986 if (cgr != NULL && cgr->not_global_escape(obj_node())) { in Ideal()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A Descape.hpp571 bool not_global_escape(Node *n);
H A Dcallnode.cpp1843 if (cgr != NULL && cgr->not_global_escape(obj_node())) { in Ideal()
2011 if (cgr != NULL && cgr->not_global_escape(obj_node())) { in Ideal()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A Descape.hpp570 bool not_global_escape(Node *n);
H A Dcallnode.cpp1845 if (cgr != NULL && cgr->not_global_escape(obj_node())) { in Ideal()
2013 if (cgr != NULL && cgr->not_global_escape(obj_node())) { in Ideal()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Descape.hpp594 bool not_global_escape(Node *n);
H A Dcallnode.cpp1677 if (cgr != NULL && cgr->not_global_escape(obj_node())) { in Ideal()
1842 if (cgr != NULL && cgr->not_global_escape(obj_node())) { in Ideal()
H A Descape.cpp1797 if (not_global_escape(alock->obj_node())) { in optimize_ideal_graph()
1847 if (not_global_escape(alloc)) { in optimize_ideal_graph()
2113 bool ConnectionGraph::not_global_escape(Node *n) { in not_global_escape() function in ConnectionGraph
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Descape.hpp594 bool not_global_escape(Node *n);
H A Dcallnode.cpp1677 if (cgr != NULL && cgr->not_global_escape(obj_node())) { in Ideal()
1842 if (cgr != NULL && cgr->not_global_escape(obj_node())) { in Ideal()
H A Descape.cpp1797 if (not_global_escape(alock->obj_node())) { in optimize_ideal_graph()
1847 if (not_global_escape(alloc)) { in optimize_ideal_graph()
2113 bool ConnectionGraph::not_global_escape(Node *n) { in not_global_escape() function in ConnectionGraph

12