Home
last modified time | relevance | path

Searched defs:generations (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dcompilation-cache.h22 CompilationSubCache(Isolate* isolate, int generations) in CompilationSubCache()
60 inline int generations() { return generations_; } in generations() function
112 CompilationCacheEval(Isolate* isolate, int generations) in CompilationCacheEval()
131 CompilationCacheRegExp(Isolate* isolate, int generations) in CompilationCacheRegExp()
Dcompilation-cache.cc108 int generations) in CompilationCacheScript()
/external/clang/test/CodeGen/
D2008-08-07-AlignPadding1.c27 struct gc_generation generations[3] = { variable
Dunion-init.c26 struct gc_generation generations[NUM_GENERATIONS] = { variable
/external/opencv3/modules/core/test/
Dtest_ds.cpp336 int struct_count, max_struct_size, iterations, generations; member in Core_DynStructBaseTest