/external/v8/src/compiler/ |
D | code-assembler.cc | 659 Label false_label(this); in GotoIf() local 660 Branch(condition, true_label, &false_label); in GotoIf() 661 Bind(&false_label); in GotoIf() 664 void CodeAssembler::GotoIfNot(Node* condition, Label* false_label) { in GotoIfNot() argument 666 Branch(condition, &true_label, false_label); in GotoIfNot() 671 Label* false_label) { in Branch() argument 673 false_label->MergeVariables(); in Branch() 675 false_label->label_); in Branch()
|
D | code-assembler.h | 244 void GotoIfNot(Node* condition, Label* false_label); 245 void Branch(Node* condition, Label* true_label, Label* false_label);
|
D | code-generator.h | 33 Label* false_label; member
|
D | code-generator.cc | 444 branch.false_label = GetLabel(false_rpo); in AssembleInstruction() 460 branch.false_label = &continue_label; in AssembleInstruction()
|
/external/v8/src/full-codegen/ |
D | full-codegen.h | 732 Label* false_label, in TestContext() argument 737 false_label_(false_label), in TestContext() 747 Label* false_label() const { return false_label_; } in false_label() function
|
D | full-codegen.cc | 459 context->false_label(), in DoTest() 745 VisitForControl(expr, test->true_label(), test->false_label(), in VisitInDuplicateContext() 770 VisitForControl(left, &eval_right, test->false_label(), &eval_right); in VisitLogicalExpression() 1249 for_test->false_label(), in VisitConditional()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.cc | 1753 Label* false_label = instr->FalseLabel(chunk_); in DoBranch() local 1800 value, Heap::kUndefinedValueRootIndex, false_label); in DoBranch() 1808 value, Heap::kFalseValueRootIndex, false_label); in DoBranch() 1814 value, Heap::kNullValueRootIndex, false_label); in DoBranch() 1820 __ Cbz(value, false_label); in DoBranch() 1841 scratch, 1 << Map::kIsUndetectable, false_label); in DoBranch() 1857 __ Cbz(scratch, false_label); in DoBranch() 1876 __ B(vs, false_label); in DoBranch() 1877 __ B(eq, false_label); in DoBranch() 2235 Label* false_label = instr->FalseLabel(chunk_); in DoClassOfTestAndBranch() local [all …]
|
/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.h | 284 Label* false_label,
|
D | lithium-codegen-arm.cc | 5075 Label* false_label, in EmitTypeofIs() argument 5088 __ JumpIfSmi(input, false_label); in EmitTypeofIs() 5093 __ JumpIfSmi(input, false_label); in EmitTypeofIs() 5105 __ b(eq, false_label); in EmitTypeofIs() 5106 __ JumpIfSmi(input, false_label); in EmitTypeofIs() 5114 __ JumpIfSmi(input, false_label); in EmitTypeofIs() 5123 __ JumpIfSmi(input, false_label); in EmitTypeofIs() 5128 __ b(lt, false_label); in EmitTypeofIs() 5136 __ b(false_label); in EmitTypeofIs()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-codegen-s390.h | 255 Condition EmitTypeofIs(Label* true_label, Label* false_label, Register input,
|
D | lithium-codegen-s390.cc | 5321 Condition LCodeGen::EmitTypeofIs(Label* true_label, Label* false_label, in DoShiftI() argument 5333 __ JumpIfSmi(input, false_label); in DoShiftI() 5338 __ JumpIfSmi(input, false_label); in DoShiftI() 5350 __ beq(false_label); in DoShiftI() 5351 __ JumpIfSmi(input, false_label); in DoShiftI() 5360 __ JumpIfSmi(input, false_label); in DoShiftI() 5369 __ JumpIfSmi(input, false_label); in DoShiftI() 5374 __ blt(false_label); in DoShiftI() 5383 __ b(false_label); in DoShiftI()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.h | 256 Condition EmitTypeofIs(Label* true_label, Label* false_label, Register input,
|
D | lithium-codegen-ppc.cc | 5379 Condition LCodeGen::EmitTypeofIs(Label* true_label, Label* false_label, in DoShiftI() argument 5391 __ JumpIfSmi(input, false_label); in DoShiftI() 5396 __ JumpIfSmi(input, false_label); in DoShiftI() 5408 __ beq(false_label); in DoShiftI() 5409 __ JumpIfSmi(input, false_label); in DoShiftI() 5418 __ JumpIfSmi(input, false_label); in DoShiftI() 5427 __ JumpIfSmi(input, false_label); in DoShiftI() 5432 __ blt(false_label); in DoShiftI() 5441 __ b(false_label); in DoShiftI()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.h | 303 Label* false_label,
|
D | lithium-codegen-mips64.cc | 5279 Label* false_label, in EmitTypeofIs() argument 5299 __ JumpIfSmi(input, false_label); in EmitTypeofIs() 5306 __ JumpIfSmi(input, false_label); in EmitTypeofIs() 5322 __ Branch(USE_DELAY_SLOT, false_label, eq, at, Operand(input)); in EmitTypeofIs() 5325 __ JumpIfSmi(input, false_label); in EmitTypeofIs() 5335 __ JumpIfSmi(input, false_label); in EmitTypeofIs() 5345 __ JumpIfSmi(input, false_label); in EmitTypeofIs() 5350 __ Branch(false_label, lt, scratch1(), Operand(FIRST_JS_RECEIVER_TYPE)); in EmitTypeofIs() 5362 __ Branch(false_label); in EmitTypeofIs()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.h | 300 Label* false_label,
|
D | lithium-codegen-mips.cc | 5086 Label* false_label, in EmitTypeofIs() argument 5106 __ JumpIfSmi(input, false_label); in EmitTypeofIs() 5113 __ JumpIfSmi(input, false_label); in EmitTypeofIs() 5129 __ Branch(USE_DELAY_SLOT, false_label, eq, at, Operand(input)); in EmitTypeofIs() 5132 __ JumpIfSmi(input, false_label); in EmitTypeofIs() 5142 __ JumpIfSmi(input, false_label); in EmitTypeofIs() 5152 __ JumpIfSmi(input, false_label); in EmitTypeofIs() 5157 __ Branch(false_label, lt, scratch1(), Operand(FIRST_JS_RECEIVER_TYPE)); in EmitTypeofIs() 5169 __ Branch(false_label); in EmitTypeofIs()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.cc | 4847 Label* false_label = instr->FalseLabel(chunk_); in EmitTypeofIs() local 4865 __ JumpIfSmi(input, false_label, false_distance); in EmitTypeofIs() 4870 __ JumpIfSmi(input, false_label, false_distance); in EmitTypeofIs() 4882 __ j(equal, false_label, false_distance); in EmitTypeofIs() 4883 __ JumpIfSmi(input, false_label, false_distance); in EmitTypeofIs() 4891 __ JumpIfSmi(input, false_label, false_distance); in EmitTypeofIs() 4900 __ JumpIfSmi(input, false_label, false_distance); in EmitTypeofIs() 4905 __ j(below, false_label, false_distance); in EmitTypeofIs() 4911 __ jmp(false_label, false_distance); in EmitTypeofIs()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.cc | 5127 Label* false_label = instr->FalseLabel(chunk_); in EmitTypeofIs() local 5147 __ JumpIfSmi(input, false_label, false_distance); in EmitTypeofIs() 5152 __ JumpIfSmi(input, false_label, false_distance); in EmitTypeofIs() 5164 __ j(equal, false_label, false_distance); in EmitTypeofIs() 5165 __ JumpIfSmi(input, false_label, false_distance); in EmitTypeofIs() 5173 __ JumpIfSmi(input, false_label, false_distance); in EmitTypeofIs() 5183 __ JumpIfSmi(input, false_label, false_distance); in EmitTypeofIs() 5188 __ j(below, false_label, false_distance); in EmitTypeofIs() 5195 __ jmp(false_label, false_distance); in EmitTypeofIs()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.cc | 5339 Label* false_label = instr->FalseLabel(chunk_); in EmitTypeofIs() local 5357 __ JumpIfSmi(input, false_label, false_distance); in EmitTypeofIs() 5362 __ JumpIfSmi(input, false_label, false_distance); in EmitTypeofIs() 5374 __ j(equal, false_label, false_distance); in EmitTypeofIs() 5375 __ JumpIfSmi(input, false_label, false_distance); in EmitTypeofIs() 5383 __ JumpIfSmi(input, false_label, false_distance); in EmitTypeofIs() 5392 __ JumpIfSmi(input, false_label, false_distance); in EmitTypeofIs() 5397 __ j(below, false_label, false_distance); in EmitTypeofIs() 5404 __ jmp(false_label, false_distance); in EmitTypeofIs()
|
/external/v8/src/full-codegen/ia32/ |
D | full-codegen-ia32.cc | 2214 test->false_label(), in VisitUnaryOperation() 2217 context()->Plug(test->true_label(), test->false_label()); in VisitUnaryOperation()
|
/external/v8/src/full-codegen/x64/ |
D | full-codegen-x64.cc | 2203 test->false_label(), in VisitUnaryOperation() 2206 context()->Plug(test->true_label(), test->false_label()); in VisitUnaryOperation()
|
/external/v8/src/full-codegen/x87/ |
D | full-codegen-x87.cc | 2204 test->false_label(), in VisitUnaryOperation() 2207 context()->Plug(test->true_label(), test->false_label()); in VisitUnaryOperation()
|
/external/v8/src/full-codegen/arm/ |
D | full-codegen-arm.cc | 2292 test->false_label(), in VisitUnaryOperation() 2295 context()->Plug(test->true_label(), test->false_label()); in VisitUnaryOperation()
|
/external/v8/src/full-codegen/arm64/ |
D | full-codegen-arm64.cc | 2258 test->false_label(), in VisitUnaryOperation() 2261 context()->Plug(test->true_label(), test->false_label()); in VisitUnaryOperation()
|