/external/v8/src/full-codegen/x64/ |
D | full-codegen-x64.cc | 480 true_label_, in Plug() 487 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug() 522 true_label_, in Plug() 530 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug() 535 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug() 541 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug() 595 DCHECK(materialize_true == true_label_); in Plug() 618 true_label_, in Plug() 621 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
|
/external/v8/src/full-codegen/ppc/ |
D | full-codegen-ppc.cc | 505 codegen()->PrepareForBailoutBeforeSplit(condition(), true, true_label_, in Plug() 512 if (true_label_ != fall_through_) __ b(true_label_); in Plug() 537 codegen()->PrepareForBailoutBeforeSplit(condition(), true, true_label_, in Plug() 545 if (true_label_ != fall_through_) __ b(true_label_); in Plug() 550 if (true_label_ != fall_through_) __ b(true_label_); in Plug() 556 if (true_label_ != fall_through_) __ b(true_label_); in Plug() 608 DCHECK(materialize_true == true_label_); in Plug() 629 codegen()->PrepareForBailoutBeforeSplit(condition(), true, true_label_, in Plug() 632 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
|
/external/v8/src/full-codegen/mips64/ |
D | full-codegen-mips64.cc | 512 true_label_, in Plug() 519 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug() 547 true_label_, in Plug() 555 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug() 560 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug() 566 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug() 623 DCHECK(materialize_true == true_label_); in Plug() 646 true_label_, in Plug() 649 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug()
|
/external/v8/src/full-codegen/arm64/ |
D | full-codegen-arm64.cc | 510 codegen()->PrepareForBailoutBeforeSplit(condition(), true, true_label_, in Plug() 517 if (true_label_ != fall_through_) __ B(true_label_); in Plug() 545 true_label_, in Plug() 553 if (true_label_ != fall_through_) __ B(true_label_); in Plug() 558 if (true_label_ != fall_through_) __ B(true_label_); in Plug() 564 if (true_label_ != fall_through_) __ B(true_label_); in Plug() 618 DCHECK(materialize_true == true_label_); in Plug() 641 true_label_, in Plug() 644 if (true_label_ != fall_through_) { in Plug() 645 __ B(true_label_); in Plug()
|
/external/v8/src/full-codegen/mips/ |
D | full-codegen-mips.cc | 513 true_label_, in Plug() 520 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug() 548 true_label_, in Plug() 556 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug() 561 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug() 567 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug() 624 DCHECK(materialize_true == true_label_); in Plug() 647 true_label_, in Plug() 650 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug()
|
/external/v8/src/full-codegen/arm/ |
D | full-codegen-arm.cc | 520 true_label_, in Plug() 527 if (true_label_ != fall_through_) __ b(true_label_); in Plug() 555 true_label_, in Plug() 563 if (true_label_ != fall_through_) __ b(true_label_); in Plug() 568 if (true_label_ != fall_through_) __ b(true_label_); in Plug() 574 if (true_label_ != fall_through_) __ b(true_label_); in Plug() 628 DCHECK(materialize_true == true_label_); in Plug() 651 true_label_, in Plug() 654 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
|
/external/v8/src/full-codegen/s390/ |
D | full-codegen-s390.cc | 502 codegen()->PrepareForBailoutBeforeSplit(condition(), true, true_label_, in Plug() 509 if (true_label_ != fall_through_) __ b(true_label_); in Plug() 530 codegen()->PrepareForBailoutBeforeSplit(condition(), true, true_label_, in Plug() 538 if (true_label_ != fall_through_) __ b(true_label_); in Plug() 543 if (true_label_ != fall_through_) __ b(true_label_); in Plug() 549 if (true_label_ != fall_through_) __ b(true_label_); in Plug() 596 DCHECK(materialize_true == true_label_); in Plug() 614 codegen()->PrepareForBailoutBeforeSplit(condition(), true, true_label_, in Plug() 617 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
|
/external/v8/src/full-codegen/ |
D | full-codegen.h | 858 true_label_(true_label), in TestContext() 868 Label* true_label() const { return true_label_; } in true_label() 887 Label* true_label_; variable
|
D | full-codegen.cc | 461 *if_true = true_label_; in PrepareTest()
|
/external/v8/src/full-codegen/x87/ |
D | full-codegen-x87.cc | 503 true_label_, in Plug() 511 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug() 516 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug() 522 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug() 576 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/ia32/ |
D | full-codegen-ia32.cc | 506 true_label_, in Plug() 514 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug() 519 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug() 525 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug() 579 DCHECK(materialize_true == true_label_); in Plug() 604 true_label_, in Plug() 607 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 464 LControlInstruction() : false_label_(NULL), true_label_(NULL) { } in LControlInstruction() 479 if (true_label_ == NULL) { in TrueLabel() 480 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 482 return true_label_; in TrueLabel() 501 Label* true_label_; variable
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 472 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/x87/ |
D | lithium-x87.h | 477 LControlInstruction() : false_label_(NULL), true_label_(NULL) { } in LControlInstruction() 492 if (true_label_ == NULL) { in TrueLabel() 493 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 495 return true_label_; in TrueLabel() 514 Label* true_label_; variable
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.h | 442 LControlInstruction() : false_label_(NULL), true_label_(NULL) {} in LControlInstruction() 457 if (true_label_ == NULL) { in TrueLabel() 458 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 460 return true_label_; in TrueLabel() 479 Label* true_label_; variable
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 466 LControlInstruction() : false_label_(NULL), true_label_(NULL) { } in LControlInstruction() 481 if (true_label_ == NULL) { in TrueLabel() 482 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 484 return true_label_; in TrueLabel() 503 Label* true_label_; variable
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 463 LControlInstruction() : false_label_(NULL), true_label_(NULL) { } in LControlInstruction() 478 if (true_label_ == NULL) { in TrueLabel() 479 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 481 return true_label_; in TrueLabel() 500 Label* true_label_; variable
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 467 LControlInstruction() : false_label_(NULL), true_label_(NULL) { } in LControlInstruction() 482 if (true_label_ == NULL) { in TrueLabel() 483 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 485 return true_label_; in TrueLabel() 504 Label* true_label_; variable
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 460 LControlInstruction() : false_label_(NULL), true_label_(NULL) {} in LControlInstruction() 475 if (true_label_ == NULL) { in TrueLabel() 476 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 478 return true_label_; in TrueLabel() 497 Label* true_label_; variable
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 317 LControlInstruction() : false_label_(NULL), true_label_(NULL) { } in LControlInstruction() 333 if (true_label_ == NULL) { in TrueLabel() 334 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 336 return true_label_; in TrueLabel() 354 Label* true_label_; variable
|