Home | History | Annotate | Download | only in mips64

Lines Matching defs:true_label_

517   LControlInstruction() : false_label_(NULL), true_label_(NULL) { }
532 if (true_label_ == NULL) {
533 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk));
535 return true_label_;
554 Label* true_label_;