Home
last modified time | relevance | path

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

12

/external/v8/src/compiler/
Dcode-generator.h25 Label* true_label; member
Dcode-generator.cc309 branch.true_label = GetLabel(true_rpo); in AssembleInstruction()
/external/v8/src/full-codegen/
Dfull-codegen.h865 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
Dfull-codegen.cc369 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/
Dlithium-codegen-arm64.cc1738 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/
Dlithium-codegen-arm.h280 Condition EmitTypeofIs(Label* true_label,
Dlithium-codegen-arm.cc5244 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/
Dlithium-codegen-ppc.h251 Condition EmitTypeofIs(Label* true_label, Label* false_label, Register input,
Dlithium-codegen-ppc.cc5525 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/
Dlithium-codegen-mips.h296 Condition EmitTypeofIs(Label* true_label,
Dlithium-codegen-mips.cc5254 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/
Dlithium-codegen-mips64.h299 Condition EmitTypeofIs(Label* true_label,
Dlithium-codegen-mips64.cc2601 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/
Dlithium-codegen-x64.cc5314 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/
Dlithium-codegen-ia32.cc5123 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/
Dlithium-codegen-x87.cc5681 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/
Dcode-generator-arm.cc1007 Label* tlabel = branch->true_label; in AssembleArchBranch()
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc1237 Label* tlabel = branch->true_label; in AssembleArchBranch()
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc1114 Label* tlabel = branch->true_label; in AssembleArchBranch()
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc1169 Label* tlabel = branch->true_label; in AssembleArchBranch()
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc1424 Label* tlabel = branch->true_label; in AssembleArchBranch()
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc1636 Label* tlabel = branch->true_label; in AssembleArchBranch()
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc1389 Label* tlabel = branch->true_label; in AssembleArchBranch()
/external/v8/src/compiler/x87/
Dcode-generator-x87.cc1490 Label* tlabel = branch->true_label; in AssembleArchBranch()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc4069 test->true_label(), in VisitUnaryOperation()
4071 context()->Plug(test->true_label(), test->false_label()); in VisitUnaryOperation()

12