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

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

Completed in 129 milliseconds