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

Method remove

source/emulation/softmmu/codePageData.cpp:219–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219void DecodedOpCache::remove(U32 address, U32 len, bool becauseOfWrite) {
220 DecodedOp* prev = getPreviousOpAndRemoveIfOverlapping(address);
221 if (prev) {
222 prev->next = DecodedOp::allocDone();
223 }
224 removeStartAt(address, len, becauseOfWrite);
225}
226
227void DecodedOpCache::removeAll() {
228 for (U32 firstIndex = 0; firstIndex < FIRST_INDEX_SIZE; firstIndex++) {

Callers 2

preOpMethod · 0.45
preOpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected