HomeSort by relevance Sort by last modified time
    Searched refs:ThisT (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 60 typedef OrcRemoteTargetServer ThisT;
66 return handle<CallIntVoid>(Channel, *this, &ThisT::handleCallIntVoid);
68 return handle<CallMain>(Channel, *this, &ThisT::handleCallMain);
70 return handle<CallVoidVoid>(Channel, *this, &ThisT::handleCallVoidVoid);
73 &ThisT::handleCreateRemoteAllocator);
76 Channel, *this, &ThisT::handleCreateIndirectStubsOwner);
79 &ThisT::handleDeregisterEHFrames);
82 Channel, *this, &ThisT::handleDestroyRemoteAllocator);
85 Channel, *this, &ThisT::handleDestroyIndirectStubsOwner);
88 &ThisT::handleEmitIndirectStubs)
    [all...]
  /frameworks/native/include/gui/
FrameTimestamps.h 290 template <typename ThisT>
291 static inline auto allFences(ThisT fed) ->
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 322 SizeClassMap, MapUnmapCallback> ThisT;
323 typedef SizeClassAllocatorLocalCache<ThisT> AllocatorCache;
715 SizeClassMap, kRegionSizeLog, ByteMap, MapUnmapCallback> ThisT;
716 typedef SizeClassAllocatorLocalCache<ThisT> AllocatorCache;
    [all...]

Completed in 148 milliseconds