Home | History | Annotate | Download | only in mips64

Lines Matching defs:false_label_

517   LControlInstruction() : false_label_(NULL), true_label_(NULL) { }
538 if (false_label_ == NULL) {
539 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk));
541 return false_label_;
553 Label* false_label_;