Go to the source code of this file.
Classes | |
class | InterpretedIC |
class | InterpretedIC_Iterator |
Variables | |
static const int | size_of_smallest_interpreterPIC = 2 |
static const int | size_of_largest_interpreterPIC = 5 |
static const int | number_of_interpreterPIC_sizes = size_of_largest_interpreterPIC - size_of_smallest_interpreterPIC + 1 |
const int number_of_interpreterPIC_sizes = size_of_largest_interpreterPIC - size_of_smallest_interpreterPIC + 1 [static] |
Definition at line 115 of file interpretedIC.hpp.
Referenced by Universe::cleanup_after_bootstrap().
const int size_of_largest_interpreterPIC = 5 [static] |
Definition at line 114 of file interpretedIC.hpp.
Referenced by Interpreter_PICs::extend(), and verifyPIC().
const int size_of_smallest_interpreterPIC = 2 [static] |