Home
last modified time | relevance | path

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

/external/v8/src/full-codegen/
Dfull-codegen.h872 fall_through_(fall_through) { } in TestContext()
882 Label* fall_through() const { return fall_through_; } in fall_through()
901 Label* fall_through_; variable
Dfull-codegen.cc363 *fall_through = fall_through_; in PrepareTest()
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc479 if (false_label_ != fall_through_) __ jmp(false_label_); in Plug()
481 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
519 if (false_label_ != fall_through_) __ jmp(false_label_); in Plug()
521 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
524 if (false_label_ != fall_through_) __ jmp(false_label_); in Plug()
526 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
530 if (false_label_ != fall_through_) __ jmp(false_label_); in Plug()
532 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
637 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
639 if (false_label_ != fall_through_) __ jmp(false_label_); in Plug()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc517 if (false_label_ != fall_through_) __ B(false_label_); in Plug()
519 if (true_label_ != fall_through_) __ B(true_label_); in Plug()
551 if (false_label_ != fall_through_) __ B(false_label_); in Plug()
553 if (true_label_ != fall_through_) __ B(true_label_); in Plug()
556 if (false_label_ != fall_through_) __ B(false_label_); in Plug()
558 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()
671 if (true_label_ != fall_through_) { in Plug()
675 if (false_label_ != fall_through_) { in Plug()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc515 if (false_label_ != fall_through_) __ Branch(false_label_); in Plug()
517 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()
554 if (false_label_ != fall_through_) __ Branch(false_label_); in Plug()
556 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug()
560 if (false_label_ != fall_through_) __ Branch(false_label_); in Plug()
562 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug()
671 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug()
673 if (false_label_ != fall_through_) __ Branch(false_label_); in Plug()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc503 if (false_label_ != fall_through_) __ b(false_label_); in Plug()
505 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
534 if (false_label_ != fall_through_) __ b(false_label_); in Plug()
536 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
539 if (false_label_ != fall_through_) __ b(false_label_); in Plug()
541 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
545 if (false_label_ != fall_through_) __ b(false_label_); in Plug()
547 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
649 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
651 if (false_label_ != fall_through_) __ b(false_label_); in Plug()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc524 if (false_label_ != fall_through_) __ b(false_label_); in Plug()
526 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
558 if (false_label_ != fall_through_) __ b(false_label_); in Plug()
560 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
563 if (false_label_ != fall_through_) __ b(false_label_); in Plug()
565 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
569 if (false_label_ != fall_through_) __ b(false_label_); in Plug()
571 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
678 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
680 if (false_label_ != fall_through_) __ b(false_label_); in Plug()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.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()
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/full-codegen/x87/
Dfull-codegen-x87.cc502 if (false_label_ != fall_through_) __ jmp(false_label_); in Plug()
504 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
507 if (false_label_ != fall_through_) __ jmp(false_label_); in Plug()
509 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
513 if (false_label_ != fall_through_) __ jmp(false_label_); in Plug()
515 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
622 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
624 if (false_label_ != fall_through_) __ jmp(false_label_); in Plug()
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc505 if (false_label_ != fall_through_) __ jmp(false_label_); in Plug()
507 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
510 if (false_label_ != fall_through_) __ jmp(false_label_); in Plug()
512 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
516 if (false_label_ != fall_through_) __ jmp(false_label_); in Plug()
518 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
625 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
627 if (false_label_ != fall_through_) __ jmp(false_label_); in Plug()