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

/art/compiler/linker/arm64/
H A Drelative_patcher_arm64.cc236 uint32_t b_back = (back_disp & 0x0fffffffu) >> 2; local
237 b_back |= 0x14000000; // B <back>
241 SetInsn(&current_method_thunks_, thunks_code_offset + 4u, b_back);

Completed in 18 milliseconds