Lines Matching refs:to
9 * Unless required by applicable law or agreed to in writing, software
50 JSTaggedValue* to = reinterpret_cast<JSTaggedValue*>(ToUintPtr(dstArray->GetData()));
52 Barriers::CopyObject<true, false>(thread, to, from, arrayLength);
54 // young to young, all the bitset should not be changed.
93 JSTaggedValue* to = reinterpret_cast<JSTaggedValue*>(ToUintPtr(dstArray->GetData()));
95 Barriers::CopyObjectPrimitive<false>(to, from, arrayLength);
147 JSTaggedValue* to = reinterpret_cast<JSTaggedValue*>(ToUintPtr(dstArray->GetData()));
149 Barriers::CopyObject<true, false>(thread, to, from, arrayLength);
155 // young to young, all the bitset should not be changed.
203 JSTaggedValue* to = reinterpret_cast<JSTaggedValue*>(ToUintPtr(dstArray->GetData()));
205 Barriers::CopyObject<true, false>(thread, to, from, arrayLength);
211 // young to young, all the bitset should not be changed.
257 JSTaggedValue* to = reinterpret_cast<JSTaggedValue*>(ToUintPtr(dstArray->GetData()));
259 Barriers::CopyObject<true, false>(thread, to, from, arrayLength);
267 // young to young, all the bitset should not be changed.
325 JSTaggedValue* to = reinterpret_cast<JSTaggedValue*>(ToUintPtr(dstArray->GetData()));
327 Barriers::CopyObject<true, false>(thread, to, from, arrayLength);
329 // young to young, all the bitset should not be changed.