HomeSort by relevance Sort by last modified time
    Searched full:b_back (Results 1 - 1 of 1) sorted by null

  /art/compiler/linker/arm64/
relative_patcher_arm64.cc 196 uint32_t b_back = (back_disp & 0x0fffffffu) >> 2; local
197 b_back |= 0x14000000; // B <back>
201 SetInsn(&current_method_thunks_, thunks_code_offset + 4u, b_back);

Completed in 51 milliseconds