Home
last modified time | relevance | path

Searched refs:true_label (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/
Dfull-codegen.h725 Label* true_label, in TestContext() argument
730 true_label_(true_label), in TestContext()
740 Label* true_label() const { return true_label_; } in true_label() function
Dfull-codegen.cc568 context->true_label(), in DoTest()
808 VisitForControl(expr, test->true_label(), test->false_label(), in VisitInDuplicateContext()
835 VisitForControl(left, test->true_label(), &eval_right, &eval_right); in VisitLogicalExpression()
1342 for_test->true_label(), in VisitConditional()
/external/v8/src/mips/
Dlithium-codegen-mips.cc1479 Label* true_label = chunk_->GetAssemblyLabel(true_block); in DoBranch() local
1494 __ Branch(true_label, eq, reg, Operand(at)); in DoBranch()
1507 __ JumpIfSmi(reg, true_label); in DoBranch()
1528 __ Branch(true_label, ge, at, Operand(FIRST_SPEC_OBJECT_TYPE)); in DoBranch()
1537 __ Branch(true_label, ne, at, Operand(zero_reg)); in DoBranch()
1549 __ BranchF(true_label, false_label, ne, dbl_scratch, kDoubleRegZero); in DoBranch()
1702 Label* true_label = chunk_->GetAssemblyLabel(true_block); in DoIsNilAndBranch() local
1704 __ Branch(USE_DELAY_SLOT, true_label, eq, reg, Operand(at)); in DoIsNilAndBranch()
1706 __ Branch(USE_DELAY_SLOT, true_label, eq, reg, Operand(at)); in DoIsNilAndBranch()
1751 Label* true_label = chunk_->GetAssemblyLabel(true_block); in DoIsObjectAndBranch() local
[all …]
Dlithium-codegen-mips.h296 Condition EmitTypeofIs(Label* true_label,
Dfull-codegen-mips.cc3874 test->true_label(), in VisitUnaryOperation()
3876 context()->Plug(test->true_label(), test->false_label()); in VisitUnaryOperation()
/external/v8/src/ia32/
Dlithium-codegen-ia32.cc1443 Label* true_label = chunk_->GetAssemblyLabel(true_block); in DoBranch() local
1458 __ j(equal, true_label); in DoBranch()
1473 __ JumpIfSmi(reg, true_label); in DoBranch()
1497 __ j(above_equal, true_label); in DoBranch()
1506 __ j(not_zero, true_label); in DoBranch()
1521 __ jmp(true_label); in DoBranch()
1655 Label* true_label = chunk_->GetAssemblyLabel(true_block); in DoIsNilAndBranch() local
1657 __ j(equal, true_label); in DoIsNilAndBranch()
1659 __ j(equal, true_label); in DoIsNilAndBranch()
1701 Label* true_label = chunk_->GetAssemblyLabel(true_block); in DoIsObjectAndBranch() local
[all …]
Dlithium-codegen-ia32.h277 Condition EmitTypeofIs(Label* true_label,
Dfull-codegen-ia32.cc3807 test->true_label(), in VisitUnaryOperation()
3809 context()->Plug(test->true_label(), test->false_label()); in VisitUnaryOperation()
/external/v8/src/x64/
Dlithium-codegen-x64.cc1407 Label* true_label = chunk_->GetAssemblyLabel(true_block); in DoBranch() local
1422 __ j(equal, true_label); in DoBranch()
1437 __ JumpIfSmi(reg, true_label); in DoBranch()
1459 __ j(above_equal, true_label); in DoBranch()
1468 __ j(not_zero, true_label); in DoBranch()
1481 __ jmp(true_label); in DoBranch()
1626 Label* true_label = chunk_->GetAssemblyLabel(true_block); in DoIsNilAndBranch() local
1628 __ j(equal, true_label); in DoIsNilAndBranch()
1630 __ j(equal, true_label); in DoIsNilAndBranch()
1673 Label* true_label = chunk_->GetAssemblyLabel(true_block); in DoIsObjectAndBranch() local
[all …]
Dlithium-codegen-x64.h266 Condition EmitTypeofIs(Label* true_label,
Dfull-codegen-x64.cc3720 test->true_label(), in VisitUnaryOperation()
3722 context()->Plug(test->true_label(), test->false_label()); in VisitUnaryOperation()
/external/v8/src/arm/
Dlithium-codegen-arm.cc1625 Label* true_label = chunk_->GetAssemblyLabel(true_block); in DoBranch() local
1640 __ b(eq, true_label); in DoBranch()
1654 __ JumpIfSmi(reg, true_label); in DoBranch()
1676 __ b(ge, true_label); in DoBranch()
1686 __ b(ne, true_label); in DoBranch()
1701 __ b(true_label); in DoBranch()
1841 Label* true_label = chunk_->GetAssemblyLabel(true_block); in DoIsNilAndBranch() local
1843 __ b(eq, true_label); in DoIsNilAndBranch()
1846 __ b(eq, true_label); in DoIsNilAndBranch()
1891 Label* true_label = chunk_->GetAssemblyLabel(true_block); in DoIsObjectAndBranch() local
[all …]
Dlithium-codegen-arm.h284 Condition EmitTypeofIs(Label* true_label,
Dfull-codegen-arm.cc3833 test->true_label(), in VisitUnaryOperation()
3835 context()->Plug(test->true_label(), test->false_label()); in VisitUnaryOperation()