Home | History | Annotate | Download | only in compiler

Lines Matching full:early_exit

710   bool early_exit = false;
712 return PruneAppImageClassInternal(klass, &early_exit, &visited);
717 bool* early_exit,
719 DCHECK(early_exit != nullptr);
732 *early_exit = true;
800 *early_exit |= my_early_exit;