Lines Matching defs:object
35 * \param slot Slot containing the pointer to the object. The slot itself
36 * must reside in an object that has been allocated using
38 * \param value The pointer to the object. May be an interior pointer to an
39 * interface of the actual object.
53 * \param slot Slot to some part of an object. The object must not necessarily
76 * \param value The pointer to the object. May be an interior pointer to an
77 * interface of the actual object.
89 * Conservative Dijkstra-style write barrier that processes an object if it
93 * \param object The pointer to the object. May be an interior pointer to a
94 * an interface of the actual object.
97 const void* object) {
98 internal::WriteBarrier::DijkstraMarkingBarrier(params, object);
107 * The slot itself must reside in an object that has been allocated using
125 * Steele-style write barrier that re-processes an object if it has already
129 * \param object The pointer to the object which must point to an object that
134 const void* object) {
135 internal::WriteBarrier::SteeleMarkingBarrier(params, object);
143 * \param slot Slot containing the pointer to the object. The slot itself
144 * must reside in an object that has been allocated using
153 * Generational barrier for source object that may contain outgoing pointers
157 * \param inner_pointer Pointer to the source object.
203 * Constructs a scoped object that automatically enters and leaves a disallow
248 * Constructs a scoped object that automatically enters and leaves a no