/external/clang/test/CodeGen/ |
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
|
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
|
/external/v8/src/ |
compilation-cache.h | 41 CompilationSubCache(Isolate* isolate, int generations) 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...] |
compilation-cache.cc | 38 // 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++) {
|
/external/chromium_org/v8/src/ |
compilation-cache.h | 41 CompilationSubCache(Isolate* isolate, int generations) 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); 148 CompilationCacheEval(Isolate* isolate, int generations) 149 : CompilationSubCache(isolate, generations) { } 182 CompilationCacheRegExp(Isolate* isolate, int generations) [all...] |
compilation-cache.cc | 38 // The number of generations for each sub cache. 91 // Age the generations implicitly killing off the oldest. 125 for (int generation = 0; generation < generations(); generation++) { 134 int generations) 135 : CompilationSubCache(isolate, generations), 185 for (generation = 0; generation < generations(); generation++) { 280 for (generation = 0; generation < generations(); generation++) { 343 for (generation = 0; generation < generations(); generation++) {
|
/external/chromium_org/third_party/icu/source/test/threadtest/ |
stringtest.cpp | 82 // Make four generations of copies of the source strings, in slightly variant ways. 102 // Verify that all four generations are equal.
|
/external/icu4c/test/threadtest/ |
stringtest.cpp | 82 // Make four generations of copies of the source strings, in slightly variant ways. 102 // Verify that all four generations are equal.
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
AMDILDeviceInfo.h | 73 // These have to be in order with the older generations
|
/external/llvm/docs/HistoricalNotes/ |
2001-04-16-DynamicCompilation.txt | 38 body of legacy code that was compiled for previous generations and will
|
2001-02-09-AdveComments.txt | 46 255 positions seems adequate for several generations of machines
|
2001-02-09-AdveCommentsResponse.txt | 80 > 255 positions seems adequate for several generations of machines
|
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDILDeviceInfo.h | 73 // These have to be in order with the older generations
|
/frameworks/av/services/audioflinger/ |
FastMixer.cpp | 63 int generations[FastMixerState::kMaxFastTracks]; // last observed mFastTracks[i].mGeneration local 67 generations[i] = 0; 303 generations[i] = fastTrack->mGeneration; 332 generations[i] = fastTrack->mGeneration; 342 if (fastTrack->mGeneration != generations[i]) { 368 generations[i] = fastTrack->mGeneration; [all...] |
/external/chromium/crypto/ |
nss_util.h | 132 // generations to scribble over each other. To work around this, we synchronize
|
/external/chromium_org/content/public/test/ |
test_utils.h | 46 // Get task to quit the given RunLoop. It allows a few generations of pending
|
/external/chromium_org/crypto/ |
nss_util.h | 150 // generations to scribble over each other. To work around this, we synchronize
|
/external/chromium_org/net/disk_cache/ |
disk_format_base.h | 77 // created for different generations of the same resource. In other words, given
|
/external/chromium_org/third_party/mesa/src/docs/ |
libGL.txt | 76 with many generations of hardware drivers to come.
|
/external/mesa3d/docs/ |
libGL.txt | 76 with many generations of hardware drivers to come.
|
/frameworks/base/media/java/android/media/videoeditor/ |
VideoEditor.java | 339 * Pending transition generations must be allowed to complete before the 341 * Pending audio waveform generations must be allowed to complete.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_gc.py | 602 # between generations. 669 # between generations.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_gc.py | 602 # between generations. 669 # between generations.
|
/external/chromium/net/disk_cache/ |
disk_format.h | 208 // created for different generations of the same resource. In other words, given
|
/external/chromium_org/chrome/browser/chromeos/attestation/ |
attestation_policy_observer_unittest.cc | 182 // Setup expected key generations. Again use WillOnce(). Key generation is
|