Searched defs:is_new (Results 1 - 2 of 2) 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 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 39 milliseconds