Home | History | Annotate | Download | only in mips

Lines Matching defs:true_label_

518   LControlInstruction() : false_label_(NULL), true_label_(NULL) { }
533 if (true_label_ == NULL) {
534 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk));
536 return true_label_;
555 Label* true_label_;