Home
last modified time | relevance | path

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

/art/compiler/utils/mips64/
Dassembler_mips64.cc3085 Branch& last_branch = branches_[branch_count - 1]; in PromoteBranches() local
3086 uint32_t size_delta = last_branch.GetEndLocation() - last_branch.GetOldEndLocation(); in PromoteBranches()
/art/compiler/utils/mips/
Dassembler_mips.cc3923 Branch& last_branch = branches_[branch_count - 1]; in PromoteBranches() local
3924 uint32_t size_delta = last_branch.GetEndLocation() - last_branch.GetOldEndLocation(); in PromoteBranches()