Home
last modified time | relevance | path

Searched refs:Unprotect (Results 1 – 12 of 12) sorted by relevance

/external/google-breakpad/src/client/mac/handler/
Dprotected_memory_allocator.h76 kern_return_t Unprotect();
Dprotected_memory_allocator.cc84 kern_return_t ProtectedMemoryAllocator::Unprotect() { in Unprotect() function in ProtectedMemoryAllocator
Dexception_handler.cc521 gBreakpadAllocator->Unprotect(); in WaitForMessage()
570 gBreakpadAllocator->Unprotect(); in WaitForMessage()
587 gBreakpadAllocator->Unprotect(); in WaitForMessage()
619 gBreakpadAllocator->Unprotect(); in SignalHandler()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute_node.h117 Status s = h->Unprotect(d); in Run()
195 Status s = h->Unprotect(d); in Run()
Dtensor_handle_data.h41 Status Unprotect();
Dtensor_handle.h165 Status Unprotect(const Device* d);
358 Status Unprotect();
Dtensor_handle_data.cc74 Status LocalTensorHandleData::Unprotect() { in Unprotect() function in tensorflow::LocalTensorHandleData
Dtensor_handle.cc103 Status TensorHandle::PackedTensorHandleData::Unprotect() { in Unprotect() function in tensorflow::TensorHandle::PackedTensorHandleData
105 TF_RETURN_IF_ERROR(absl::visit([](auto& data) { return data.Unprotect(); }, in Unprotect()
663 Status TensorHandle::Unprotect(const Device* d) { in Unprotect() function in tensorflow::TensorHandle
667 return absl::visit([](auto& data) { return data.Unprotect(); }, data_); in Unprotect()
679 return mirror.Unprotect(); in Unprotect()
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_tensor_handle_data.h49 Status Unprotect() { return Status::OK(); } in Unprotect() function
/external/google-breakpad/src/client/mac/Framework/
DBreakpad.mm109 // Unprotect the memory
110 allocator_->Unprotect();
693 gBreakpadAllocator->Unprotect();
862 gMasterAllocator->Unprotect();
863 gKeyValueAllocator->Unprotect();
864 gBreakpadAllocator->Unprotect();
992 gBreakpadAllocator->Unprotect();
/external/google-breakpad/src/client/ios/
Dexception_handler_no_mach.cc183 gBreakpadAllocator->Unprotect(); in SignalHandler()
DBreakpad.mm112 // Unprotect the memory
113 allocator_->Unprotect();
737 gMasterAllocator->Unprotect();
738 gKeyValueAllocator->Unprotect();
739 gBreakpadAllocator->Unprotect();