/external/v8/src/ |
D | lithium.cc | 293 Label* LChunk::GetAssemblyLabel(int block_id) const { in GetAssemblyLabel() function in v8::internal::LChunk
|
D | lithium.h | 643 Label* GetAssemblyLabel(int block_id) const;
|
/external/v8/src/mips64/ |
D | lithium-codegen-mips64.cc | 2022 __ Branch(chunk_->GetAssemblyLabel(right_block), in EmitBranch() 2025 __ Branch(chunk_->GetAssemblyLabel(left_block), condition, src1, src2); in EmitBranch() 2027 __ Branch(chunk_->GetAssemblyLabel(left_block), condition, src1, src2); in EmitBranch() 2028 __ Branch(chunk_->GetAssemblyLabel(right_block)); in EmitBranch() 2045 __ BranchF(chunk_->GetAssemblyLabel(right_block), NULL, in EmitBranchF() 2048 __ BranchF(chunk_->GetAssemblyLabel(left_block), NULL, in EmitBranchF() 2051 __ BranchF(chunk_->GetAssemblyLabel(left_block), NULL, in EmitBranchF() 2053 __ Branch(chunk_->GetAssemblyLabel(right_block)); in EmitBranchF() 2064 __ Branch(chunk_->GetAssemblyLabel(false_block), condition, src1, src2); in EmitFalseBranch() 2074 __ BranchF(chunk_->GetAssemblyLabel(false_block), NULL, in EmitFalseBranchF() [all …]
|
D | lithium-mips64.h | 533 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 539 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
|
/external/v8/src/mips/ |
D | lithium-codegen-mips.cc | 2054 __ Branch(chunk_->GetAssemblyLabel(right_block), in EmitBranch() 2057 __ Branch(chunk_->GetAssemblyLabel(left_block), condition, src1, src2); in EmitBranch() 2059 __ Branch(chunk_->GetAssemblyLabel(left_block), condition, src1, src2); in EmitBranch() 2060 __ Branch(chunk_->GetAssemblyLabel(right_block)); in EmitBranch() 2077 __ BranchF(chunk_->GetAssemblyLabel(right_block), NULL, in EmitBranchF() 2080 __ BranchF(chunk_->GetAssemblyLabel(left_block), NULL, in EmitBranchF() 2083 __ BranchF(chunk_->GetAssemblyLabel(left_block), NULL, in EmitBranchF() 2085 __ Branch(chunk_->GetAssemblyLabel(right_block)); in EmitBranchF() 2096 __ Branch(chunk_->GetAssemblyLabel(false_block), condition, src1, src2); in EmitFalseBranch() 2106 __ BranchF(chunk_->GetAssemblyLabel(false_block), NULL, in EmitFalseBranchF() [all …]
|
D | lithium-mips.h | 534 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 540 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
|
/external/v8/src/arm64/ |
D | lithium-codegen-arm64.cc | 1385 branch.EmitInverted(chunk_->GetAssemblyLabel(right_block)); in EmitBranchGeneric() 1387 branch.Emit(chunk_->GetAssemblyLabel(left_block)); in EmitBranchGeneric() 1389 __ B(chunk_->GetAssemblyLabel(right_block)); in EmitBranchGeneric() 2952 __ B(chunk_->GetAssemblyLabel(LookupDestination(block))); in EmitGoto() 5816 __ JumpIfNotHeapNumber(value, chunk_->GetAssemblyLabel(false_block)); in DoTypeofIsAndBranch() 5818 __ JumpIfHeapNumber(value, chunk_->GetAssemblyLabel(true_block)); in DoTypeofIsAndBranch() 5820 __ B(chunk_->GetAssemblyLabel(false_block)); in DoTypeofIsAndBranch()
|
D | lithium-arm64.h | 378 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 385 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
|
/external/v8/src/ia32/ |
D | lithium-codegen-ia32.cc | 2046 __ j(NegateCondition(cc), chunk_->GetAssemblyLabel(right_block)); in EmitBranch() 2048 __ j(cc, chunk_->GetAssemblyLabel(left_block)); in EmitBranch() 2050 __ j(cc, chunk_->GetAssemblyLabel(left_block)); in EmitBranch() 2051 __ jmp(chunk_->GetAssemblyLabel(right_block)); in EmitBranch() 2060 __ jmp(chunk_->GetAssemblyLabel(false_block)); in EmitFalseBranch() 2062 __ j(cc, chunk_->GetAssemblyLabel(false_block)); in EmitFalseBranch() 2202 __ jmp(chunk_->GetAssemblyLabel(LookupDestination(block))); in EmitGoto()
|
D | lithium-ia32.h | 532 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 538 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
|
/external/v8/src/x87/ |
D | lithium-codegen-x87.cc | 2338 __ j(NegateCondition(cc), chunk_->GetAssemblyLabel(right_block)); in EmitBranch() 2340 __ j(cc, chunk_->GetAssemblyLabel(left_block)); in EmitBranch() 2342 __ j(cc, chunk_->GetAssemblyLabel(left_block)); in EmitBranch() 2343 __ jmp(chunk_->GetAssemblyLabel(right_block)); in EmitBranch() 2352 __ jmp(chunk_->GetAssemblyLabel(false_block)); in EmitFalseBranch() 2354 __ j(cc, chunk_->GetAssemblyLabel(false_block)); in EmitFalseBranch() 2489 __ jmp(chunk_->GetAssemblyLabel(LookupDestination(block))); in EmitGoto()
|
D | lithium-x87.h | 550 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 556 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
|
/external/v8/src/arm/ |
D | lithium-codegen-arm.cc | 2193 __ b(NegateCondition(condition), chunk_->GetAssemblyLabel(right_block)); in EmitBranch() 2195 __ b(condition, chunk_->GetAssemblyLabel(left_block)); in EmitBranch() 2197 __ b(condition, chunk_->GetAssemblyLabel(left_block)); in EmitBranch() 2198 __ b(chunk_->GetAssemblyLabel(right_block)); in EmitBranch() 2206 __ b(condition, chunk_->GetAssemblyLabel(false_block)); in EmitFalseBranch() 2353 __ jmp(chunk_->GetAssemblyLabel(LookupDestination(block))); in EmitGoto()
|
D | lithium-arm.h | 534 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 540 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
|
/external/v8/src/x64/ |
D | lithium-codegen-x64.cc | 2075 __ j(NegateCondition(cc), chunk_->GetAssemblyLabel(right_block)); in EmitBranch() 2077 __ j(cc, chunk_->GetAssemblyLabel(left_block)); in EmitBranch() 2079 __ j(cc, chunk_->GetAssemblyLabel(left_block)); in EmitBranch() 2081 __ jmp(chunk_->GetAssemblyLabel(right_block)); in EmitBranch() 2090 __ j(cc, chunk_->GetAssemblyLabel(false_block)); in EmitFalseBranch() 2238 __ jmp(chunk_->GetAssemblyLabel(chunk_->LookupDestination(block))); in EmitGoto()
|
D | lithium-x64.h | 542 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 548 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
|