HomeSort by relevance Sort by last modified time
    Searched refs:generations (Results 1 - 10 of 10) sorted by null

  /external/clang/test/CodeGen/
2008-08-07-AlignPadding1.c 21 #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
union-init.c 19 generations */
23 #define GEN_HEAD(n) (&generations[n].head)
26 struct gc_generation generations[NUM_GENERATIONS] = { variable in typeref:struct:gc_generation
  /external/chromium_org/v8/src/
compilation-cache.h 18 CompilationSubCache(Isolate* isolate, int generations)
20 generations_(generations) {
21 tables_ = NewArray<Object*>(generations);
55 // Number of generations in this sub-cache.
56 inline int generations() { return generations_; }
63 int generations_; // Number of generations.
73 CompilationCacheScript(Isolate* isolate, int generations);
113 CompilationCacheEval(Isolate* isolate, int generations)
114 : CompilationSubCache(isolate, generations) { }
132 CompilationCacheRegExp(Isolate* isolate, int generations)
    [all...]
compilation-cache.cc 15 // The number of generations for each sub cache.
61 // Age the generations implicitly killing off the oldest.
95 for (int generation = 0; generation < generations(); generation++) {
104 int generations)
105 : CompilationSubCache(isolate, generations),
156 for (generation = 0; generation < generations(); generation++) {
232 for (generation = 0; generation < generations(); generation++) {
273 for (generation = 0; generation < generations(); generation++) {
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.cpp 625 generations.append(Vector<int, 8>());
626 generations.last().fill(0, 8);
676 json->beginArray("generations");
678 json->pushInteger(info.generations[i][j]);
    [all...]
ThreadState.h 610 Vector<Vector<int, 8> > generations; member in struct:blink::ThreadState::SnapshotInfo
Heap.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 160 milliseconds