Home
last modified time | relevance | path

Searched refs:move (Results 1 – 25 of 26) sorted by relevance

12

/xnu-11215.1.10/tests/safe_allocation_src/
H A Dassign.move.cpp28 tracked_safe_allocation<T>& ref = (to = std::move(from)); in tests()
53 tracked_safe_allocation<T>& ref = (to = std::move(from)); in tests()
79 tracked_safe_allocation<T>& ref = (to = std::move(from)); in tests()
104 tracked_safe_allocation<T>& ref = (to = std::move(from)); in tests()
128 tracked_safe_allocation<T>& ref = (obj = std::move(obj)); in tests()
H A Dctor.move.cpp28 tracked_safe_allocation<T> to(std::move(from)); in tests()
48 tracked_safe_allocation<T> to{std::move(from)}; in tests()
68 tracked_safe_allocation<T> to = std::move(from); in tests()
88 tracked_safe_allocation<T> to(std::move(from)); in tests()
/xnu-11215.1.10/libkern/os/
H A Dcpp_util.h88 move(_T && _t)
96 move(T* first, T* last, T* d_first)
99 *d_first = os::move(*first);
124 *(--d_last) = os::move(*(--last));
134 ::new (static_cast<void*>(d_first)) T(os::move(*first));
/xnu-11215.1.10/tests/intrusive_shared_ptr_src/
H A Dctor.move.cpp42 libkern::intrusive_shared_ptr<To, test_policy> to(std::move(from)); // explicit in tests()
53 libkern::intrusive_shared_ptr<To, test_policy> to{std::move(from)}; // explicit in tests()
64 libkern::intrusive_shared_ptr<To, test_policy> to = std::move(from); // implicit in tests()
74 libkern::intrusive_shared_ptr<To, test_policy> to = std::move(from); in tests()
H A Dassign.move.cpp40 tracked_shared_ptr<To>& ref = (to = std::move(from)); in tests()
53 tracked_shared_ptr<To>& ref = (to = std::move(from)); in tests()
66 tracked_shared_ptr<To>& ref = (to = std::move(from)); in tests()
79 tracked_shared_ptr<To>& ref = (to = std::move(from)); in tests()
H A Dcast.const.cpp35 tracked_shared_ptr<To> to = libkern::const_pointer_cast<To>(std::move(from)); in tests()
55 tracked_shared_ptr<To> to = libkern::const_pointer_cast<To>(std::move(from)); in tests()
H A Dcast.reinterpret.cpp39 tracked_shared_ptr<To> to = libkern::reinterpret_pointer_cast<To>(std::move(from)); in tests()
59 tracked_shared_ptr<To> to = libkern::reinterpret_pointer_cast<To>(std::move(from)); in tests()
H A Dcast.static.cpp44 tracked_shared_ptr<To> to = libkern::static_pointer_cast<To>(std::move(from)); in tests()
64 tracked_shared_ptr<To> to = libkern::static_pointer_cast<To>(std::move(from)); in tests()
/xnu-11215.1.10/libkern/c++/
H A DOSArray.cpp276 array[i] = os::move(array[i - 1]); in setObject()
350 oldObject = os::move(array[index]); in removeObject()
354 array[i] = os::move(array[i + 1]); in removeObject()
539 ret = os::move(newArray); in copyCollection()
H A DOSOrderedSet.cpp224 array[i] = os::move(array[i - 1]); in setObject()
295 array[i - 1] = os::move(array[i]); in removeObject()
509 ret = os::move(newSet); in copyCollection()
H A DOSSymbol.cpp492 return os::move(newSymb); // return the newly created & inserted symbol. in withCString()
529 return os::move(newSymb); // return the newly created & inserted symbol. in withCStringNoCopy()
H A DOSSet.cpp468 ret = os::move(newSet); in copyCollection()
H A DOSDictionary.cpp821 ret = os::move(newDict); in copyCollection()
H A DOSKext.cpp597 #pragma mark OSData callbacks (need to move to OSData)
887 fakeKext->linkedExecutable = os::move(executable); in allocAndInitFakeKext()
3952 result = os::move(uncompressedData); in extractMkext2FileData()
7131 linkedExecutable = os::move(new_osdata); in slidePrelinkedExecutable()
7696 linkedExecutable = os::move(data);
10625 responseObject = os::move(sKernelRequests);
11053 return os::move(deferredAuxKCXML);
14617 requestR = os::move(request);
/xnu-11215.1.10/bsd/net/pktsched/
H A Dpktsched_fq_codel.h190 fq_if_bitmaps_move move; member
216 #define grp_bitmaps_move fqs_bm_ops->move
H A Dpktsched_fq_codel.c149 .move = fq_if_grps_bitmap_move,
158 .move = fq_if_grps_sc_bitmap_move,
/xnu-11215.1.10/iokit/Tests/
H A DTests.cpp1465 …__assert_only OSSharedPtr<OSCollection> collection = OSStaticPtrCast<OSCollection>(os::move(dict)); in OSStaticPtrCastTests()
1471 OSSharedPtr<OSCollection> collection = OSStaticPtrCast<OSCollection>(os::move(dict)); in OSStaticPtrCastTests()
1506 __assert_only OSSharedPtr<OSDictionary> dict2 = OSConstPtrCast<OSDictionary>(os::move(dict)); in OSConstPtrCastTests()
1512 OSSharedPtr<OSDictionary> dict2 = OSConstPtrCast<OSDictionary>(os::move(dict)); in OSConstPtrCastTests()
1545 OSSharedPtr<OSDictionary> newDict = OSDynamicPtrCast<OSDictionary>(os::move(collection)); in OSDynamicPtrCastTests()
/xnu-11215.1.10/tests/ipc/
H A Dmach_msg_transport.c341 bool move) in t_fill_complex_memory_msg() argument
349 .deallocate = move, in t_fill_complex_memory_msg()
/xnu-11215.1.10/libkern/libkern/c++/
H A Dintrusive_shared_ptr.h71 constexpr remove_reference_t<T>&& move(T && t) noexcept {
/xnu-11215.1.10/doc/vm/
H A Dfreezer.md21move the process to the freezer jetsam band (75). The swapout thread is responsible for issuing th…
H A Dmemorystatus.md107 …emlimit_inactive`, `p_memstat_requestedpriority`), and applies them as daemons move between states.
/xnu-11215.1.10/iokit/Kernel/
H A DIOMemoryDescriptor.cpp1708 return os::move(that); in withAddress()
1735 return os::move(that); in withRanges()
1767 return os::move(that); in withAddressRanges()
1798 return os::move(self); in withOptions()
1822 return os::move(that); in withPhysicalRanges()
1865 return os::move(self); in withPersistentMemoryDescriptor()
1875 return os::move(self); in withPersistentMemoryDescriptor()
5159 fMemory = os::move(tempval); in setMemoryDescriptor()
H A DIOPMrootDomain.cpp2428 service = os::move(request->data.service); in synchronizeAggressives()
10786 return os::move(array);
10799 return os::move(array);
11764 return os::move(outArray);
12832 swd_memDesc = os::move(memDesc);
12871 swd_spindump_memDesc = os::move(memDesc);
/xnu-11215.1.10/doc/observability/
H A Dmt_stackshot.md48 finishes with its first queue, it will move on to the other.
/xnu-11215.1.10/doc/debugging/
H A Ddebugging.md410 Now we can move a frame above and inspect stopped target:

12