Lines Matching defs:Copy
6 * You may obtain a copy of the License at
1439 // Copy refs with lock. Note the number of refs should be small.
1483 // Make a copy of the mark stack vector.
2235 // copy of objects that was lost in race.
2279 // Reuse the memory blocks that were copy of objects that were lost in race.
2326 // FillWithDummyObject -> IntArray::GetArrayClass -> Mark -> Copy -> AllocateInSkippedBlock.
2338 mirror::Object* ConcurrentCopying::Copy(mirror::Object* from_ref,
2404 // Copy the object excluding the lock word since that is handled in the loop.
2411 // Memcpy can tear for words since it may do byte copy. It is only safe to do this since the
2424 // the forwarding pointer first. Make the lost copy (to_ref)
2434 // Record the lost copy for later reuse.
2464 // Copy the old lock word over since we did not copy it yet.
2472 // before the object copy.