| /xnu-11215.1.10/tests/safe_allocation_src/ |
| H A D | assign.move.cpp | 28 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 D | ctor.move.cpp | 28 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 D | cpp_util.h | 88 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 D | ctor.move.cpp | 42 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 D | assign.move.cpp | 40 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 D | cast.const.cpp | 35 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 D | cast.reinterpret.cpp | 39 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 D | cast.static.cpp | 44 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 D | OSArray.cpp | 276 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 D | OSOrderedSet.cpp | 224 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 D | OSSymbol.cpp | 492 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 D | OSSet.cpp | 468 ret = os::move(newSet); in copyCollection()
|
| H A D | OSDictionary.cpp | 821 ret = os::move(newDict); in copyCollection()
|
| H A D | OSKext.cpp | 597 #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 D | pktsched_fq_codel.h | 190 fq_if_bitmaps_move move; member 216 #define grp_bitmaps_move fqs_bm_ops->move
|
| H A D | pktsched_fq_codel.c | 149 .move = fq_if_grps_bitmap_move, 158 .move = fq_if_grps_sc_bitmap_move,
|
| /xnu-11215.1.10/iokit/Tests/ |
| H A D | Tests.cpp | 1465 …__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 D | mach_msg_transport.c | 341 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 D | intrusive_shared_ptr.h | 71 constexpr remove_reference_t<T>&& move(T && t) noexcept {
|
| /xnu-11215.1.10/doc/vm/ |
| H A D | freezer.md | 21 …move the process to the freezer jetsam band (75). The swapout thread is responsible for issuing th…
|
| H A D | memorystatus.md | 107 …emlimit_inactive`, `p_memstat_requestedpriority`), and applies them as daemons move between states.
|
| /xnu-11215.1.10/iokit/Kernel/ |
| H A D | IOMemoryDescriptor.cpp | 1708 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 D | IOPMrootDomain.cpp | 2428 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 D | mt_stackshot.md | 48 finishes with its first queue, it will move on to the other.
|
| /xnu-11215.1.10/doc/debugging/ |
| H A D | debugging.md | 410 Now we can move a frame above and inspect stopped target:
|