Searched defs:generations (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/CodeGen/
H A D2008-08-07-AlignPadding1.c21 #define GEN_HEAD(n) (&generations[n].head)
25 // CHECK: @generations = global [3 x %struct.gc_generation] [%struct.gc_generation { %union._gc_head { %struct.anon { %union._gc_head* getelementptr inbounds ([3 x %struct.gc_generation]* @generations, i32 0, i32 0, i32 0), %union._gc_head* getelementptr inbounds ([3 x %struct.gc_generation]* @generations, i32 0, i32 0, i32 0), i64 0 }, [8 x i8] undef }, i32 700, i32 0, [8 x i8] undef }, %struct.gc_generation { %union._gc_head { %struct.anon { %union._gc_head* bitcast (i8* getelementptr (i8* bitcast ([3 x %struct.gc_generation]* @generations to i8*), i64 48) to %union._gc_head*), %union._gc_head* bitcast (i8* getelementptr (i8* bitcast ([3 x %struct.gc_generation]* @generations to i8*), i64 48) to %union._gc_head*), i64 0 }, [8 x i8] undef }, i32 10, i32 0, [8 x i8] undef }, %struct.gc_generation { %union._gc_head { %struct.anon { %union._gc_head* bitcast (i8* getelementptr (i8* bitcast ([3 x %struct.gc_generation]* @generations to i8*), i64 96) to %union._gc_head*), %union._gc_head* bitcast (i8* getelementptr (i8* bitcast ([3 x %struct.gc_generation]* @generations to i8*), i64 96) to %union._gc_head*), i64 0 }, [8 x i8] undef }, i32 10, i32 0, [8 x i8] undef }]
27 struct gc_generation generations[3] = { variable in typeref:struct:gc_generation
H A Dunion-init.c19 generations */
23 #define GEN_HEAD(n) (&generations[n].head)
26 struct gc_generation generations[NUM_GENERATIONS] = { variable in typeref:struct:gc_generation
/external/v8/src/
H A Dcompilation-cache.h41 CompilationSubCache(Isolate* isolate, int generations) argument
43 generations_(generations) {
44 tables_ = NewArray<Object*>(generations);
78 // Number of generations in this sub-cache.
79 inline int generations() { return generations_; }
86 int generations_; // Number of generations.
96 CompilationCacheScript(Isolate* isolate, int generations);
139 CompilationCacheEval(Isolate* isolate, int generations)
140 : CompilationSubCache(isolate, generations) { }
173 CompilationCacheRegExp(Isolate* isolate, int generations)
[all...]
H A Dcompilation-cache.cc38 // The number of generations for each sub cache.
90 // Age the generations implicitly killing off the oldest.
124 for (int generation = 0; generation < generations(); generation++) {
133 int generations)
134 : CompilationSubCache(isolate, generations),
178 for (generation = 0; generation < generations(); generation++) {
262 for (generation = 0; generation < generations(); generation++) {
325 for (generation = 0; generation < generations(); generation++) {
132 CompilationCacheScript(Isolate* isolate, int generations) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 378 milliseconds