Home | History | Annotate | Download | only in arm64

Lines Matching defs:true_label_

361   LControlInstruction() : false_label_(NULL), true_label_(NULL) { }
377 if (true_label_ == NULL) {
378 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk));
380 return true_label_;
398 Label* true_label_;