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