Home
last modified time | relevance | path

Searched refs:GetAssemblyLabel (Results 1 – 20 of 20) sorted by relevance

/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc1950 __ 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 …]
Dlithium-mips64.h491 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel()
497 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc1831 __ 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 …]
Dlithium-mips.h488 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel()
494 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc1789 __ 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()
Dlithium-ia32.h487 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel()
493 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
/external/v8/src/crankshaft/
Dlithium.cc282 Label* LChunk::GetAssemblyLabel(int block_id) const { in GetAssemblyLabel() function in v8::internal::LChunk
Dlithium.h661 Label* GetAssemblyLabel(int block_id) const;
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc2066 __ 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()
Dlithium-x87.h501 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel()
507 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc1228 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()
Dlithium-arm64.h342 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel()
349 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.cc2030 __ 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()
Dlithium-s390.h466 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel()
472 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc2026 __ 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()
Dlithium-ppc.h484 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel()
490 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc1992 __ 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()
Dlithium-arm.h490 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel()
496 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc1924 __ 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()
Dlithium-x64.h496 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel()
502 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()