Lines Matching defs:constructor
441 // Find the constructor call
453 Node* constructor = NULL;
461 // Matched the constructor.
485 constructor = use;
489 tty->print("unexpected constructor signature: %s", sig->as_utf8());
496 if (constructor == NULL) {
497 // couldn't find constructor
500 tty->print("giving up because couldn't find constructor ");
507 // Walked all the way back and found the constructor call so see
510 sc->add_control(constructor);