Lines Matching refs:cell
235 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject()); in StorePrototype() local
236 if (cell->GetHasChanged()) { in StorePrototype()
252 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject()); in StoreWithTS() local
253 if (cell->GetHasChanged()) { in StoreWithTS()
325 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject()); in StoreTransWithProto() local
326 if (cell->GetHasChanged()) { in StoreTransWithProto()
359 PropertyBox *cell = PropertyBox::Cast(handler.GetTaggedObject()); in LoadGlobal() local
360 if (cell->IsInvalid()) { in LoadGlobal()
363 JSTaggedValue ret = cell->GetValue(); in LoadGlobal()
372 PropertyBox *cell = PropertyBox::Cast(handler.GetTaggedObject()); in StoreGlobal() local
373 if (cell->IsInvalid()) { in StoreGlobal()
376 ASSERT(!cell->GetValue().IsAccessorData()); in StoreGlobal()
377 cell->SetValue(thread, value); in StoreGlobal()
388 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject()); in LoadPrototype() local
389 if (cell->GetHasChanged()) { in LoadPrototype()
481 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject()); in StoreElement() local
482 if (cell->GetHasChanged()) { in StoreElement()