/external/v8/src/full-codegen/arm64/ |
D | full-codegen-arm64.cc | 497 codegen()->PrepareForBailoutBeforeSplit(condition(), true, true_label_, in Plug() 504 if (true_label_ != fall_through_) __ B(true_label_); in Plug() 532 true_label_, in Plug() 540 if (true_label_ != fall_through_) __ B(true_label_); in Plug() 545 if (true_label_ != fall_through_) __ B(true_label_); in Plug() 551 if (true_label_ != fall_through_) __ B(true_label_); in Plug() 605 DCHECK(materialize_true == true_label_); in Plug() 628 true_label_, in Plug() 631 if (true_label_ != fall_through_) { in Plug() 632 __ B(true_label_); in Plug()
|
/external/v8/src/full-codegen/x64/ |
D | full-codegen-x64.cc | 463 true_label_, in Plug() 470 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug() 505 true_label_, in Plug() 513 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug() 518 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug() 524 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug() 578 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/mips64/ |
D | full-codegen-mips64.cc | 496 true_label_, in Plug() 503 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug() 531 true_label_, in Plug() 539 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug() 544 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug() 550 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug() 607 DCHECK(materialize_true == true_label_); in Plug() 630 true_label_, in Plug() 633 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug()
|
/external/v8/src/full-codegen/arm/ |
D | full-codegen-arm.cc | 506 true_label_, in Plug() 513 if (true_label_ != fall_through_) __ b(true_label_); in Plug() 541 true_label_, in Plug() 549 if (true_label_ != fall_through_) __ b(true_label_); in Plug() 554 if (true_label_ != fall_through_) __ b(true_label_); in Plug() 560 if (true_label_ != fall_through_) __ b(true_label_); in Plug() 614 DCHECK(materialize_true == true_label_); in Plug() 637 true_label_, in Plug() 640 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
|
/external/v8/src/full-codegen/s390/ |
D | full-codegen-s390.cc | 485 codegen()->PrepareForBailoutBeforeSplit(condition(), true, true_label_, in Plug() 492 if (true_label_ != fall_through_) __ b(true_label_); in Plug() 513 codegen()->PrepareForBailoutBeforeSplit(condition(), true, true_label_, in Plug() 521 if (true_label_ != fall_through_) __ b(true_label_); in Plug() 526 if (true_label_ != fall_through_) __ b(true_label_); in Plug() 532 if (true_label_ != fall_through_) __ b(true_label_); in Plug() 579 DCHECK(materialize_true == true_label_); in Plug() 597 codegen()->PrepareForBailoutBeforeSplit(condition(), true, true_label_, in Plug() 600 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
|
/external/v8/src/full-codegen/ppc/ |
D | full-codegen-ppc.cc | 485 codegen()->PrepareForBailoutBeforeSplit(condition(), true, true_label_, in Plug() 492 if (true_label_ != fall_through_) __ b(true_label_); in Plug() 517 codegen()->PrepareForBailoutBeforeSplit(condition(), true, true_label_, in Plug() 525 if (true_label_ != fall_through_) __ b(true_label_); in Plug() 530 if (true_label_ != fall_through_) __ b(true_label_); in Plug() 536 if (true_label_ != fall_through_) __ b(true_label_); in Plug() 588 DCHECK(materialize_true == true_label_); in Plug() 609 codegen()->PrepareForBailoutBeforeSplit(condition(), true, true_label_, in Plug() 612 if (true_label_ != fall_through_) __ b(true_label_); in Plug()
|
/external/v8/src/full-codegen/mips/ |
D | full-codegen-mips.cc | 497 true_label_, in Plug() 504 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug() 532 true_label_, in Plug() 540 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug() 545 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug() 551 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug() 608 DCHECK(materialize_true == true_label_); in Plug() 631 true_label_, in Plug() 634 if (true_label_ != fall_through_) __ Branch(true_label_); in Plug()
|
/external/v8/src/full-codegen/ |
D | full-codegen.h | 894 true_label_(true_label), in TestContext() 904 Label* true_label() const { return true_label_; } in true_label() 923 Label* true_label_; variable
|
D | full-codegen.cc | 373 *if_true = true_label_; in PrepareTest()
|
/external/v8/src/full-codegen/ia32/ |
D | full-codegen-ia32.cc | 491 true_label_, in Plug() 499 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug() 504 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug() 510 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug() 564 DCHECK(materialize_true == true_label_); in Plug() 589 true_label_, in Plug() 592 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
|
/external/v8/src/full-codegen/x87/ |
D | full-codegen-x87.cc | 488 true_label_, in Plug() 496 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug() 501 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug() 507 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug() 561 DCHECK(materialize_true == true_label_); in Plug() 586 true_label_, in Plug() 589 if (true_label_ != fall_through_) __ jmp(true_label_); in Plug()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 485 LControlInstruction() : false_label_(NULL), true_label_(NULL) { } in LControlInstruction() 500 if (true_label_ == NULL) { in TrueLabel() 501 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 503 return true_label_; in TrueLabel() 522 Label* true_label_; variable
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 475 LControlInstruction() : false_label_(NULL), true_label_(NULL) { } in LControlInstruction() 490 if (true_label_ == NULL) { in TrueLabel() 491 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 493 return true_label_; in TrueLabel() 512 Label* true_label_; variable
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 474 LControlInstruction() : false_label_(NULL), true_label_(NULL) { } in LControlInstruction() 489 if (true_label_ == NULL) { in TrueLabel() 490 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 492 return true_label_; in TrueLabel() 511 Label* true_label_; variable
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.h | 450 LControlInstruction() : false_label_(NULL), true_label_(NULL) {} in LControlInstruction() 465 if (true_label_ == NULL) { in TrueLabel() 466 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 468 return true_label_; in TrueLabel() 487 Label* true_label_; variable
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 480 LControlInstruction() : false_label_(NULL), true_label_(NULL) { } in LControlInstruction() 495 if (true_label_ == NULL) { in TrueLabel() 496 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 498 return true_label_; in TrueLabel() 517 Label* true_label_; variable
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.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/ppc/ |
D | lithium-ppc.h | 468 LControlInstruction() : false_label_(NULL), true_label_(NULL) {} in LControlInstruction() 483 if (true_label_ == NULL) { in TrueLabel() 484 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 486 return true_label_; in TrueLabel() 505 Label* true_label_; variable
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 471 LControlInstruction() : false_label_(NULL), true_label_(NULL) { } in LControlInstruction() 486 if (true_label_ == NULL) { in TrueLabel() 487 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 489 return true_label_; in TrueLabel() 508 Label* true_label_; variable
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 325 LControlInstruction() : false_label_(NULL), true_label_(NULL) { } in LControlInstruction() 341 if (true_label_ == NULL) { in TrueLabel() 342 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 344 return true_label_; in TrueLabel() 362 Label* true_label_; variable
|