Home
last modified time | relevance | path

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

/external/v8/src/
Dlithium.cc293 Label* LChunk::GetAssemblyLabel(int block_id) const { in GetAssemblyLabel() function in v8::internal::LChunk
Dlithium.h643 Label* GetAssemblyLabel(int block_id) const;
/external/v8/src/mips64/
Dlithium-codegen-mips64.cc2022 __ 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 …]
Dlithium-mips64.h533 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel()
539 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
/external/v8/src/mips/
Dlithium-codegen-mips.cc2054 __ 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 …]
Dlithium-mips.h534 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel()
540 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
/external/v8/src/arm64/
Dlithium-codegen-arm64.cc1385 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()
Dlithium-arm64.h378 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel()
385 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
/external/v8/src/ia32/
Dlithium-codegen-ia32.cc2046 __ 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()
Dlithium-ia32.h532 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel()
538 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
/external/v8/src/x87/
Dlithium-codegen-x87.cc2338 __ 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()
Dlithium-x87.h550 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel()
556 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
/external/v8/src/arm/
Dlithium-codegen-arm.cc2193 __ 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()
Dlithium-arm.h534 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel()
540 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()
/external/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.h542 true_label_ = chunk->GetAssemblyLabel(TrueDestination(chunk)); in TrueLabel()
548 false_label_ = chunk->GetAssemblyLabel(FalseDestination(chunk)); in FalseLabel()