Home
last modified time | relevance | path

Searched refs:bound_pc (Results 1 – 4 of 4) sorted by relevance

/art/compiler/utils/mips/
Dassembler_mips.cc151 int bound_pc = buffer_.Size(); in Bind() local
155 int32_t offset = is_jump ? bound_pc - position : bound_pc - position - 4; in Bind()
160 label->BindTo(bound_pc); in Bind()
/art/compiler/utils/arm/
Dassembler_thumb2.cc2251 uint32_t bound_pc = buffer_.Size(); in Bind() local
2257 bool changed = branch->Resolve(bound_pc); // Branch can be resolved now. in Bind()
2280 bound_pc = buffer_.Size(); in Bind()
2283 changed = branch->Resolve(bound_pc); in Bind()
2294 label->BindTo(bound_pc); in Bind()
Dassembler_arm32.cc1319 int bound_pc = buffer_.Size(); in Bind() local
1323 int32_t encoded = Arm32Assembler::EncodeBranchOffset(bound_pc - position, next); in Bind()
1327 label->BindTo(bound_pc); in Bind()
/art/compiler/utils/mips64/
Dassembler_mips64.cc794 int32_t bound_pc = buffer_.Size(); in Bind() local
809 uint32_t offset = bound_pc - position; in Bind()
826 label->BindTo(bound_pc); in Bind()