Lines Matching refs:cellValue
1088 auto cellValue = transWithProtoHandler->GetProtoCell();
1089 if (CheckProtoChangeMarker(cellValue)) {
1099 auto cellValue = prototypeHandler->GetProtoCell();
1100 if (CheckProtoChangeMarker(cellValue)) {
1110 auto cellValue = storeTSHandler->GetProtoCell();
1111 if (CheckProtoChangeMarker(cellValue)) {
1139 auto cellValue = prototypeHandler->GetProtoCell();
1140 if (CheckProtoChangeMarker(cellValue)) {
1239 auto cellValue = prototypeHandler->GetProtoCell();
1240 if (!cellValue.IsProtoChangeMarker()) {
1243 ASSERT(cellValue.IsProtoChangeMarker());
1244 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject());
1787 bool PGOProfiler::CheckProtoChangeMarker(JSTaggedValue cellValue) const
1789 if (!cellValue.IsProtoChangeMarker()) {
1792 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject());