Searched refs:not_global_escape (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Descape.hpp583 bool not_global_escape(Node *n);
H A Dcallnode.cpp1566 if (cgr != NULL && cgr->not_global_escape(obj_node())) {
1705 if (cgr != NULL && cgr->not_global_escape(obj_node())) {
H A Descape.cpp1694 if (not_global_escape(alock->obj_node())) {
1741 if (not_global_escape(alloc)) {
2000 bool ConnectionGraph::not_global_escape(Node *n) { function in class:ConnectionGraph

Completed in 47 milliseconds