Searched refs:true_label_ (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/ |
D | full-codegen.h | 730 true_label_(true_label), in TestContext() 740 Label* true_label() const { return true_label_; } in true_label() 761 Label* true_label_; variable
|
D | full-codegen.cc | 560 *if_true = true_label_; in PrepareTest()
|
/external/v8/src/arm/ |
D | full-codegen-arm.cc | 509 true_label_, in Plug() 516 if (true_label_ != fall_through_) __ b(true_label_); in Plug() 544 true_label_, in Plug() 550 if (true_label_ != fall_through_) __ b(true_label_); in Plug() 555 if (true_label_ != fall_through_) __ b(true_label_); in Plug() 561 if (true_label_ != fall_through_) __ b(true_label_); in Plug() 643 ASSERT(materialize_true == true_label_); in Plug() 670 true_label_, in Plug() 673 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
|
/external/v8/src/x64/ |
D | full-codegen-x64.cc | 440 true_label_, in Plug() 447 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug() 473 true_label_, in Plug() 479 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug() 484 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug() 490 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug() 570 ASSERT(materialize_true == true_label_); in Plug() 596 true_label_, in Plug() 599 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
|
/external/v8/src/mips/ |
D | full-codegen-mips.cc | 517 true_label_, in Plug() 524 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug() 552 true_label_, in Plug() 558 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug() 563 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug() 569 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug() 651 ASSERT(materialize_true == true_label_); in Plug() 678 true_label_, in Plug() 681 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug()
|
/external/v8/src/ia32/ |
D | full-codegen-ia32.cc | 530 true_label_, in Plug() 536 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug() 541 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug() 547 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug() 627 ASSERT(materialize_true == true_label_); in Plug() 655 true_label_, in Plug() 658 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
|