Searched refs:generations (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/codegen/ |
H A D | compilation-cache.h | 28 CompilationSubCache(Isolate* isolate, int generations) in CompilationSubCache() argument 29 : isolate_(isolate), generations_(generations) { in CompilationSubCache() 30 DCHECK_LE(generations, kMaxGenerations); in CompilationSubCache() 61 // Number of generations in this sub-cache. 62 int generations() const { return generations_; } in generations() function in v8::internal::CompilationSubCache 134 CompilationCacheRegExp(Isolate* isolate, int generations) in CompilationCacheRegExp() argument 135 : CompilationSubCache(isolate, generations) {} in CompilationCacheRegExp()
|
H A D | compilation-cache.cc | 21 // The number of generations for each sub cache. 42 DCHECK_LT(generation, generations()); in GetTable() 57 DCHECK_GT(c->generations(), 1); in AgeByGeneration() 59 // Age the generations implicitly killing off the oldest. in AgeByGeneration() 60 for (int i = c->generations() - 1; i > 0; i--) { in AgeByGeneration() 70 DCHECK_EQ(c->generations(), 1); in AgeCustom() 84 FullObjectSlot(&tables_[generations()])); in Iterate() 90 generations()); in Clear() 98 for (int generation = 0; generation < generations(); generation++) { in Remove() 178 DCHECK_EQ(generations(), in Lookup() [all...] |
/third_party/python/Modules/ |
H A D | gcmodule.c | 128 #define GEN_HEAD(gcstate, n) (&(gcstate)->generations[n].head) 149 assert(gcstate->generations[i].count == 0); in _PyGC_InitState() 150 INIT_HEAD(gcstate->generations[i]); in _PyGC_InitState() 1045 // Show stats for objects in each generations 1209 gcstate->generations[generation+1].count += 1; in gc_collect_main() 1211 gcstate->generations[i].count = 0; in gc_collect_main() 1213 /* merge younger generations with one we are currently collecting */ in gc_collect_main() 1412 * generations younger than it will be collected. */ in gc_collect_generations() 1415 if (gcstate->generations[i].count > gcstate->generations[ in gc_collect_generations() [all...] |
/third_party/python/Include/internal/ |
H A D | pycore_gc.h | 102 becomes tracked. During a full garbage collection (all generations), 118 generations */ 142 struct gc_generation generations[NUM_GENERATIONS]; member
|
H A D | pycore_runtime_init.h | 58 .generations = { \
|
/third_party/lame/misc/ |
H A D | mugeco.sh | 18 -g <num> number of generations 43 num= # default number of generations
|
Completed in 6 milliseconds