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

Method getDecodedOpLocation

source/kernel/kmemory.cpp:448–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446}
447
448DecodedOp** KMemory::getDecodedOpLocation(U32 address) {
449 return data->opCache.getLocation(address);
450}
451
452DecodedOp* KMemory::getDecodedOp(U32 address) {
453 return data->opCache.get(address);

Callers 1

getOpLocationMethod · 0.80

Calls 1

getLocationMethod · 0.80

Tested by

no test coverage detected