Home | History | Annotate | Download | only in x87

Lines Matching refs:true_label_

485   LControlInstruction() : false_label_(NULL), true_label_(NULL) { }
500 if (true_label_ == NULL) {
501 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk));
503 return true_label_;
522 Label* true_label_;