Home | History | Annotate | Download | only in Objects

Lines Matching refs:MCACHE_SIZE_EXP

17 #define MCACHE_SIZE_EXP         12
20 & ((1 << MCACHE_SIZE_EXP) - 1))
36 static struct method_cache_entry method_cache[1 << MCACHE_SIZE_EXP];
191 for (i = 0; i < (1 << MCACHE_SIZE_EXP); i++) {
318 for (i = 0; i < (1 << MCACHE_SIZE_EXP); i++) {