Home
last modified time | relevance | path

Searched defs:TagAddr (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp120 ExecutorAddr TagAddr, in handleMessage()
219 ExecutorAddr TagAddr, in sendMessage()
255 Error SimpleRemoteEPC::handleSetup(uint64_t SeqNo, ExecutorAddr TagAddr, in handleSetup()
366 Error SimpleRemoteEPC::handleResult(uint64_t SeqNo, ExecutorAddr TagAddr, in handleResult()
393 uint64_t RemoteSeqNo, ExecutorAddr TagAddr, in handleCallWrapper()
H A DCore.cpp2197 auto TagAddr = KV.second.getAddress(); in registerJITDispatchHandlers() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp62 ExecutorAddr TagAddr, in handleMessage()
152 uint64_t SeqNo, ExecutorAddr TagAddr, in sendMessage()
224 uint64_t SeqNo, ExecutorAddr TagAddr, in handleResult()
245 uint64_t RemoteSeqNo, ExecutorAddr TagAddr, in handleCallWrapper()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.cpp88 ExecutorAddr TagAddr, in sendMessage()
206 ExecutorAddr TagAddr; in listenLoop() local
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dtagging.h120 PA_ALWAYS_INLINE void* TagAddr(uintptr_t address) { in TagAddr() function