Lines Matching defs:needCOW
148 const ElementsKind newKind, bool needCOW)
151 JSTaggedValue newElements = MigrateFromRawValueToHeapValue(thread, object, needCOW, true);
171 const ElementsKind newKind, bool needCOW)
174 JSTaggedValue newElements = MigrateFromRawValueToHeapValue(thread, object, needCOW, false);
182 const ElementsKind newKind, bool needCOW)
185 JSTaggedValue newElements = MigrateFromHeapValueToRawValue(thread, object, needCOW, true);
188 JSTaggedValue newElements = MigrateFromHeapValueToRawValue(thread, object, needCOW, false);
206 bool needCOW = object->GetElements().IsCOWArray();
209 HandleIntKindMigration(thread, object, newKind, needCOW);
211 HandleNumberKindMigration(thread, object, newKind, needCOW);
213 HandleOtherKindMigration(thread, object, newKind, needCOW);
218 bool needCOW, bool isIntKind)
224 if (needCOW) {
245 bool needCOW, bool isIntKind)
251 if (needCOW) {