Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
452
DecodedOp* KMemory::getDecodedOp(U32 address) {
453
return data->opCache.get(address);
454
}
455
456
void KMemory::threadCleanup(U32 threadId) {
457
if (data) {
Callers
4
calculateLongestBlock
Method · 0.80
shouldContinue
Method · 0.80
getOp
Method · 0.80
removeCodeBlock
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected