Searched refs:dpc_and_thread (Results 1 – 1 of 1) sorted by relevance
44 uintptr_t dpc_and_thread = static_cast<uintptr_t>(dex_pc << 8) ^ reinterpret_cast<uintptr_t>(t); in LockOwnerInfoChecksum() local45 return reinterpret_cast<uintptr_t>(m) ^ dpc_and_thread in LockOwnerInfoChecksum()46 ^ (dpc_and_thread << (/* ptr_size / 2 */ (sizeof m) << 2)); in LockOwnerInfoChecksum()