Searched refs:AsyncRemoteExecuteNode (Results 1 – 3 of 3) sorted by relevance
42 class AsyncRemoteExecuteNode; variable72 virtual AsyncRemoteExecuteNode* AsAsyncRemoteExecuteNode() { return nullptr; } in AsAsyncRemoteExecuteNode()94 class AsyncRemoteExecuteNode : public AsyncEagerNode {96 AsyncRemoteExecuteNode* AsAsyncRemoteExecuteNode() final { return this; } in AsAsyncRemoteExecuteNode()
356 AsyncRemoteExecuteNode* async_remote_node = in RunItem()
38 class RemoteExecuteNode : public AsyncRemoteExecuteNode {47 : AsyncRemoteExecuteNode(), in RemoteExecuteNode()