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

Method IsAddressInCodeBuffer

FEXCore/Source/Interface/Context/Context.cpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54bool FEXCore::Context::ContextImpl::IsAddressInCodeBuffer(FEXCore::Core::InternalThreadState* Thread, uintptr_t Address) const {
55 return Thread->CPUBackend->IsAddressInCodeBuffer(Address);
56}
57} // namespace FEXCore::Context

Callers 11

HandleUnalignedAccessFunction · 0.45
IsAddressInJitFunction · 0.45
HandleUnalignedAccessFunction · 0.45
HandleSegfaultMethod · 0.45
HandleSignalPauseMethod · 0.45
SignalDelegatorMethod · 0.45
VectoredExceptionHandlerFunction · 0.45

Calls

no outgoing calls

Tested by 1

VectoredExceptionHandlerFunction · 0.36