Home | History | Annotate | Download | only in x64

Lines Matching defs:false_label_

526   LControlInstruction() : false_label_(NULL), true_label_(NULL) { }
547 if (false_label_ == NULL) {
548 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk));
550 return false_label_;
562 Label* false_label_;