Lines Matching refs:host
32 void WriteBarrierForCode(Code host, RelocInfo* rinfo, Object value);
33 void WriteBarrierForCode(Code host, RelocInfo* rinfo, HeapObject value);
34 void WriteBarrierForCode(Code host);
44 void GenerationalBarrierForCode(Code host, RelocInfo* rinfo, HeapObject object);
50 static inline void Marking(HeapObject host, ObjectSlot, Object value);
51 static inline void Marking(HeapObject host, HeapObjectSlot, HeapObject value);
52 static inline void Marking(HeapObject host, MaybeObjectSlot,
54 static inline void Marking(Code host, RelocInfo*, HeapObject value);
55 static inline void Marking(JSArrayBuffer host, ArrayBufferExtension*);
59 // Invoked from global handles where no host object is available.
61 static inline void MarkingFromInternalFields(JSObject host);
70 static inline bool IsRequired(HeapObject host, T value);
77 static void MarkingSlow(Heap* heap, HeapObject host, HeapObjectSlot,
79 static void MarkingSlow(Heap* heap, Code host, RelocInfo*, HeapObject value);
80 static void MarkingSlow(Heap* heap, JSArrayBuffer host,
85 static void MarkingSlowFromInternalFields(Heap* heap, JSObject host);