Searched defs:generations (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/ |
D | compilation-cache.h | 26 CompilationSubCache(Isolate* isolate, int generations) in CompilationSubCache() 63 inline int generations() { return generations_; } in generations() function 137 CompilationCacheRegExp(Isolate* isolate, int generations) in CompilationCacheRegExp()
|
/external/toolchain-utils/bestflags/ |
D | steering.py | 14 def Steering(cache, generations, input_queue, result_queue): argument
|
D | example_algorithms.py | 147 def _StartExperiment(num_builders, num_testers, generations): argument
|
D | testing_batch.py | 277 def _TestAlgorithm(cost_func, specs, generations, best_result): argument
|
/external/clang/test/CodeGen/ |
D | 2008-08-07-AlignPadding1.c | 27 struct gc_generation generations[3] = { variable
|
D | union-init.c | 26 struct gc_generation generations[NUM_GENERATIONS] = { variable
|
/external/python/cpython3/Include/internal/ |
D | mem.h | 120 struct gc_generation generations[NUM_GENERATIONS]; member
|
/external/ImageMagick/MagickCore/ |
D | log.c | 123 generations, member
|
/external/python/cpython2/Modules/ |
D | gcmodule.c | 43 static struct gc_generation generations[NUM_GENERATIONS] = { variable
|
/external/python/cpython3/Modules/ |
D | gcmodule.c | 65 struct gc_generation generations[NUM_GENERATIONS] = { in _PyGC_Initialize() local
|