Home
last modified time | relevance | path

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

/external/v8/src/
Dfull-codegen.h730 true_label_(true_label), in TestContext()
740 Label* true_label() const { return true_label_; } in true_label()
761 Label* true_label_; variable
Dfull-codegen.cc560 *if_true = true_label_; in PrepareTest()
/external/v8/src/arm/
Dfull-codegen-arm.cc509 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/
Dfull-codegen-x64.cc440 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/
Dfull-codegen-mips.cc517 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/
Dfull-codegen-ia32.cc530 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()