Home
last modified time | relevance | path

Searched defs:branch (Results 1 – 4 of 4) sorted by relevance

/art/compiler/utils/mips64/
Dassembler_mips64.cc73 for (auto& branch : branches_) { in EmitBranches() local
1533 Branch* branch = GetBranch(branch_id); in Bind() local
1550 const Branch* branch = GetBranch(branch_id); in Bind() local
1562 const Branch* branch = GetBranch(branch_id); in GetLabelLocation() local
1580 const Branch* branch = GetBranch(last_branch_id_); in GetAdjustedPosition() local
1640 for (auto& branch : branches_) { in PromoteBranches() local
1667 Branch& branch = branches_[--i]; in PromoteBranches() local
1689 void Mips64Assembler::EmitBranch(Mips64Assembler::Branch* branch) { in EmitBranch()
/art/compiler/utils/mips/
Dassembler_mips.cc107 for (auto& branch : branches_) { in EmitBranches() local
1868 Branch* branch = GetBranch(branch_id); in Bind() local
1885 const Branch* branch = GetBranch(branch_id); in Bind() local
1897 const Branch* branch = GetBranch(branch_id); in GetLabelLocation() local
1915 const Branch* branch = GetBranch(last_branch_id_); in GetAdjustedPosition() local
1972 for (auto& branch : branches_) { in PromoteBranches() local
1999 Branch& branch = branches_[--i]; in PromoteBranches() local
2029 void MipsAssembler::EmitBranch(MipsAssembler::Branch* branch) { in EmitBranch()
/art/compiler/optimizing/
Dcode_generator_x86_64.cc1398 static bool AreEflagsSetFrom(HInstruction* cond, HInstruction* branch) { in AreEflagsSetFrom()
Dcode_generator_x86.cc1354 static bool AreEflagsSetFrom(HInstruction* cond, HInstruction* branch) { in AreEflagsSetFrom()