/external/chromium_org/v8/src/ |
D | full-codegen.h | 763 Label* true_label, in TestContext() argument 768 true_label_(true_label), in TestContext() 778 Label* true_label() const { return true_label_; } in true_label() function
|
D | full-codegen.cc | 580 context->true_label(), in DoTest() 947 VisitForControl(expr, test->true_label(), test->false_label(), in VisitInDuplicateContext() 974 VisitForControl(left, test->true_label(), &eval_right, &eval_right); in VisitLogicalExpression() 1505 for_test->true_label(), in VisitConditional()
|
/external/chromium_org/v8/src/arm64/ |
D | lithium-codegen-arm64.cc | 1848 Label* true_label = instr->TrueLabel(chunk_); in DoBranch() local 1902 value, Heap::kTrueValueRootIndex, true_label); in DoBranch() 1917 __ JumpIfSmi(value, true_label); in DoBranch() 1944 __ B(ge, true_label); in DoBranch() 1954 __ B(true_label); in DoBranch() 1961 __ B(eq, true_label); in DoBranch() 1974 __ B(true_label); in DoBranch() 2365 Label* true_label = instr->TrueLabel(chunk_); in DoClassOfTestAndBranch() local 2387 __ B(eq, true_label); in DoClassOfTestAndBranch() 2389 __ B(eq, true_label); in DoClassOfTestAndBranch() [all …]
|
D | full-codegen-arm64.cc | 3948 test->true_label(), in VisitUnaryOperation() 3950 context()->Plug(test->true_label(), test->false_label()); in VisitUnaryOperation()
|
/external/chromium_org/v8/src/arm/ |
D | lithium-codegen-arm.h | 290 Condition EmitTypeofIs(Label* true_label,
|
D | lithium-codegen-arm.cc | 5524 Condition LCodeGen::EmitTypeofIs(Label* true_label, in EmitTypeofIs() argument 5532 __ JumpIfSmi(input, true_label); in EmitTypeofIs() 5552 __ b(eq, true_label); in EmitTypeofIs() 5558 __ b(eq, true_label); in EmitTypeofIs() 5571 __ b(eq, true_label); in EmitTypeofIs() 5579 __ b(eq, true_label); in EmitTypeofIs()
|
D | full-codegen-arm.cc | 4286 test->true_label(), in VisitUnaryOperation() 4288 context()->Plug(test->true_label(), test->false_label()); in VisitUnaryOperation()
|
/external/chromium_org/v8/src/mips/ |
D | lithium-codegen-mips.h | 308 Condition EmitTypeofIs(Label* true_label,
|
D | lithium-codegen-mips.cc | 2673 Label true_label, done; in DoInstanceOf() local 2682 __ Branch(&true_label, eq, result, Operand(zero_reg)); in DoInstanceOf() 2685 __ bind(&true_label); in DoInstanceOf() 5509 Condition LCodeGen::EmitTypeofIs(Label* true_label, in EmitTypeofIs() argument 5522 __ JumpIfSmi(input, true_label); in EmitTypeofIs() 5551 __ Branch(USE_DELAY_SLOT, true_label, eq, at, Operand(input)); in EmitTypeofIs() 5559 __ Branch(USE_DELAY_SLOT, true_label, eq, at, Operand(input)); in EmitTypeofIs() 5575 __ Branch(true_label, eq, input, Operand(JS_FUNCTION_TYPE)); in EmitTypeofIs() 5583 __ Branch(USE_DELAY_SLOT, true_label, eq, at, Operand(input)); in EmitTypeofIs()
|
D | full-codegen-mips.cc | 4300 test->true_label(), in VisitUnaryOperation() 4302 context()->Plug(test->true_label(), test->false_label()); in VisitUnaryOperation()
|
/external/chromium_org/v8/src/mips64/ |
D | lithium-codegen-mips64.h | 309 Condition EmitTypeofIs(Label* true_label,
|
D | lithium-codegen-mips64.cc | 2643 Label true_label, done; in DoInstanceOf() local 2652 __ Branch(&true_label, eq, result, Operand(zero_reg)); in DoInstanceOf() 2655 __ bind(&true_label); in DoInstanceOf() 5542 Condition LCodeGen::EmitTypeofIs(Label* true_label, in EmitTypeofIs() argument 5555 __ JumpIfSmi(input, true_label); in EmitTypeofIs() 5584 __ Branch(USE_DELAY_SLOT, true_label, eq, at, Operand(input)); in EmitTypeofIs() 5592 __ Branch(USE_DELAY_SLOT, true_label, eq, at, Operand(input)); in EmitTypeofIs() 5608 __ Branch(true_label, eq, input, Operand(JS_FUNCTION_TYPE)); in EmitTypeofIs() 5616 __ Branch(USE_DELAY_SLOT, true_label, eq, at, Operand(input)); in EmitTypeofIs()
|
D | full-codegen-mips64.cc | 4301 test->true_label(), in VisitUnaryOperation() 4303 context()->Plug(test->true_label(), test->false_label()); in VisitUnaryOperation()
|
/external/chromium_org/v8/src/ia32/ |
D | lithium-codegen-ia32.cc | 5329 Label* true_label = instr->TrueLabel(chunk_); in EmitTypeofIs() local 5342 __ JumpIfSmi(input, true_label, true_distance); in EmitTypeofIs() 5362 __ j(equal, true_label, true_distance); in EmitTypeofIs() 5368 __ j(equal, true_label, true_distance); in EmitTypeofIs() 5380 __ j(equal, true_label, true_distance); in EmitTypeofIs() 5387 __ j(equal, true_label, true_distance); in EmitTypeofIs()
|
D | full-codegen-ia32.cc | 4237 test->true_label(), in VisitUnaryOperation() 4239 context()->Plug(test->true_label(), test->false_label()); in VisitUnaryOperation()
|
/external/chromium_org/v8/src/x64/ |
D | lithium-codegen-x64.cc | 5512 Label* true_label = instr->TrueLabel(chunk_); in EmitTypeofIs() local 5526 __ JumpIfSmi(input, true_label, true_distance); in EmitTypeofIs() 5547 __ j(equal, true_label, true_distance); in EmitTypeofIs() 5553 __ j(equal, true_label, true_distance); in EmitTypeofIs() 5565 __ j(equal, true_label, true_distance); in EmitTypeofIs() 5572 __ j(equal, true_label, true_distance); in EmitTypeofIs()
|
D | full-codegen-x64.cc | 4251 test->true_label(), in VisitUnaryOperation() 4253 context()->Plug(test->true_label(), test->false_label()); in VisitUnaryOperation()
|
/external/chromium_org/v8/src/x87/ |
D | lithium-codegen-x87.cc | 5923 Label* true_label = instr->TrueLabel(chunk_); in EmitTypeofIs() local 5936 __ JumpIfSmi(input, true_label, true_distance); in EmitTypeofIs() 5956 __ j(equal, true_label, true_distance); in EmitTypeofIs() 5962 __ j(equal, true_label, true_distance); in EmitTypeofIs() 5974 __ j(equal, true_label, true_distance); in EmitTypeofIs() 5981 __ j(equal, true_label, true_distance); in EmitTypeofIs()
|
D | full-codegen-x87.cc | 4226 test->true_label(), in VisitUnaryOperation() 4228 context()->Plug(test->true_label(), test->false_label()); in VisitUnaryOperation()
|