Home | History | Annotate | Download | only in x87

Lines Matching defs:true_label_

534   LControlInstruction() : false_label_(NULL), true_label_(NULL) { }
549 if (true_label_ == NULL) {
550 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk));
552 return true_label_;
571 Label* true_label_;