Home | History | Annotate | Download | only in x64

Lines Matching defs:true_label_

526   LControlInstruction() : false_label_(NULL), true_label_(NULL) { }
541 if (true_label_ == NULL) {
542 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk));
544 return true_label_;
563 Label* true_label_;