Home
last modified time | relevance | path

Searched refs:fall_through_ (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/
Dfull-codegen.h770 fall_through_(fall_through) { } in TestContext()
780 Label* fall_through() const { return fall_through_; } in fall_through()
801 Label* fall_through_; variable
Dfull-codegen.cc574 *fall_through = fall_through_; in PrepareTest()
/external/v8/src/x64/
Dfull-codegen-x64.cc489 if (false_label_ != fall_through_) __ jmp(false_label_); in Plug()
491 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
529 if (false_label_ != fall_through_) __ jmp(false_label_); in Plug()
531 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
534 if (false_label_ != fall_through_) __ jmp(false_label_); in Plug()
536 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
540 if (false_label_ != fall_through_) __ jmp(false_label_); in Plug()
542 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
651 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
653 if (false_label_ != fall_through_) __ jmp(false_label_); in Plug()
/external/v8/src/arm64/
Dfull-codegen-arm64.cc514 if (false_label_ != fall_through_) __ B(false_label_); in Plug()
516 if (true_label_ != fall_through_) __ B(true_label_); in Plug()
548 if (false_label_ != fall_through_) __ B(false_label_); in Plug()
550 if (true_label_ != fall_through_) __ B(true_label_); in Plug()
553 if (false_label_ != fall_through_) __ B(false_label_); in Plug()
555 if (true_label_ != fall_through_) __ B(true_label_); in Plug()
559 if (false_label_ != fall_through_) __ B(false_label_); in Plug()
561 if (true_label_ != fall_through_) __ B(true_label_); in Plug()
672 if (true_label_ != fall_through_) { in Plug()
676 if (false_label_ != fall_through_) { in Plug()
/external/v8/src/mips/
Dfull-codegen-mips.cc514 if (false_label_ != fall_through_) __ Branch(false_label_); in Plug()
516 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug()
548 if (false_label_ != fall_through_) __ Branch(false_label_); in Plug()
550 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug()
553 if (false_label_ != fall_through_) __ Branch(false_label_); in Plug()
555 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug()
559 if (false_label_ != fall_through_) __ Branch(false_label_); in Plug()
561 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug()
674 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug()
676 if (false_label_ != fall_through_) __ Branch(false_label_); in Plug()
/external/v8/src/mips64/
Dfull-codegen-mips64.cc510 if (false_label_ != fall_through_) __ Branch(false_label_); in Plug()
512 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug()
544 if (false_label_ != fall_through_) __ Branch(false_label_); in Plug()
546 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug()
549 if (false_label_ != fall_through_) __ Branch(false_label_); in Plug()
551 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug()
555 if (false_label_ != fall_through_) __ Branch(false_label_); in Plug()
557 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug()
670 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug()
672 if (false_label_ != fall_through_) __ Branch(false_label_); in Plug()
/external/v8/src/arm/
Dfull-codegen-arm.cc528 if (false_label_ != fall_through_) __ b(false_label_); in Plug()
530 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
562 if (false_label_ != fall_through_) __ b(false_label_); in Plug()
564 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
567 if (false_label_ != fall_through_) __ b(false_label_); in Plug()
569 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
573 if (false_label_ != fall_through_) __ b(false_label_); in Plug()
575 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
686 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
688 if (false_label_ != fall_through_) __ b(false_label_); in Plug()
/external/v8/src/x87/
Dfull-codegen-x87.cc503 if (false_label_ != fall_through_) __ jmp(false_label_); in Plug()
505 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
508 if (false_label_ != fall_through_) __ jmp(false_label_); in Plug()
510 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
514 if (false_label_ != fall_through_) __ jmp(false_label_); in Plug()
516 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
627 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
629 if (false_label_ != fall_through_) __ jmp(false_label_); in Plug()
/external/v8/src/ia32/
Dfull-codegen-ia32.cc506 if (false_label_ != fall_through_) __ jmp(false_label_); in Plug()
508 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
511 if (false_label_ != fall_through_) __ jmp(false_label_); in Plug()
513 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
517 if (false_label_ != fall_through_) __ jmp(false_label_); in Plug()
519 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
630 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
632 if (false_label_ != fall_through_) __ jmp(false_label_); in Plug()