Home
last modified time | relevance | path

Searched refs:ResourceId (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h35 ResourceNotFound(ResourceIdT ResourceId,
37 : ResourceId(std::move(ResourceId)), in ResourceId() function
48 << " " << ResourceId << " not found"; in log()
52 ResourceIdT ResourceId;
145 using ResourceId = uint64_t;
146 static const ResourceId InvalidId = ~0U;
149 explicit ResourceIdMgr(ResourceId FirstValidId) in ResourceIdMgr()
152 ResourceId getNext() { in getNext()
154 ResourceId I = FreeIds.back(); in getNext()
162 void release(ResourceId I) { FreeIds.push_back(I); } in release()
[all …]
DOrcRemoteTargetServer.h207 Error handleCreateRemoteAllocator(ResourceIdMgr::ResourceId Id) { in handleCreateRemoteAllocator()
217 Error handleCreateIndirectStubsOwner(ResourceIdMgr::ResourceId Id) { in handleCreateIndirectStubsOwner()
236 Error handleDestroyRemoteAllocator(ResourceIdMgr::ResourceId Id) { in handleDestroyRemoteAllocator()
246 Error handleDestroyIndirectStubsOwner(ResourceIdMgr::ResourceId Id) { in handleDestroyIndirectStubsOwner()
256 handleEmitIndirectStubs(ResourceIdMgr::ResourceId Id, in handleEmitIndirectStubs()
377 Expected<JITTargetAddress> handleReserveMem(ResourceIdMgr::ResourceId Id, in handleReserveMem()
398 Error handleSetProtections(ResourceIdMgr::ResourceId Id, in handleSetProtections()
436 std::map<ResourceIdMgr::ResourceId, Allocator> Allocators;
438 std::map<ResourceIdMgr::ResourceId, ISBlockOwnerList> IndirectStubsOwners;
DOrcRemoteTargetClient.h261 ResourceIdMgr::ResourceId Id) in RemoteRTDyldMemoryManager()
317 ResourceIdMgr::ResourceId Id;
333 ResourceIdMgr::ResourceId Id) in RemoteIndirectStubsManager()
443 ResourceIdMgr::ResourceId Id;
588 void destroyRemoteAllocator(ResourceIdMgr::ResourceId Id) { in destroyRemoteAllocator()
597 void destroyIndirectStubsManager(ResourceIdMgr::ResourceId Id) { in destroyIndirectStubsManager()
604 emitIndirectStubs(ResourceIdMgr::ResourceId Id, uint32_t NumStubsRequired) { in emitIndirectStubs()
628 JITTargetAddress reserveMem(ResourceIdMgr::ResourceId Id, uint64_t Size, in reserveMem()
638 bool setProtections(ResourceIdMgr::ResourceId Id, in setProtections()
DRemoteObjectLayer.h29 using ObjHandleT = remote::ResourceIdMgr::ResourceId;
33 using RemoteSymbolId = remote::ResourceIdMgr::ResourceId;
387 std::map<remote::ResourceIdMgr::ResourceId,
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h69 typedef uint64_t ResourceId; typedef
70 static const ResourceId InvalidId = ~0U;
72 ResourceId getNext() { in getNext()
74 ResourceId I = FreeIds.back(); in getNext()
80 void release(ResourceId I) { FreeIds.push_back(I); } in release()
83 ResourceId NextId = 0;
84 std::vector<ResourceId> FreeIds;
132 void(ResourceIdMgr::ResourceId AllocatorID)>
136 void(ResourceIdMgr::ResourceId StubOwnerID)>
144 void(ResourceIdMgr::ResourceId AllocatorID)>
[all …]
DOrcRemoteTargetServer.h226 Error handleCreateRemoteAllocator(ResourceIdMgr::ResourceId Id) { in handleCreateRemoteAllocator()
235 Error handleCreateIndirectStubsOwner(ResourceIdMgr::ResourceId Id) { in handleCreateIndirectStubsOwner()
252 Error handleDestroyRemoteAllocator(ResourceIdMgr::ResourceId Id) { in handleDestroyRemoteAllocator()
261 Error handleDestroyIndirectStubsOwner(ResourceIdMgr::ResourceId Id) { in handleDestroyIndirectStubsOwner()
270 handleEmitIndirectStubs(ResourceIdMgr::ResourceId Id, in handleEmitIndirectStubs()
387 Expected<TargetAddress> handleReserveMem(ResourceIdMgr::ResourceId Id, in handleReserveMem()
406 Error handleSetProtections(ResourceIdMgr::ResourceId Id, TargetAddress Addr, in handleSetProtections()
438 std::map<ResourceIdMgr::ResourceId, Allocator> Allocators;
440 std::map<ResourceIdMgr::ResourceId, ISBlockOwnerList> IndirectStubsOwners;
DOrcRemoteTargetClient.h59 RCMemoryManager(OrcRemoteTargetClient &Client, ResourceIdMgr::ResourceId Id) in RCMemoryManager()
433 ResourceIdMgr::ResourceId Id;
443 ResourceIdMgr::ResourceId Id) in RCIndirectStubsManager()
509 ResourceIdMgr::ResourceId Id;
705 void destroyRemoteAllocator(ResourceIdMgr::ResourceId Id) { in destroyRemoteAllocator()
714 Error destroyIndirectStubsManager(ResourceIdMgr::ResourceId Id) { in destroyIndirectStubsManager()
720 emitIndirectStubs(ResourceIdMgr::ResourceId Id, uint32_t NumStubsRequired) { in emitIndirectStubs()
776 Expected<TargetAddress> reserveMem(ResourceIdMgr::ResourceId Id, in reserveMem()
786 Error setProtections(ResourceIdMgr::ResourceId Id, in setProtections()
/external/syzkaller/vendor/google.golang.org/api/storage/v1/
Dstorage-gen.go902 ResourceId string `json:"resourceId,omitempty"` member
1564 ResourceId string `json:"resourceId,omitempty"` member