Home
last modified time | relevance | path

Searched refs:true_label_ (Results 1 – 20 of 20) sorted by relevance

/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc480 true_label_, in Plug()
487 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
522 true_label_, in Plug()
530 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
535 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
541 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
595 DCHECK(materialize_true == true_label_); in Plug()
618 true_label_, in Plug()
621 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc505 codegen()->PrepareForBailoutBeforeSplit(condition(), true, true_label_, in Plug()
512 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
537 codegen()->PrepareForBailoutBeforeSplit(condition(), true, true_label_, in Plug()
545 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
550 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
556 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
608 DCHECK(materialize_true == true_label_); in Plug()
629 codegen()->PrepareForBailoutBeforeSplit(condition(), true, true_label_, in Plug()
632 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc512 true_label_, in Plug()
519 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug()
547 true_label_, in Plug()
555 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug()
560 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug()
566 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug()
623 DCHECK(materialize_true == true_label_); in Plug()
646 true_label_, in Plug()
649 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc510 codegen()->PrepareForBailoutBeforeSplit(condition(), true, true_label_, in Plug()
517 if (true_label_ != fall_through_) __ B(true_label_); in Plug()
545 true_label_, in Plug()
553 if (true_label_ != fall_through_) __ B(true_label_); in Plug()
558 if (true_label_ != fall_through_) __ B(true_label_); in Plug()
564 if (true_label_ != fall_through_) __ B(true_label_); in Plug()
618 DCHECK(materialize_true == true_label_); in Plug()
641 true_label_, in Plug()
644 if (true_label_ != fall_through_) { in Plug()
645 __ B(true_label_); in Plug()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc513 true_label_, in Plug()
520 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug()
548 true_label_, in Plug()
556 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug()
561 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug()
567 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug()
624 DCHECK(materialize_true == true_label_); in Plug()
647 true_label_, in Plug()
650 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc520 true_label_, in Plug()
527 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
555 true_label_, in Plug()
563 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
568 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
574 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
628 DCHECK(materialize_true == true_label_); in Plug()
651 true_label_, in Plug()
654 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
/external/v8/src/full-codegen/s390/
Dfull-codegen-s390.cc502 codegen()->PrepareForBailoutBeforeSplit(condition(), true, true_label_, in Plug()
509 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
530 codegen()->PrepareForBailoutBeforeSplit(condition(), true, true_label_, in Plug()
538 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
543 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
549 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
596 DCHECK(materialize_true == true_label_); in Plug()
614 codegen()->PrepareForBailoutBeforeSplit(condition(), true, true_label_, in Plug()
617 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
/external/v8/src/full-codegen/
Dfull-codegen.h858 true_label_(true_label), in TestContext()
868 Label* true_label() const { return true_label_; } in true_label()
887 Label* true_label_; variable
Dfull-codegen.cc461 *if_true = true_label_; in PrepareTest()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc503 true_label_, in Plug()
511 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
516 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
522 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
576 DCHECK(materialize_true == true_label_); in Plug()
601 true_label_, in Plug()
604 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc506 true_label_, in Plug()
514 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
519 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
525 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
579 DCHECK(materialize_true == true_label_); in Plug()
604 true_label_, in Plug()
607 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h464 LControlInstruction() : false_label_(NULL), true_label_(NULL) { } in LControlInstruction()
479 if (true_label_ == NULL) { in TrueLabel()
480 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel()
482 return true_label_; in TrueLabel()
501 Label* true_label_; variable
/external/v8/src/crankshaft/x64/
Dlithium-x64.h472 LControlInstruction() : false_label_(NULL), true_label_(NULL) { } in LControlInstruction()
487 if (true_label_ == NULL) { in TrueLabel()
488 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel()
490 return true_label_; in TrueLabel()
509 Label* true_label_; variable
/external/v8/src/crankshaft/x87/
Dlithium-x87.h477 LControlInstruction() : false_label_(NULL), true_label_(NULL) { } in LControlInstruction()
492 if (true_label_ == NULL) { in TrueLabel()
493 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel()
495 return true_label_; in TrueLabel()
514 Label* true_label_; variable
/external/v8/src/crankshaft/s390/
Dlithium-s390.h442 LControlInstruction() : false_label_(NULL), true_label_(NULL) {} in LControlInstruction()
457 if (true_label_ == NULL) { in TrueLabel()
458 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel()
460 return true_label_; in TrueLabel()
479 Label* true_label_; variable
/external/v8/src/crankshaft/arm/
Dlithium-arm.h466 LControlInstruction() : false_label_(NULL), true_label_(NULL) { } in LControlInstruction()
481 if (true_label_ == NULL) { in TrueLabel()
482 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel()
484 return true_label_; in TrueLabel()
503 Label* true_label_; variable
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h463 LControlInstruction() : false_label_(NULL), true_label_(NULL) { } in LControlInstruction()
478 if (true_label_ == NULL) { in TrueLabel()
479 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel()
481 return true_label_; in TrueLabel()
500 Label* true_label_; variable
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h467 LControlInstruction() : false_label_(NULL), true_label_(NULL) { } in LControlInstruction()
482 if (true_label_ == NULL) { in TrueLabel()
483 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel()
485 return true_label_; in TrueLabel()
504 Label* true_label_; variable
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h460 LControlInstruction() : false_label_(NULL), true_label_(NULL) {} in LControlInstruction()
475 if (true_label_ == NULL) { in TrueLabel()
476 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel()
478 return true_label_; in TrueLabel()
497 Label* true_label_; variable
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h317 LControlInstruction() : false_label_(NULL), true_label_(NULL) { } in LControlInstruction()
333 if (true_label_ == NULL) { in TrueLabel()
334 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel()
336 return true_label_; in TrueLabel()
354 Label* true_label_; variable