MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / isCode

Method isCode

source/kernel/kmemory.cpp:471–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469}
470
471bool KMemory::isCode(void* p) {
472 BOXEDWINE_CRITICAL_SECTION_WITH_MUTEX(mutex)
473 return data->codeMemory.containsAddress(p);
474}
475
476#if defined(BOXEDWINE_JIT)
477void KMemory::clearJit(DecodedOp* op) {

Callers 1

seh_filterFunction · 0.80

Calls 1

containsAddressMethod · 0.80

Tested by

no test coverage detected