/external/v8/src/compiler/ |
D | code-generator.h | 25 Label* true_label; member
|
D | code-generator.cc | 309 branch.true_label = GetLabel(true_rpo); in AssembleInstruction()
|
/external/v8/src/full-codegen/ |
D | full-codegen.h | 865 Label* true_label, in TestContext() argument 870 true_label_(true_label), in TestContext() 880 Label* true_label() const { return true_label_; } in true_label() function
|
D | full-codegen.cc | 369 context->true_label(), in DoTest() 667 VisitForControl(expr, test->true_label(), test->false_label(), in VisitInDuplicateContext() 694 VisitForControl(left, test->true_label(), &eval_right, &eval_right); in VisitLogicalExpression() 1265 for_test->true_label(), in VisitConditional()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.cc | 1738 Label* true_label = instr->TrueLabel(chunk_); in DoBranch() local 1792 value, Heap::kTrueValueRootIndex, true_label); in DoBranch() 1807 __ JumpIfSmi(value, true_label); in DoBranch() 1834 __ B(ge, true_label); in DoBranch() 1844 __ B(true_label); in DoBranch() 1851 __ B(eq, true_label); in DoBranch() 1857 __ B(eq, true_label); in DoBranch() 1870 __ B(true_label); in DoBranch() 2253 Label* true_label = instr->TrueLabel(chunk_); in DoClassOfTestAndBranch() local 2264 __ B(eq, true_label); in DoClassOfTestAndBranch() [all …]
|
/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.h | 280 Condition EmitTypeofIs(Label* true_label,
|
D | lithium-codegen-arm.cc | 5244 Condition LCodeGen::EmitTypeofIs(Label* true_label, in EmitTypeofIs() argument 5252 __ JumpIfSmi(input, true_label); in EmitTypeofIs() 5269 __ b(eq, true_label); in EmitTypeofIs() 5275 __ b(eq, true_label); in EmitTypeofIs() 5295 __ b(eq, true_label); in EmitTypeofIs()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.h | 251 Condition EmitTypeofIs(Label* true_label, Label* false_label, Register input,
|
D | lithium-codegen-ppc.cc | 5525 Condition LCodeGen::EmitTypeofIs(Label* true_label, Label* false_label, in DoShiftI() argument 5531 __ JumpIfSmi(input, true_label); in DoShiftI() 5548 __ beq(true_label); in DoShiftI() 5554 __ beq(true_label); in DoShiftI() 5575 __ beq(true_label); in DoShiftI()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.h | 296 Condition EmitTypeofIs(Label* true_label,
|
D | lithium-codegen-mips.cc | 5254 Condition LCodeGen::EmitTypeofIs(Label* true_label, in EmitTypeofIs() argument 5267 __ JumpIfSmi(input, true_label); in EmitTypeofIs() 5290 __ Branch(USE_DELAY_SLOT, true_label, eq, at, Operand(input)); in EmitTypeofIs() 5298 __ Branch(USE_DELAY_SLOT, true_label, eq, at, Operand(input)); in EmitTypeofIs() 5323 __ Branch(USE_DELAY_SLOT, true_label, eq, at, Operand(input)); in EmitTypeofIs()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.h | 299 Condition EmitTypeofIs(Label* true_label,
|
D | lithium-codegen-mips64.cc | 2601 Label true_label, done; in DoInstanceOf() local 5459 Condition LCodeGen::EmitTypeofIs(Label* true_label, in EmitTypeofIs() argument 5472 __ JumpIfSmi(input, true_label); in EmitTypeofIs() 5495 __ Branch(USE_DELAY_SLOT, true_label, eq, at, Operand(input)); in EmitTypeofIs() 5503 __ Branch(USE_DELAY_SLOT, true_label, eq, at, Operand(input)); in EmitTypeofIs() 5528 __ Branch(USE_DELAY_SLOT, true_label, eq, at, Operand(input)); in EmitTypeofIs()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.cc | 5314 Label* true_label = instr->TrueLabel(chunk_); in EmitTypeofIs() local 5328 __ JumpIfSmi(input, true_label, true_distance); in EmitTypeofIs() 5346 __ j(equal, true_label, true_distance); in EmitTypeofIs() 5352 __ j(equal, true_label, true_distance); in EmitTypeofIs() 5373 __ j(equal, true_label, true_distance); in EmitTypeofIs()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.cc | 5123 Label* true_label = instr->TrueLabel(chunk_); in EmitTypeofIs() local 5136 __ JumpIfSmi(input, true_label, true_distance); in EmitTypeofIs() 5153 __ j(equal, true_label, true_distance); in EmitTypeofIs() 5159 __ j(equal, true_label, true_distance); in EmitTypeofIs() 5179 __ j(equal, true_label, true_distance); in EmitTypeofIs()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.cc | 5681 Label* true_label = instr->TrueLabel(chunk_); in EmitTypeofIs() local 5694 __ JumpIfSmi(input, true_label, true_distance); in EmitTypeofIs() 5711 __ j(equal, true_label, true_distance); in EmitTypeofIs() 5717 __ j(equal, true_label, true_distance); in EmitTypeofIs() 5737 __ j(equal, true_label, true_distance); in EmitTypeofIs()
|
/external/v8/src/compiler/arm/ |
D | code-generator-arm.cc | 1007 Label* tlabel = branch->true_label; in AssembleArchBranch()
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 1237 Label* tlabel = branch->true_label; in AssembleArchBranch()
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 1114 Label* tlabel = branch->true_label; in AssembleArchBranch()
|
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 1169 Label* tlabel = branch->true_label; in AssembleArchBranch()
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 1424 Label* tlabel = branch->true_label; in AssembleArchBranch()
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 1636 Label* tlabel = branch->true_label; in AssembleArchBranch()
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 1389 Label* tlabel = branch->true_label; in AssembleArchBranch()
|
/external/v8/src/compiler/x87/ |
D | code-generator-x87.cc | 1490 Label* tlabel = branch->true_label; in AssembleArchBranch()
|
/external/v8/src/full-codegen/x87/ |
D | full-codegen-x87.cc | 4069 test->true_label(), in VisitUnaryOperation() 4071 context()->Plug(test->true_label(), test->false_label()); in VisitUnaryOperation()
|