Lines Matching refs:cellValue
500 auto cellValue = prototypeHandler->GetProtoCell();
501 if (cellValue.IsUndefined()) {
504 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject());
567 auto cellValue = transWithProtoHandler->GetProtoCell();
568 ASSERT(cellValue.IsProtoChangeMarker());
569 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject());
584 auto cellValue = prototypeHandler->GetProtoCell();
585 if (cellValue.IsUndefined()) {
588 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject());
611 auto cellValue = storeTSHandler->GetProtoCell();
612 ASSERT(cellValue.IsProtoChangeMarker());
613 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject());
770 auto cellValue = prototypeHandler->GetProtoCell();
771 if (!cellValue.IsProtoChangeMarker()) {
774 ASSERT(cellValue.IsProtoChangeMarker());
775 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject());