Searched refs:TrampolinePool (Results 1 – 5 of 5) sorted by relevance
55 class TrampolinePool {57 virtual ~TrampolinePool() {} in ~TrampolinePool()68 template <typename ORCABI> class LocalTrampolinePool : public TrampolinePool {110 LocalTrampolinePool<ORCABI> *TrampolinePool = in reenter() local112 return TrampolinePool->GetTrampolineLanding(static_cast<JITTargetAddress>( in reenter()201 JITCompileCallbackManager(std::unique_ptr<TrampolinePool> TP, in JITCompileCallbackManager()208 void setTrampolinePool(std::unique_ptr<TrampolinePool> TP) { in setTrampolinePool()214 std::unique_ptr<TrampolinePool> TP;
87 std::unique_ptr<TrampolinePool> TP);91 void setTrampolinePool(std::unique_ptr<TrampolinePool> TP) { in setTrampolinePool()105 std::unique_ptr<TrampolinePool> TP;
453 class RemoteTrampolinePool : public TrampolinePool {
24 std::unique_ptr<TrampolinePool> TP) in LazyCallThroughManager()
59 void TrampolinePool::anchor() {} in anchor()