Lines Matching defs:slot
35 * \param slot Slot containing the pointer to the object. The slot itself
46 const void* slot, const void* value, WriteBarrierParams& params) {
47 return internal::WriteBarrier::GetWriteBarrierType(slot, value, params);
53 * \param slot Slot to some part of an object. The object must not necessarily
66 GetWriteBarrierType(const void* slot, WriteBarrierParams& params,
68 return internal::WriteBarrier::GetWriteBarrierType(slot, params, callback);
74 * barrier barrier which doesn't consider the slot.
107 * The slot itself must reside in an object that has been allocated using
143 * \param slot Slot containing the pointer to the object. The slot itself
148 const void* slot) {
149 internal::WriteBarrier::GenerationalBarrier(params, slot);