| /external/caliper/caliper/src/test/resources/com/google/caliper/bridge/ |
| D | jdk6-gc.txt | 1 [GC 987K->384K(62848K), 0.0012320 secs] 2 [Full GC 384K->288K(62848K), 0.0054550 secs] 3 [GC 288K->288K(62848K), 0.0004450 secs] 4 [Full GC 288K->288K(62848K), 0.0049580 secs] 5 [GC 288K->288K(62848K), 0.0004590 secs] 6 [Full GC 288K->288K(62848K), 0.0048240 secs] 7 [GC 288K->288K(62848K), 0.0005700 secs] 8 [Full GC 288K->288K(62848K), 0.0063250 secs] 9 [GC 288K->288K(62848K), 0.0003540 secs] 10 [Full GC 288K->288K(62848K), 0.0048210 secs] [all …]
|
| D | jdk7-gc.txt | 1 2013-02-11T20:15:26.706-0600: 0.098: [GC 1316K->576K(62848K), 0.0014240 secs] 2 2013-02-11T20:15:26.708-0600: 0.099: [Full GC 576K->486K(62848K), 0.0044860 secs] 3 2013-02-11T20:15:26.713-0600: 0.104: [GC 486K->486K(62848K), 0.0005000 secs] 4 2013-02-11T20:15:26.713-0600: 0.105: [Full GC 486K->486K(62848K), 0.0039840 secs] 5 2013-02-11T20:15:26.717-0600: 0.109: [GC 486K->486K(62848K), 0.0007650 secs] 6 2013-02-11T20:15:26.718-0600: 0.110: [Full GC 486K->486K(62848K), 0.0038350 secs] 7 2013-02-11T20:15:26.722-0600: 0.113: [GC 486K->486K(62848K), 0.0005430 secs] 8 2013-02-11T20:15:26.723-0600: 0.114: [Full GC 486K->486K(62848K), 0.0045480 secs] 9 2013-02-11T20:15:26.727-0600: 0.119: [GC 486K->486K(62848K), 0.0003950 secs] 10 2013-02-11T20:15:26.728-0600: 0.119: [Full GC 486K->486K(62848K), 0.0036570 secs] [all …]
|
| /external/python/cpython2/Lib/test/ |
| D | test_gc.py | 6 import gc 18 # cyclic gc. 28 # Create an instance I. Then gc hasn't happened again so long as 38 # gc collects it. 49 gc.collect() 51 self.assertEqual(gc.collect(), 1) 56 gc.collect() 58 self.assertEqual(gc.collect(), 1) 65 gc.collect() 68 self.assertEqual(gc.collect(), 2) [all …]
|
| /external/python/cpython3/Lib/test/ |
| D | test_gc.py | 10 import gc 36 # cyclic gc. 46 # Create an instance I. Then gc hasn't happened again so long as 56 # gc collects it. 65 cycle have __del__ methods, the gc refuses to guess an order, 90 gc.collect() 92 self.assertEqual(gc.collect(), 1) 97 gc.collect() 99 self.assertEqual(gc.collect(), 1) 106 gc.collect() [all …]
|
| /external/mesa3d/src/glx/ |
| D | indirect_glx.c | 50 __glFreeAttributeState(struct glx_context * gc) in __glFreeAttributeState() argument 54 for (spp = &gc->attributes.stack[0]; in __glFreeAttributeState() 55 spp < &gc->attributes.stack[__GL_CLIENT_ATTRIB_STACK_DEPTH]; spp++) { in __glFreeAttributeState() 67 indirect_destroy_context(struct glx_context *gc) in indirect_destroy_context() argument 69 __glXFreeVertexArrayState(gc); in indirect_destroy_context() 71 free((char *) gc->vendor); in indirect_destroy_context() 72 free((char *) gc->renderer); in indirect_destroy_context() 73 free((char *) gc->version); in indirect_destroy_context() 74 free((char *) gc->extensions); in indirect_destroy_context() 75 __glFreeAttributeState(gc); in indirect_destroy_context() [all …]
|
| D | indirect_vertex_array.c | 89 static GLboolean validate_mode(struct glx_context * gc, GLenum mode); 90 static GLboolean validate_count(struct glx_context * gc, GLsizei count); 91 static GLboolean validate_type(struct glx_context * gc, GLenum type); 114 __glXFreeVertexArrayState(struct glx_context * gc) in __glXFreeVertexArrayState() argument 116 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private); in __glXFreeVertexArrayState() 133 * \param gc GLX context whose vertex array state is to be initialized. 142 __glXInitVertexArrayState(struct glx_context * gc) in __glXInitVertexArrayState() argument 144 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private); in __glXInitVertexArrayState() 159 __glXSetError(gc, GL_OUT_OF_MEMORY); in __glXInitVertexArrayState() 182 if (__glExtensionBitIsEnabled(gc, GL_EXT_fog_coord_bit) in __glXInitVertexArrayState() [all …]
|
| D | applegl_glx.c | 46 applegl_destroy_context(struct glx_context *gc) in applegl_destroy_context() argument 48 apple_glx_destroy_context(&gc->driContext, gc->psc->dpy); in applegl_destroy_context() 53 struct glx_context *gc, in applegl_bind_context() argument 56 Display *dpy = gc->psc->dpy; in applegl_bind_context() 60 gc ? gc->driContext : NULL, draw); in applegl_bind_context() 72 applegl_unbind_context(struct glx_context *gc) in applegl_unbind_context() argument 78 if (!gc) in applegl_unbind_context() 81 dpy = gc->psc->dpy; in applegl_unbind_context() 85 (gc != &dummyContext) ? gc->driContext : NULL, in applegl_unbind_context() 92 applegl_wait_gl(struct glx_context *gc) in applegl_wait_gl() argument [all …]
|
| D | pixelstore.c | 19 * \param gc Current GLX context 27 send_PixelStore(struct glx_context * gc, unsigned sop, GLenum pname, in send_PixelStore() argument 30 Display *const dpy = gc->currentDpy; in send_PixelStore() 33 GLubyte const *pc = __glXSetupSingleRequest(gc, sop, cmdlen); in send_PixelStore() 48 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glPixelStoref() local 49 __GLXattribute *state = gc->client_state_private; in __indirect_glPixelStoref() 50 Display *dpy = gc->currentDpy; in __indirect_glPixelStoref() 60 __glXSetError(gc, GL_INVALID_VALUE); in __indirect_glPixelStoref() 68 __glXSetError(gc, GL_INVALID_VALUE); in __indirect_glPixelStoref() 76 __glXSetError(gc, GL_INVALID_VALUE); in __indirect_glPixelStoref() [all …]
|
| D | single2.c | 108 if (gc->error) { in __indirect_glGetError() 110 retval = gc->error; in __indirect_glGetError() 111 gc->error = GL_NO_ERROR; in __indirect_glGetError() 132 get_client_data(struct glx_context * gc, GLenum cap, GLintptr * data) in get_client_data() argument 135 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private); in get_client_data() 274 *data = (GLintptr) (gc->attributes.stackPointer - gc->attributes.stack); in get_client_data() 322 if (get_client_data(gc, val, &data)) { in __indirect_glGetBooleanv() 373 if (get_client_data(gc, val, &data)) { in __indirect_glGetDoublev() 424 if (get_client_data(gc, val, &data)) { in __indirect_glGetFloatv() 475 if (get_client_data(gc, val, &data)) { in __indirect_glGetIntegerv() [all …]
|
| D | glxcmds.c | 232 glx_context_init(struct glx_context *gc, in glx_context_init() argument 235 gc->majorOpcode = __glXSetupForCommand(psc->display->dpy); in glx_context_init() 236 if (!gc->majorOpcode) in glx_context_init() 239 gc->psc = psc; in glx_context_init() 240 gc->config = config; in glx_context_init() 241 gc->isDirect = GL_TRUE; in glx_context_init() 242 gc->currentContextTag = -1; in glx_context_init() 245 gc->renderType = GLX_DONT_CARE; in glx_context_init() 296 struct glx_context *gc; in CreateContext() local 317 gc = NULL; in CreateContext() [all …]
|
| /external/python/cpython2/Modules/ |
| D | gcmodule.c | 11 http://www.arctrix.com/nas/python/gc/ 24 /* Get an object's GC head */ 27 /* Get the object given the GC head */ 30 /*** Global GC state ***/ 67 approximates the number of long lived objects tracked by the GC. 101 long-lived objects (e.g. building a large list of GC-tracked objects would 161 #define DEBUG_SAVEALL (1<<5) /* save all garbage in gc.garbage */ 173 Between collections, every gc'ed object has one of two gc_refs values: 213 #define IS_TRACKED(o) ((AS_GC(o))->gc.gc_refs != GC_UNTRACKED) 214 #define IS_REACHABLE(o) ((AS_GC(o))->gc.gc_refs == GC_REACHABLE) [all …]
|
| /external/llvm/test/CodeGen/X86/ |
| D | statepoint-call-lowering.ll | 3 ; screw up normal call lowering when there are no deopt or gc arguments. 17 define i1 @test_i1_return() gc "statepoint-example" { 26 …%safepoint_token = tail call token (i64, i32, i1 ()*, i32, i32, ...) @llvm.experimental.gc.statepo… 27 %call1 = call zeroext i1 @llvm.experimental.gc.result.i1(token %safepoint_token) 31 define i32 @test_i32_return() gc "statepoint-example" { 38 …%safepoint_token = tail call token (i64, i32, i32 ()*, i32, i32, ...) @llvm.experimental.gc.statep… 39 %call1 = call zeroext i32 @llvm.experimental.gc.result.i32(token %safepoint_token) 43 define i32* @test_i32ptr_return() gc "statepoint-example" { 50 …%safepoint_token = tail call token (i64, i32, i32* ()*, i32, i32, ...) @llvm.experimental.gc.state… 51 %call1 = call i32* @llvm.experimental.gc.result.p0i32(token %safepoint_token) [all …]
|
| D | statepoint-gctransition-call-lowering.ll | 3 ; screw up normal call lowering when a statepoint is a GC transition. 15 define i1 @test_i1_return() gc "statepoint-example" { 24 …%safepoint_token = tail call token (i64, i32, i1 ()*, i32, i32, ...) @llvm.experimental.gc.statepo… 25 %call1 = call zeroext i1 @llvm.experimental.gc.result.i1(token %safepoint_token) 29 define i32 @test_i32_return() gc "statepoint-example" { 36 …%safepoint_token = tail call token (i64, i32, i32 ()*, i32, i32, ...) @llvm.experimental.gc.statep… 37 %call1 = call zeroext i32 @llvm.experimental.gc.result.i32(token %safepoint_token) 41 define i32* @test_i32ptr_return() gc "statepoint-example" { 48 …%safepoint_token = tail call token (i64, i32, i32* ()*, i32, i32, ...) @llvm.experimental.gc.state… 49 %call1 = call i32* @llvm.experimental.gc.result.p0i32(token %safepoint_token) [all …]
|
| /external/python/cpython3/Modules/ |
| D | gcmodule.c | 11 http://www.arctrix.com/nas/python/gc/ 29 #include "pycore_interp.h" // PyInterpreterState.gc 38 module gc 57 // No objects in interpreter have this flag after GC ends. 71 /* Get an object's GC head */ 74 /* Get the object given the GC head */ 123 #define DEBUG_SAVEALL (1<<5) /* save all garbage in gc.garbage */ 135 return &interp->gc; in get_gc_state() 162 GCState *gcstate = &interp->gc; in _PyGC_Init() 185 PREV_MASK_COLLECTING is used only while collecting and cleared before GC ends [all …]
|
| /external/bcc/tools/ |
| D | nodegc_example.txt | 5 Python, Ruby, and Node. Each GC event is printed with some additional 7 the GC event is also provided. 14 1.500 1181.00 GC scavenge 15 1.505 1704.00 GC scavenge 16 1.509 1534.00 GC scavenge 17 1.515 1953.00 GC scavenge 18 1.519 2155.00 GC scavenge 19 1.525 2055.00 GC scavenge 20 1.530 2164.00 GC scavenge 21 1.536 2170.00 GC scavenge [all …]
|
| D | pythongc_example.txt | 5 Python, Ruby, and Node. Each GC event is printed with some additional 7 the GC event is also provided. 14 1.500 1181.00 GC scavenge 15 1.505 1704.00 GC scavenge 16 1.509 1534.00 GC scavenge 17 1.515 1953.00 GC scavenge 18 1.519 2155.00 GC scavenge 19 1.525 2055.00 GC scavenge 20 1.530 2164.00 GC scavenge 21 1.536 2170.00 GC scavenge [all …]
|
| D | rubygc_example.txt | 5 Python, Ruby, and Node. Each GC event is printed with some additional 7 the GC event is also provided. 14 1.500 1181.00 GC scavenge 15 1.505 1704.00 GC scavenge 16 1.509 1534.00 GC scavenge 17 1.515 1953.00 GC scavenge 18 1.519 2155.00 GC scavenge 19 1.525 2055.00 GC scavenge 20 1.530 2164.00 GC scavenge 21 1.536 2170.00 GC scavenge [all …]
|
| D | javagc_example.txt | 5 Python, Ruby, and Node. Each GC event is printed with some additional 7 the GC event is also provided. 14 1.500 1181.00 GC scavenge 15 1.505 1704.00 GC scavenge 16 1.509 1534.00 GC scavenge 17 1.515 1953.00 GC scavenge 18 1.519 2155.00 GC scavenge 19 1.525 2055.00 GC scavenge 20 1.530 2164.00 GC scavenge 21 1.536 2170.00 GC scavenge [all …]
|
| /external/bcc/tools/lib/ |
| D | ugc_example.txt | 5 Python, Ruby, and Node. Each GC event is printed with some additional 7 the GC event is also provided. 14 1.500 1181.00 GC scavenge 15 1.505 1704.00 GC scavenge 16 1.509 1534.00 GC scavenge 17 1.515 1953.00 GC scavenge 18 1.519 2155.00 GC scavenge 19 1.525 2055.00 GC scavenge 20 1.530 2164.00 GC scavenge 21 1.536 2170.00 GC scavenge [all …]
|
| /external/llvm/test/Transforms/CodeGenPrepare/ |
| D | statepoint-relocate.ll | 8 define i32 @test_sor_basic(i32* %base) gc "statepoint-example" { 13 …%tok = call token (i64, i32, i1 ()*, i32, i32, ...) @llvm.experimental.gc.statepoint.p0f_i1f(i64 0… 14 %base-new = call i32* @llvm.experimental.gc.relocate.p0i32(token %tok, i32 7, i32 7) 15 %ptr-new = call i32* @llvm.experimental.gc.relocate.p0i32(token %tok, i32 7, i32 8) 20 define i32 @test_sor_two_derived(i32* %base) gc "statepoint-example" { 28 …%tok = call token (i64, i32, i1 ()*, i32, i32, ...) @llvm.experimental.gc.statepoint.p0f_i1f(i64 0… 29 %base-new = call i32* @llvm.experimental.gc.relocate.p0i32(token %tok, i32 7, i32 7) 30 %ptr-new = call i32* @llvm.experimental.gc.relocate.p0i32(token %tok, i32 7, i32 8) 31 %ptr2-new = call i32* @llvm.experimental.gc.relocate.p0i32(token %tok, i32 7, i32 9) 36 define i32 @test_sor_ooo(i32* %base) gc "statepoint-example" { [all …]
|
| /external/llvm/test/CodeGen/Generic/ |
| D | overloaded-intrinsic-name.ll | 9 ; Exercise the most general case, llvm_anyptr_type, using gc.relocate 10 ; and gc.statepoint. Note that it has nothing to do with gc.* 15 define i32* @test_iAny(i32* %v) gc "statepoint-example" { 16 …%tok = call token (i64, i32, i1 ()*, i32, i32, ...) @llvm.experimental.gc.statepoint.p0f_i1f(i64 0… 17 %v-new = call i32* @llvm.experimental.gc.relocate.p0i32(token %tok, i32 7, i32 7) 22 define float* @test_fAny(float* %v) gc "statepoint-example" { 23 …%tok = call token (i64, i32, i1 ()*, i32, i32, ...) @llvm.experimental.gc.statepoint.p0f_i1f(i64 0… 24 %v-new = call float* @llvm.experimental.gc.relocate.p0f32(token %tok, i32 7, i32 7) 29 define [3 x i32]* @test_aAny([3 x i32]* %v) gc "statepoint-example" { 30 …%tok = call token (i64, i32, i1 ()*, i32, i32, ...) @llvm.experimental.gc.statepoint.p0f_i1f(i64 0… [all …]
|
| /external/llvm/test/Verifier/ |
| D | statepoint.ll | 4 declare i8 addrspace(1)* @llvm.experimental.gc.relocate.p1i8(token, i32, i32) 5 declare i64 addrspace(1)* @llvm.experimental.gc.relocate.p1i64(token, i32, i32) 6 declare token @llvm.experimental.gc.statepoint.p0f_isVoidf(i64, i32, void ()*, i32, i32, ...) 10 define i64 addrspace(1)* @test1(i8 addrspace(1)* %arg) gc "statepoint-example" { 13 …%safepoint_token = call token (i64, i32, void ()*, i32, i32, ...) @llvm.experimental.gc.statepoint… 14 …%reloc = call i64 addrspace(1)* @llvm.experimental.gc.relocate.p1i64(token %safepoint_token, i32 1… 16 …%reloc2 = call i64 addrspace(1)* @llvm.experimental.gc.relocate.p1i64(token %safepoint_token, i32 … 17 …%reloc3 = call i8 addrspace(1)* @llvm.experimental.gc.relocate.p1i8(token %safepoint_token, i32 13… 21 ; CHECK: gc.relocate 22 ; CHECK: gc.relocate [all …]
|
| /external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/draft/ |
| D | UnicodeSetBuilderTests.txt | 36 [\p{gc=Nd}] ; 37 [\P{gc=Nd}] ; 38 [\p{gc≠Nd}] ; [\P{gc=Nd}] 39 [\P{gc≠Nd}] ; [\p{gc=Nd}] 43 \p{gc=Nd} ; 44 \P{gc=Nd} ; 45 \p{gc≠Nd} ; \P{gc=Nd} 46 \P{gc≠Nd} ; \p{gc=Nd} 50 [[:gc=Nd:]] ; 51 [[:^gc=Nd:]] ; [all …]
|
| /external/llvm/test/Transforms/RewriteStatepointsForGC/ |
| D | constants.ll | 1 ; RUN: opt -S -rewrite-statepoints-for-gc < %s | FileCheck %s 8 define i8 @test() gc "statepoint-example" { 10 ; CHECK: gc.statepoint 19 define i8 @test2(i8 addrspace(1)* %p) gc "statepoint-example" { 21 ; CHECK: gc.statepoint 22 ; CHECK-NEXT: gc.relocate 43 define i8 @test3(i1 %always_true) gc "statepoint-example" { 45 ; CHECK: gc.statepoint 56 define i8 addrspace(1)* @test4(i8 addrspace(1)* %p) gc "statepoint-example" { 81 ; CHECK: gc.statepoint [all …]
|
| /external/llvm/docs/ |
| D | Statepoints.rst | 125 gc "statepoint-example" { 144 gc "statepoint-example" { 145 …%0 = call token (i64, i32, void ()*, i32, i32, ...)* @llvm.experimental.gc.statepoint.p0f_isVoidf(… 146 …%obj.relocated = call coldcc i8 addrspace(1)* @llvm.experimental.gc.relocate.p1i8(token %0, i32 7,… 159 of the call, we use the ``gc.result`` intrinsic. To get the relocation 160 of each pointer in turn, we use the ``gc.relocate`` intrinsic with the 161 appropriate index. Note that both the ``gc.relocate`` and ``gc.result`` are 207 …opt -rewrite-statepoints-for-gc test/Transforms/RewriteStatepointsForGC/basics.ll -S | llc -debug-… 227 The ``gc.relocate`` intrinsic supports an explicit operand for describing the 243 gc "statepoint-example" { [all …]
|