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

/openjdk7/hotspot/src/share/vm/opto/
H A Descape.hpp468 bool is_new = from->add_edge(to); local
469 assert(to != phantom_obj || is_new, "sanity");
470 if (is_new) { // New edge?
472 is_new = to->add_use(from);
473 assert(is_new, "use should be also new");
475 return is_new;
487 bool is_new = from->add_base(to); local
488 assert(to != phantom_obj || is_new, "sanity");
489 if (is_new) { // New edge?
492 return is_new; // Do
[all...]
H A DphaseX.cpp1040 DEBUG_ONLY(bool is_new = (k->outcnt() == 0);)
1042 assert(i != k || is_new || i->outcnt() > 0, "don't return dead nodes");
1080 DEBUG_ONLY(is_new = (k->outcnt() == 0);)
1082 assert(i != k || is_new || i->outcnt() > 0, "don't return dead nodes");
H A Dnode.cpp1567 bool is_new = C->node_arena()->contains(this); local
1569 st->print("%c%d\t%s\t=== ", is_new ? ' ' : 'o', _idx, Name());
1624 if (is_new) {

Completed in 54 milliseconds