Lines Matching refs:textObject
12113 vm_object_t textObject, shadow; in vm_task_evict_shared_cache() local
12121 textObject = NULL; in vm_task_evict_shared_cache()
12136 textObject = VME_OBJECT(entry); in vm_task_evict_shared_cache()
12137 vm_object_lock(textObject); in vm_task_evict_shared_cache()
12138 while ((shadow = textObject->shadow)) { in vm_task_evict_shared_cache()
12140 vm_object_unlock(textObject); in vm_task_evict_shared_cache()
12141 textObject = shadow; in vm_task_evict_shared_cache()
12143 vm_object_reference_locked(textObject); in vm_task_evict_shared_cache()
12144 vm_object_unlock(textObject); in vm_task_evict_shared_cache()
12157 if (textObject) { in vm_task_evict_shared_cache()
12165 if (textObject) { in vm_task_evict_shared_cache()
12166 vm_object_sync(textObject, textOffset, textSize, true, false, false); in vm_task_evict_shared_cache()
12167 vm_object_deallocate(textObject); in vm_task_evict_shared_cache()