Lines Matching refs:sobj
119110 shadow::Object* sobj = reinterpret_cast<shadow::Object*>(obj);
119111 if (sobj->slotRef(slot).isGCThing() || value.isGCThing())
119114 sobj->slotRef(slot) = value;
123603 shadow::Object* sobj = reinterpret_cast<shadow::Object*>(obj);
123604 if (sobj->slotRef(slot).isGCThing() || value.isGCThing())
123607 sobj->slotRef(slot) = value;