Home
last modified time | relevance | path

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

/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc497 codegen()->PrepareForBailoutBeforeSplit(condition(), true, true_label_, in Plug()
504 if (true_label_ != fall_through_) __ B(true_label_); in Plug()
532 true_label_, in Plug()
540 if (true_label_ != fall_through_) __ B(true_label_); in Plug()
545 if (true_label_ != fall_through_) __ B(true_label_); in Plug()
551 if (true_label_ != fall_through_) __ B(true_label_); in Plug()
605 DCHECK(materialize_true == true_label_); in Plug()
628 true_label_, in Plug()
631 if (true_label_ != fall_through_) { in Plug()
632 __ B(true_label_); in Plug()
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc463 true_label_, in Plug()
470 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
505 true_label_, in Plug()
513 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
518 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
524 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
578 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/mips64/
Dfull-codegen-mips64.cc496 true_label_, in Plug()
503 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug()
531 true_label_, in Plug()
539 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug()
544 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug()
550 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug()
607 DCHECK(materialize_true == true_label_); in Plug()
630 true_label_, in Plug()
633 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc506 true_label_, in Plug()
513 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
541 true_label_, in Plug()
549 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
554 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
560 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
614 DCHECK(materialize_true == true_label_); in Plug()
637 true_label_, in Plug()
640 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
/external/v8/src/full-codegen/s390/
Dfull-codegen-s390.cc485 codegen()->PrepareForBailoutBeforeSplit(condition(), true, true_label_, in Plug()
492 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
513 codegen()->PrepareForBailoutBeforeSplit(condition(), true, true_label_, in Plug()
521 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
526 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
532 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
579 DCHECK(materialize_true == true_label_); in Plug()
597 codegen()->PrepareForBailoutBeforeSplit(condition(), true, true_label_, in Plug()
600 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc485 codegen()->PrepareForBailoutBeforeSplit(condition(), true, true_label_, in Plug()
492 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
517 codegen()->PrepareForBailoutBeforeSplit(condition(), true, true_label_, in Plug()
525 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
530 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
536 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
588 DCHECK(materialize_true == true_label_); in Plug()
609 codegen()->PrepareForBailoutBeforeSplit(condition(), true, true_label_, in Plug()
612 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc497 true_label_, in Plug()
504 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug()
532 true_label_, in Plug()
540 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug()
545 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug()
551 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug()
608 DCHECK(materialize_true == true_label_); in Plug()
631 true_label_, in Plug()
634 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug()
/external/v8/src/full-codegen/
Dfull-codegen.h894 true_label_(true_label), in TestContext()
904 Label* true_label() const { return true_label_; } in true_label()
923 Label* true_label_; variable
Dfull-codegen.cc373 *if_true = true_label_; in PrepareTest()
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc491 true_label_, in Plug()
499 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
504 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
510 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
564 DCHECK(materialize_true == true_label_); in Plug()
589 true_label_, in Plug()
592 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc488 true_label_, in Plug()
496 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
501 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
507 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
561 DCHECK(materialize_true == true_label_); in Plug()
586 true_label_, in Plug()
589 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h485 LControlInstruction() : false_label_(NULL), true_label_(NULL) { } in LControlInstruction()
500 if (true_label_ == NULL) { in TrueLabel()
501 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel()
503 return true_label_; in TrueLabel()
522 Label* true_label_; variable
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h475 LControlInstruction() : false_label_(NULL), true_label_(NULL) { } in LControlInstruction()
490 if (true_label_ == NULL) { in TrueLabel()
491 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel()
493 return true_label_; in TrueLabel()
512 Label* true_label_; variable
/external/v8/src/crankshaft/arm/
Dlithium-arm.h474 LControlInstruction() : false_label_(NULL), true_label_(NULL) { } in LControlInstruction()
489 if (true_label_ == NULL) { in TrueLabel()
490 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel()
492 return true_label_; in TrueLabel()
511 Label* true_label_; variable
/external/v8/src/crankshaft/s390/
Dlithium-s390.h450 LControlInstruction() : false_label_(NULL), true_label_(NULL) {} in LControlInstruction()
465 if (true_label_ == NULL) { in TrueLabel()
466 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel()
468 return true_label_; in TrueLabel()
487 Label* true_label_; variable
/external/v8/src/crankshaft/x64/
Dlithium-x64.h480 LControlInstruction() : false_label_(NULL), true_label_(NULL) { } in LControlInstruction()
495 if (true_label_ == NULL) { in TrueLabel()
496 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel()
498 return true_label_; in TrueLabel()
517 Label* true_label_; variable
/external/v8/src/crankshaft/mips/
Dlithium-mips.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/ppc/
Dlithium-ppc.h468 LControlInstruction() : false_label_(NULL), true_label_(NULL) {} in LControlInstruction()
483 if (true_label_ == NULL) { in TrueLabel()
484 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel()
486 return true_label_; in TrueLabel()
505 Label* true_label_; variable
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h471 LControlInstruction() : false_label_(NULL), true_label_(NULL) { } in LControlInstruction()
486 if (true_label_ == NULL) { in TrueLabel()
487 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel()
489 return true_label_; in TrueLabel()
508 Label* true_label_; variable
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h325 LControlInstruction() : false_label_(NULL), true_label_(NULL) { } in LControlInstruction()
341 if (true_label_ == NULL) { in TrueLabel()
342 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel()
344 return true_label_; in TrueLabel()
362 Label* true_label_; variable