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

Method CompileRIP

FEXCore/Source/Interface/Context/Context.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21void FEXCore::Context::ContextImpl::CompileRIP(FEXCore::Core::InternalThreadState* Thread, uint64_t GuestRIP) {
22 CompileBlock(Thread->CurrentFrame, GuestRIP);
23}
24
25void FEXCore::Context::ContextImpl::CompileRIPCount(FEXCore::Core::InternalThreadState* Thread, uint64_t GuestRIP, uint64_t MaxInst) {
26 CompileBlock(Thread->CurrentFrame, GuestRIP, MaxInst);

Callers 2

AOTGenSectionFunction · 0.80
CompileAndGetStatsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected