/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.cc | 1950 __ Branch(chunk_->GetAssemblyLabel(right_block), in EmitBranch() 1953 __ Branch(chunk_->GetAssemblyLabel(left_block), condition, src1, src2); in EmitBranch() 1955 __ Branch(chunk_->GetAssemblyLabel(left_block), condition, src1, src2); in EmitBranch() 1956 __ Branch(chunk_->GetAssemblyLabel(right_block)); in EmitBranch() 1973 __ BranchF(chunk_->GetAssemblyLabel(right_block), NULL, in EmitBranchF() 1976 __ BranchF(chunk_->GetAssemblyLabel(left_block), NULL, in EmitBranchF() 1979 __ BranchF(chunk_->GetAssemblyLabel(left_block), NULL, in EmitBranchF() 1981 __ Branch(chunk_->GetAssemblyLabel(right_block)); in EmitBranchF() 1990 __ Branch(chunk_->GetAssemblyLabel(true_block), condition, src1, src2); in EmitTrueBranch() 1998 __ Branch(chunk_->GetAssemblyLabel(false_block), condition, src1, src2); in EmitFalseBranch() [all …]
|
D | lithium-mips64.h | 491 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 497 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.cc | 1831 __ Branch(chunk_->GetAssemblyLabel(right_block), in EmitBranch() 1834 __ Branch(chunk_->GetAssemblyLabel(left_block), condition, src1, src2); in EmitBranch() 1836 __ Branch(chunk_->GetAssemblyLabel(left_block), condition, src1, src2); in EmitBranch() 1837 __ Branch(chunk_->GetAssemblyLabel(right_block)); in EmitBranch() 1854 __ BranchF(chunk_->GetAssemblyLabel(right_block), NULL, in EmitBranchF() 1857 __ BranchF(chunk_->GetAssemblyLabel(left_block), NULL, in EmitBranchF() 1860 __ BranchF(chunk_->GetAssemblyLabel(left_block), NULL, in EmitBranchF() 1862 __ Branch(chunk_->GetAssemblyLabel(right_block)); in EmitBranchF() 1871 __ Branch(chunk_->GetAssemblyLabel(true_block), condition, src1, src2); in EmitTrueBranch() 1879 __ Branch(chunk_->GetAssemblyLabel(false_block), condition, src1, src2); in EmitFalseBranch() [all …]
|
D | lithium-mips.h | 488 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 494 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.cc | 1789 __ j(NegateCondition(cc), chunk_->GetAssemblyLabel(right_block)); in EmitBranch() 1791 __ j(cc, chunk_->GetAssemblyLabel(left_block)); in EmitBranch() 1793 __ j(cc, chunk_->GetAssemblyLabel(left_block)); in EmitBranch() 1794 __ jmp(chunk_->GetAssemblyLabel(right_block)); in EmitBranch() 1803 __ jmp(chunk_->GetAssemblyLabel(true_block)); in EmitTrueBranch() 1805 __ j(cc, chunk_->GetAssemblyLabel(true_block)); in EmitTrueBranch() 1814 __ jmp(chunk_->GetAssemblyLabel(false_block)); in EmitFalseBranch() 1816 __ j(cc, chunk_->GetAssemblyLabel(false_block)); in EmitFalseBranch() 1963 __ jmp(chunk_->GetAssemblyLabel(LookupDestination(block))); in EmitGoto()
|
D | lithium-ia32.h | 487 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 493 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
|
/external/v8/src/crankshaft/ |
D | lithium.cc | 282 Label* LChunk::GetAssemblyLabel(int block_id) const { in GetAssemblyLabel() function in v8::internal::LChunk
|
D | lithium.h | 661 Label* GetAssemblyLabel(int block_id) const;
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.cc | 2066 __ j(NegateCondition(cc), chunk_->GetAssemblyLabel(right_block)); in EmitBranch() 2068 __ j(cc, chunk_->GetAssemblyLabel(left_block)); in EmitBranch() 2070 __ j(cc, chunk_->GetAssemblyLabel(left_block)); in EmitBranch() 2071 __ jmp(chunk_->GetAssemblyLabel(right_block)); in EmitBranch() 2080 __ jmp(chunk_->GetAssemblyLabel(true_block)); in EmitTrueBranch() 2082 __ j(cc, chunk_->GetAssemblyLabel(true_block)); in EmitTrueBranch() 2091 __ jmp(chunk_->GetAssemblyLabel(false_block)); in EmitFalseBranch() 2093 __ j(cc, chunk_->GetAssemblyLabel(false_block)); in EmitFalseBranch() 2235 __ jmp(chunk_->GetAssemblyLabel(LookupDestination(block))); in EmitGoto()
|
D | lithium-x87.h | 501 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 507 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.cc | 1228 branch.EmitInverted(chunk_->GetAssemblyLabel(right_block)); in EmitBranchGeneric() 1230 branch.Emit(chunk_->GetAssemblyLabel(left_block)); in EmitBranchGeneric() 1232 __ B(chunk_->GetAssemblyLabel(right_block)); in EmitBranchGeneric() 2704 __ B(chunk_->GetAssemblyLabel(LookupDestination(block))); in EmitGoto() 5515 __ JumpIfNotHeapNumber(value, chunk_->GetAssemblyLabel(false_block)); in DoTypeofIsAndBranch() 5517 __ JumpIfHeapNumber(value, chunk_->GetAssemblyLabel(true_block)); in DoTypeofIsAndBranch() 5519 __ B(chunk_->GetAssemblyLabel(false_block)); in DoTypeofIsAndBranch()
|
D | lithium-arm64.h | 342 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 349 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-codegen-s390.cc | 2030 __ b(NegateCondition(cond), chunk_->GetAssemblyLabel(right_block)); in DoShiftI() 2032 __ b(cond, chunk_->GetAssemblyLabel(left_block)); in DoShiftI() 2034 __ b(cond, chunk_->GetAssemblyLabel(left_block)); in DoShiftI() 2035 __ b(chunk_->GetAssemblyLabel(right_block)); in DoShiftI() 2042 __ b(cond, chunk_->GetAssemblyLabel(true_block)); in DoShiftI() 2048 __ b(cond, chunk_->GetAssemblyLabel(false_block)); in DoShiftI() 2208 __ b(chunk_->GetAssemblyLabel(LookupDestination(block))); in DoShiftI()
|
D | lithium-s390.h | 466 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 472 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 2026 __ b(NegateCondition(cond), chunk_->GetAssemblyLabel(right_block), cr); in DoShiftI() 2028 __ b(cond, chunk_->GetAssemblyLabel(left_block), cr); in DoShiftI() 2030 __ b(cond, chunk_->GetAssemblyLabel(left_block), cr); in DoShiftI() 2031 __ b(chunk_->GetAssemblyLabel(right_block)); in DoShiftI() 2039 __ b(cond, chunk_->GetAssemblyLabel(true_block), cr); in DoShiftI() 2046 __ b(cond, chunk_->GetAssemblyLabel(false_block), cr); in DoShiftI() 2210 __ b(chunk_->GetAssemblyLabel(LookupDestination(block))); in DoShiftI()
|
D | lithium-ppc.h | 484 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 490 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.cc | 1992 __ b(NegateCondition(condition), chunk_->GetAssemblyLabel(right_block)); in EmitBranch() 1994 __ b(condition, chunk_->GetAssemblyLabel(left_block)); in EmitBranch() 1996 __ b(condition, chunk_->GetAssemblyLabel(left_block)); in EmitBranch() 1997 __ b(chunk_->GetAssemblyLabel(right_block)); in EmitBranch() 2005 __ b(condition, chunk_->GetAssemblyLabel(true_block)); in EmitTrueBranch() 2012 __ b(condition, chunk_->GetAssemblyLabel(false_block)); in EmitFalseBranch() 2166 __ jmp(chunk_->GetAssemblyLabel(LookupDestination(block))); in EmitGoto()
|
D | lithium-arm.h | 490 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 496 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.cc | 1924 __ j(NegateCondition(cc), chunk_->GetAssemblyLabel(right_block)); in EmitBranch() 1926 __ j(cc, chunk_->GetAssemblyLabel(left_block)); in EmitBranch() 1928 __ j(cc, chunk_->GetAssemblyLabel(left_block)); in EmitBranch() 1930 __ jmp(chunk_->GetAssemblyLabel(right_block)); in EmitBranch() 1939 __ j(cc, chunk_->GetAssemblyLabel(true_block)); in EmitTrueBranch() 1946 __ j(cc, chunk_->GetAssemblyLabel(false_block)); in EmitFalseBranch() 2101 __ jmp(chunk_->GetAssemblyLabel(chunk_->LookupDestination(block))); in EmitGoto()
|
D | lithium-x64.h | 496 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 502 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
|