MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / HandleCallback

Method HandleCallback

FEXCore/Source/Interface/Core/Core.cpp:360–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

CallCallbackMethod · 0.80

Calls 1

ExecuteJITCallbackMethod · 0.45

Tested by

no test coverage detected