| 358 | } |
| 359 | |
| 360 | void ContextImpl::HandleCallback(FEXCore::Core::InternalThreadState* Thread, uint64_t RIP) { |
| 361 | static_cast<ContextImpl*>(Thread->CTX)->Dispatcher->ExecuteJITCallback(Thread->CurrentFrame, RIP); |
| 362 | } |
| 363 | |
| 364 | void ContextImpl::ExecuteThread(FEXCore::Core::InternalThreadState* Thread) { |
| 365 | Dispatcher->ExecuteDispatch(Thread->CurrentFrame); |
no test coverage detected