Searched refs:branch_id (Results 1 - 5 of 5) sorted by last modified time

/art/compiler/utils/arm/
H A Dassembler_thumb2.cc2576 FixupId branch_id = AddFixup(Fixup::Branch(pc, branch_type, size, cond)); local
2580 GetFixup(branch_id)->Resolve(label->Position());
2586 label->LinkTo(branch_id);
2592 DCHECK_EQ(buffer_.Size() - pc, GetFixup(branch_id)->GetSizeInBytes());
/art/compiler/utils/mips/
H A Dassembler_mips.cc1850 MipsAssembler::Branch* MipsAssembler::GetBranch(uint32_t branch_id) { argument
1851 CHECK_LT(branch_id, branches_.size());
1852 return &branches_[branch_id];
1855 const MipsAssembler::Branch* MipsAssembler::GetBranch(uint32_t branch_id) const {
1856 CHECK_LT(branch_id, branches_.size());
1857 return &branches_[branch_id];
1867 uint32_t branch_id = label->Position(); local
1868 Branch* branch = GetBranch(branch_id);
1884 uint32_t branch_id = label->prev_branch_id_plus_one_ - 1; local
1885 const Branch* branch = GetBranch(branch_id);
1896 uint32_t branch_id = label->prev_branch_id_plus_one_ - 1; local
1936 uint32_t branch_id = branches_.size() - 1; local
[all...]
H A Dassembler_mips.h777 Branch* GetBranch(uint32_t branch_id);
778 const Branch* GetBranch(uint32_t branch_id) const;
/art/compiler/utils/mips64/
H A Dassembler_mips64.cc1515 Mips64Assembler::Branch* Mips64Assembler::GetBranch(uint32_t branch_id) { argument
1516 CHECK_LT(branch_id, branches_.size());
1517 return &branches_[branch_id];
1520 const Mips64Assembler::Branch* Mips64Assembler::GetBranch(uint32_t branch_id) const {
1521 CHECK_LT(branch_id, branches_.size());
1522 return &branches_[branch_id];
1532 uint32_t branch_id = label->Position(); local
1533 Branch* branch = GetBranch(branch_id);
1549 uint32_t branch_id = label->prev_branch_id_plus_one_ - 1; local
1550 const Branch* branch = GetBranch(branch_id);
1561 uint32_t branch_id = label->prev_branch_id_plus_one_ - 1; local
1601 uint32_t branch_id = branches_.size() - 1; local
[all...]
H A Dassembler_mips64.h693 Branch* GetBranch(uint32_t branch_id);
694 const Branch* GetBranch(uint32_t branch_id) const;

Completed in 46 milliseconds