Home | History | Annotate | Download | only in s390

Lines Matching defs:false_label_

442   LControlInstruction() : false_label_(NULL), true_label_(NULL) {}
463 if (false_label_ == NULL) {
464 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk));
466 return false_label_;
478 Label* false_label_;