/external/chromium_org/v8/src/ |
D | lithium.cc | 264 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/chromium_org/v8/src/mips/ |
D | lithium-codegen-mips.cc | 2049 __ Branch(chunk_->GetAssemblyLabel(right_block), in EmitBranch() 2052 __ Branch(chunk_->GetAssemblyLabel(left_block), condition, src1, src2); in EmitBranch() 2054 __ Branch(chunk_->GetAssemblyLabel(left_block), condition, src1, src2); in EmitBranch() 2055 __ Branch(chunk_->GetAssemblyLabel(right_block)); in EmitBranch() 2072 __ BranchF(chunk_->GetAssemblyLabel(right_block), NULL, in EmitBranchF() 2075 __ BranchF(chunk_->GetAssemblyLabel(left_block), NULL, in EmitBranchF() 2078 __ BranchF(chunk_->GetAssemblyLabel(left_block), NULL, in EmitBranchF() 2080 __ Branch(chunk_->GetAssemblyLabel(right_block)); in EmitBranchF() 2091 __ Branch(chunk_->GetAssemblyLabel(false_block), condition, src1, src2); in EmitFalseBranch() 2101 __ BranchF(chunk_->GetAssemblyLabel(false_block), NULL, in EmitFalseBranchF() [all …]
|
D | lithium-mips.h | 507 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 513 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
|
/external/chromium_org/v8/src/ia32/ |
D | lithium-codegen-ia32.cc | 2051 __ j(NegateCondition(cc), chunk_->GetAssemblyLabel(right_block)); in EmitBranch() 2053 __ j(cc, chunk_->GetAssemblyLabel(left_block)); in EmitBranch() 2055 __ j(cc, chunk_->GetAssemblyLabel(left_block)); in EmitBranch() 2056 __ jmp(chunk_->GetAssemblyLabel(right_block)); in EmitBranch() 2065 __ jmp(chunk_->GetAssemblyLabel(false_block)); in EmitFalseBranch() 2067 __ j(cc, chunk_->GetAssemblyLabel(false_block)); in EmitFalseBranch() 2207 __ jmp(chunk_->GetAssemblyLabel(LookupDestination(block))); in EmitGoto()
|
D | lithium-ia32.h | 501 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 507 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
|
/external/chromium_org/v8/src/x87/ |
D | lithium-codegen-x87.cc | 2189 __ j(NegateCondition(cc), chunk_->GetAssemblyLabel(right_block)); in EmitBranch() 2191 __ j(cc, chunk_->GetAssemblyLabel(left_block)); in EmitBranch() 2193 __ j(cc, chunk_->GetAssemblyLabel(left_block)); in EmitBranch() 2194 __ jmp(chunk_->GetAssemblyLabel(right_block)); in EmitBranch() 2203 __ jmp(chunk_->GetAssemblyLabel(false_block)); in EmitFalseBranch() 2205 __ j(cc, chunk_->GetAssemblyLabel(false_block)); in EmitFalseBranch() 2336 __ jmp(chunk_->GetAssemblyLabel(LookupDestination(block))); in EmitGoto()
|
D | lithium-x87.h | 518 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 524 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
|
/external/chromium_org/v8/src/arm/ |
D | lithium-codegen-arm.cc | 2171 __ b(NegateCondition(condition), chunk_->GetAssemblyLabel(right_block)); in EmitBranch() 2173 __ b(condition, chunk_->GetAssemblyLabel(left_block)); in EmitBranch() 2175 __ b(condition, chunk_->GetAssemblyLabel(left_block)); in EmitBranch() 2176 __ b(chunk_->GetAssemblyLabel(right_block)); in EmitBranch() 2184 __ b(condition, chunk_->GetAssemblyLabel(false_block)); in EmitFalseBranch() 2331 __ jmp(chunk_->GetAssemblyLabel(LookupDestination(block))); in EmitGoto()
|
D | lithium-arm.h | 508 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 514 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
|
/external/chromium_org/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 | 515 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 521 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
|
/external/chromium_org/v8/src/arm64/ |
D | lithium-codegen-arm64.cc | 1405 branch.EmitInverted(chunk_->GetAssemblyLabel(right_block)); in EmitBranchGeneric() 1407 branch.Emit(chunk_->GetAssemblyLabel(left_block)); in EmitBranchGeneric() 1409 branch.Emit(chunk_->GetAssemblyLabel(left_block)); in EmitBranchGeneric() 1410 __ B(chunk_->GetAssemblyLabel(right_block)); in EmitBranchGeneric() 2964 __ B(chunk_->GetAssemblyLabel(LookupDestination(block))); in EmitGoto()
|
D | lithium-arm64.h | 352 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel() 359 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
|