Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dlithium.cc264 Label* LChunk::GetAssemblyLabel(int block_id) const { in GetAssemblyLabel() function in v8::internal::LChunk
Dlithium.h643 Label* GetAssemblyLabel(int block_id) const;
/external/chromium_org/v8/src/mips/
Dlithium-codegen-mips.cc2049 __ 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 …]
Dlithium-mips.h507 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel()
513 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
/external/chromium_org/v8/src/ia32/
Dlithium-codegen-ia32.cc2051 __ 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()
Dlithium-ia32.h501 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel()
507 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
/external/chromium_org/v8/src/x87/
Dlithium-codegen-x87.cc2189 __ 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()
Dlithium-x87.h518 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel()
524 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
/external/chromium_org/v8/src/arm/
Dlithium-codegen-arm.cc2171 __ 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()
Dlithium-arm.h508 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel()
514 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
/external/chromium_org/v8/src/x64/
Dlithium-codegen-x64.cc2075 __ 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()
Dlithium-x64.h515 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel()
521 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
/external/chromium_org/v8/src/arm64/
Dlithium-codegen-arm64.cc1405 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()
Dlithium-arm64.h352 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel()
359 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()