/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.cc | 1901 __ Branch(chunk_->GetAssemblyLabel(right_block), in EmitBranch() 1904 __ Branch(chunk_->GetAssemblyLabel(left_block), condition, src1, src2); in EmitBranch() 1906 __ Branch(chunk_->GetAssemblyLabel(left_block), condition, src1, src2); in EmitBranch() 1907 __ Branch(chunk_->GetAssemblyLabel(right_block)); in EmitBranch() 1924 __ BranchF(chunk_->GetAssemblyLabel(right_block), NULL, in EmitBranchF() 1927 __ BranchF(chunk_->GetAssemblyLabel(left_block), NULL, in EmitBranchF() 1930 __ BranchF(chunk_->GetAssemblyLabel(left_block), NULL, in EmitBranchF() 1932 __ Branch(chunk_->GetAssemblyLabel(right_block)); in EmitBranchF() 1941 __ Branch(chunk_->GetAssemblyLabel(true_block), condition, src1, src2); in EmitTrueBranch() 1949 __ Branch(chunk_->GetAssemblyLabel(false_block), condition, src1, src2); in EmitFalseBranch() [all …]
|
D | lithium-mips.h | 499 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 505 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.cc | 2019 __ Branch(chunk_->GetAssemblyLabel(right_block), in EmitBranch() 2022 __ Branch(chunk_->GetAssemblyLabel(left_block), condition, src1, src2); in EmitBranch() 2024 __ Branch(chunk_->GetAssemblyLabel(left_block), condition, src1, src2); in EmitBranch() 2025 __ Branch(chunk_->GetAssemblyLabel(right_block)); in EmitBranch() 2042 __ BranchF(chunk_->GetAssemblyLabel(right_block), NULL, in EmitBranchF() 2045 __ BranchF(chunk_->GetAssemblyLabel(left_block), NULL, in EmitBranchF() 2048 __ BranchF(chunk_->GetAssemblyLabel(left_block), NULL, in EmitBranchF() 2050 __ Branch(chunk_->GetAssemblyLabel(right_block)); in EmitBranchF() 2059 __ Branch(chunk_->GetAssemblyLabel(true_block), condition, src1, src2); in EmitTrueBranch() 2067 __ Branch(chunk_->GetAssemblyLabel(false_block), condition, src1, src2); in EmitFalseBranch() [all …]
|
D | lithium-mips64.h | 502 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 508 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
|
/external/v8/src/crankshaft/ |
D | lithium.cc | 289 Label* LChunk::GetAssemblyLabel(int block_id) const { in GetAssemblyLabel() function in v8::internal::LChunk
|
D | lithium.h | 654 Label* GetAssemblyLabel(int block_id) const;
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.cc | 1942 __ j(NegateCondition(cc), chunk_->GetAssemblyLabel(right_block)); in EmitBranch() 1944 __ j(cc, chunk_->GetAssemblyLabel(left_block)); in EmitBranch() 1946 __ j(cc, chunk_->GetAssemblyLabel(left_block)); in EmitBranch() 1947 __ jmp(chunk_->GetAssemblyLabel(right_block)); in EmitBranch() 1956 __ jmp(chunk_->GetAssemblyLabel(true_block)); in EmitTrueBranch() 1958 __ j(cc, chunk_->GetAssemblyLabel(true_block)); in EmitTrueBranch() 1967 __ jmp(chunk_->GetAssemblyLabel(false_block)); in EmitFalseBranch() 1969 __ j(cc, chunk_->GetAssemblyLabel(false_block)); in EmitFalseBranch() 2115 __ jmp(chunk_->GetAssemblyLabel(LookupDestination(block))); in EmitGoto()
|
D | lithium-ia32.h | 497 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 503 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.cc | 2219 __ j(NegateCondition(cc), chunk_->GetAssemblyLabel(right_block)); in EmitBranch() 2221 __ j(cc, chunk_->GetAssemblyLabel(left_block)); in EmitBranch() 2223 __ j(cc, chunk_->GetAssemblyLabel(left_block)); in EmitBranch() 2224 __ jmp(chunk_->GetAssemblyLabel(right_block)); in EmitBranch() 2233 __ jmp(chunk_->GetAssemblyLabel(true_block)); in EmitTrueBranch() 2235 __ j(cc, chunk_->GetAssemblyLabel(true_block)); in EmitTrueBranch() 2244 __ jmp(chunk_->GetAssemblyLabel(false_block)); in EmitFalseBranch() 2246 __ j(cc, chunk_->GetAssemblyLabel(false_block)); in EmitFalseBranch() 2387 __ jmp(chunk_->GetAssemblyLabel(LookupDestination(block))); in EmitGoto()
|
D | lithium-x87.h | 513 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 519 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.cc | 1980 __ j(NegateCondition(cc), chunk_->GetAssemblyLabel(right_block)); in EmitBranch() 1982 __ j(cc, chunk_->GetAssemblyLabel(left_block)); in EmitBranch() 1984 __ j(cc, chunk_->GetAssemblyLabel(left_block)); in EmitBranch() 1986 __ jmp(chunk_->GetAssemblyLabel(right_block)); in EmitBranch() 1995 __ j(cc, chunk_->GetAssemblyLabel(true_block)); in EmitTrueBranch() 2002 __ j(cc, chunk_->GetAssemblyLabel(false_block)); in EmitFalseBranch() 2156 __ jmp(chunk_->GetAssemblyLabel(chunk_->LookupDestination(block))); in EmitGoto()
|
D | lithium-x64.h | 506 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 512 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.cc | 1284 branch.EmitInverted(chunk_->GetAssemblyLabel(right_block)); in EmitBranchGeneric() 1286 branch.Emit(chunk_->GetAssemblyLabel(left_block)); in EmitBranchGeneric() 1288 __ B(chunk_->GetAssemblyLabel(right_block)); in EmitBranchGeneric() 2765 __ B(chunk_->GetAssemblyLabel(LookupDestination(block))); in EmitGoto() 5546 __ JumpIfNotHeapNumber(value, chunk_->GetAssemblyLabel(false_block)); in DoTypeofIsAndBranch() 5548 __ JumpIfHeapNumber(value, chunk_->GetAssemblyLabel(true_block)); in DoTypeofIsAndBranch() 5550 __ B(chunk_->GetAssemblyLabel(false_block)); in DoTypeofIsAndBranch()
|
D | lithium-arm64.h | 341 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 348 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.cc | 2036 __ b(NegateCondition(condition), chunk_->GetAssemblyLabel(right_block)); in EmitBranch() 2038 __ b(condition, chunk_->GetAssemblyLabel(left_block)); in EmitBranch() 2040 __ b(condition, chunk_->GetAssemblyLabel(left_block)); in EmitBranch() 2041 __ b(chunk_->GetAssemblyLabel(right_block)); in EmitBranch() 2049 __ b(condition, chunk_->GetAssemblyLabel(true_block)); in EmitTrueBranch() 2056 __ b(condition, chunk_->GetAssemblyLabel(false_block)); in EmitFalseBranch() 2209 __ jmp(chunk_->GetAssemblyLabel(LookupDestination(block))); in EmitGoto()
|
D | lithium-arm.h | 502 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 508 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 2063 __ b(NegateCondition(cond), chunk_->GetAssemblyLabel(right_block), cr); in DoShiftI() 2065 __ b(cond, chunk_->GetAssemblyLabel(left_block), cr); in DoShiftI() 2067 __ b(cond, chunk_->GetAssemblyLabel(left_block), cr); in DoShiftI() 2068 __ b(chunk_->GetAssemblyLabel(right_block)); in DoShiftI() 2076 __ b(cond, chunk_->GetAssemblyLabel(true_block), cr); in DoShiftI() 2083 __ b(cond, chunk_->GetAssemblyLabel(false_block), cr); in DoShiftI() 2246 __ b(chunk_->GetAssemblyLabel(LookupDestination(block))); in DoShiftI()
|
D | lithium-ppc.h | 492 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 498 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
|