CodeList is a single block of code. More...
#include <CodeAlloc.h>
Collaboration diagram for nanojit::CodeList:Public Member Functions | |
| bool | isInBlock (NIns *n) |
| true is the given NIns is contained within this block | |
Friends | |
| class | CodeAlloc |
CodeList is a single block of code.
The next field is used to form linked lists of non-contiguous blocks of code. Clients use CodeList* to point to the first block in a list.
true is the given NIns is contained within this block
friend class CodeAlloc [friend] |
1.7.1