MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / DisassemblyFunction

Method DisassemblyFunction

pcsx2/DebugTools/DisassemblyManager.cpp:352–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352DisassemblyFunction::DisassemblyFunction(DebugInterface* _cpu, u32 _address, u32 _size): address(_address), size(_size)
353{
354 cpu = _cpu;
355 hash = computeHash(address,size);
356 load();
357}
358
359void DisassemblyFunction::recheck()
360{

Callers

nothing calls this directly

Calls 2

computeHashFunction · 0.85
loadFunction · 0.50

Tested by

no test coverage detected