decompiler
1.0.0
|
Public Member Functions | |
DisassemblyCache (ContextCache *ccache, AddrSpace *cspace, int4 cachesize, int4 windowsize) | |
ParserContext * | getParserContext (const Address &addr) |
Private Member Functions | |
void | initialize (int4 min, int4 hashsize) |
void | free (void) |
Private Attributes | |
ContextCache * | contextcache |
AddrSpace * | constspace |
int4 | minimumreuse |
uint4 | mask |
ParserContext ** | list |
int4 | nextfree |
ParserContext ** | hashtable |