Go to the source code of this file.
Classes | |
class | LookupResult |
class | lookupCache |
Variables | |
const unsigned int | primary_cache_size = 16 * K |
const unsigned int | secondary_cache_size = 2 * K |
const unsigned int primary_cache_size = 16 * K |
Definition at line 78 of file lookupCache.hpp.
Referenced by lookupCache::flush(), StubRoutines::generate_megamorphic_ic(), lookupCache::lookup(), lookupCache::lookup_probe(), lookupCache::print_statistics(), and lookupCache::verify().
const unsigned int secondary_cache_size = 2 * K |
Definition at line 79 of file lookupCache.hpp.
Referenced by lookupCache::flush(), StubRoutines::generate_megamorphic_ic(), lookupCache::lookup(), lookupCache::lookup_probe(), lookupCache::print_statistics(), and lookupCache::verify().