Searched refs:p_slot (Results 1 – 1 of 1) sorted by relevance
40 const char* p_slot = reinterpret_cast<const char*>(offset); in EncodePointer() local41 DCHECK(p_obj > p_slot); in EncodePointer()43 *offset = static_cast<uint64_t>(p_obj - p_slot); in EncodePointer()