Home
last modified time | relevance | path

Searched refs:branchid (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/arm/
Dassembler_thumb2.h707 Branch* GetBranch(uint16_t branchid) { in GetBranch() argument
708 if (branchid >= branches_.size()) { in GetBranch()
711 return branches_[branchid]; in GetBranch()
Dassembler_thumb2.cc2180 uint16_t branchid = EmitCompareAndBranch(rn, static_cast<uint16_t>(label->position_), false); in cbz() local
2181 label->LinkTo(branchid); in cbz()
2192 uint16_t branchid = EmitCompareAndBranch(rn, static_cast<uint16_t>(label->position_), true); in cbnz() local
2193 label->LinkTo(branchid); in cbnz()