Home | History | Annotate | Download | only in arm64

Lines Matching defs:false_label_

317   LControlInstruction() : false_label_(NULL), true_label_(NULL) { }
340 if (false_label_ == NULL) {
341 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk));
343 return false_label_;
353 Label* false_label_;