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

Method getDecodedOp

source/kernel/kmemory.cpp:452–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450}
451
452DecodedOp* KMemory::getDecodedOp(U32 address) {
453 return data->opCache.get(address);
454}
455
456void KMemory::threadCleanup(U32 threadId) {
457 if (data) {

Callers 4

calculateLongestBlockMethod · 0.80
shouldContinueMethod · 0.80
getOpMethod · 0.80
removeCodeBlockMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected