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

Method InvalidateGuestCodeRange

FEXCore/Source/Interface/Core/Core.cpp:891–894  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

889}
890
891void ContextImpl::InvalidateGuestCodeRange(FEXCore::Core::InternalThreadState* Thread, InvalidatedEntryAccumulator& Accumulator,
892 uint64_t Start, uint64_t Length) {
893 InvalidateGuestThreadCodeRange(Thread, Accumulator, Start, Length);
894}
895
896void ContextImpl::MarkMemoryShared(FEXCore::Core::InternalThreadState* Thread) {
897 if (!Thread) {

Callers 3

MonoBackpatcherWriteMethod · 0.45

Calls 1

Tested by

no test coverage detected