Searched refs:NoEscape (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Descape.cpp51 add_java_object(oop_null, PointsToNode::NoEscape);
209 if (ptn->escape_state() == PointsToNode::NoEscape &&
225 assert(null_obj->escape_state() == PointsToNode::NoEscape &&
254 assert(ptn->escape_state() == PointsToNode::NoEscape && ptn->scalar_replaceable(), "sanity");
300 add_local_var_and_edge(n, PointsToNode::NoEscape,
355 add_field(n, PointsToNode::NoEscape, offset);
372 add_local_var_and_edge(n, PointsToNode::NoEscape,
377 add_local_var(n, PointsToNode::NoEscape);
389 es = PointsToNode::NoEscape;
428 add_local_var(n, PointsToNode::NoEscape);
[all...]
H A Descape.hpp152 NoEscape = 1, // An object does not escape method or thread and it is enumerator in enum:PointsToNode::__anon314
254 if (es > NoEscape)

Completed in 36 milliseconds