Home | History | Annotate | Download | only in mips

Lines Matching defs:false_label_

518   LControlInstruction() : false_label_(NULL), true_label_(NULL) { }
539 if (false_label_ == NULL) {
540 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk));
542 return false_label_;
554 Label* false_label_;