Lines Matching defs:value
46 HeapObject value) {
48 if (MarkValue(host, value)) {
50 collector_->RecordSlot(host, slot, value);
55 void MarkingBarrier::WriteWithoutHost(HeapObject value) {
57 if (WhiteToGreyAndPush(value)) {
61 heap_->AddRetainingRoot(Root::kWriteBarrier, value);
66 void MarkingBarrier::Write(Code host, RelocInfo* reloc_info, HeapObject value) {
68 if (MarkValue(host, value)) {
73 collector_->RecordRelocSlot(host, reloc_info, value);
75 RecordRelocSlot(host, reloc_info, value);