Home
last modified time | relevance | path

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

/art/compiler/utils/riscv64/
Dassembler_riscv64.cc6928 void Riscv64Assembler::Branch::Relocate(uint32_t expand_location, uint32_t delta) { in Relocate() argument
6931 if (location_ > expand_location) { in Relocate()
6934 if (target_ > expand_location) { in Relocate()
7405 uint32_t expand_location = branch.GetLocation(); in PromoteBranches() local
7407 branch2.Relocate(expand_location, delta); in PromoteBranches()
Dassembler_riscv64.h2064 void Relocate(uint32_t expand_location, uint32_t delta);