/aosp_15_r20/external/caliper/caliper/src/test/resources/com/google/caliper/bridge/ |
H A 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 …]
|
H A 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 …]
|
/aosp_15_r20/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 …]
|
/aosp_15_r20/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 …]
|
/aosp_15_r20/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 …]
|
/aosp_15_r20/frameworks/rs/tests/java_api/Refocus/dataExtraction/ |
H A D | N5.txt | 5 07-30 19:27:06.356 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA… 6 07-30 19:27:06.356 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA… 7 07-30 19:27:06.452 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA… 8 07-30 19:27:06.452 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA… 11 07-30 19:27:07.210 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA… 12 07-30 19:27:07.210 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA… 13 07-30 19:27:07.378 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA… 14 07-30 19:27:07.378 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA… 20 07-30 19:27:09.926 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA… 21 07-30 19:27:09.926 20903-20903/com.example.xinyiwang.refocus I/art﹕ Starting a blocking GC NativeA… [all …]
|
/aosp_15_r20/external/mesa3d/src/glx/ |
H A 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 …]
|
H A 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 …]
|
H A D | glxcmds.c | 233 glx_context_init(struct glx_context *gc, in glx_context_init() argument 236 gc->majorOpcode = __glXSetupForCommand(psc->display->dpy); in glx_context_init() 237 if (!gc->majorOpcode) in glx_context_init() 240 gc->psc = psc; in glx_context_init() 241 gc->config = config; in glx_context_init() 242 gc->isDirect = GL_TRUE; in glx_context_init() 243 gc->currentContextTag = -1; in glx_context_init() 246 gc->renderType = GLX_DONT_CARE; in glx_context_init() 297 struct glx_context *gc; in CreateContext() local 318 gc = NULL; in CreateContext() [all …]
|
H A 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 …]
|
H A 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 …]
|
/aosp_15_r20/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 …]
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
H A D | GregorianCalendarTest.java | 64 GregorianCalendar gc = new GregorianCalendar(1972, Calendar.OCTOBER, 13); in test_ConstructorIII() local 66 1972, gc.get(Calendar.YEAR)); in test_ConstructorIII() 68 gc.get(Calendar.MONTH) == Calendar.OCTOBER); in test_ConstructorIII() 69 assertEquals("Incorrect calendar constructed 3", 13, gc in test_ConstructorIII() 71 assertTrue("Incorrect calendar constructed 4", gc.getTimeZone().equals( in test_ConstructorIII() 81 GregorianCalendar gc = new GregorianCalendar(1972, Calendar.OCTOBER, in test_ConstructorIIIII() local 84 1972, gc.get(Calendar.YEAR)); in test_ConstructorIIIII() 86 gc.get(Calendar.MONTH) == Calendar.OCTOBER); in test_ConstructorIIIII() 87 assertEquals("Incorrect calendar constructed", 13, gc in test_ConstructorIIIII() 89 assertEquals("Incorrect calendar constructed", 7, gc.get(Calendar.HOUR)); in test_ConstructorIIIII() [all …]
|
/aosp_15_r20/external/cronet/third_party/icu/source/data/unidata/ |
H A D | ppucd.txt | 48 property;Enumerated;gc;General_Category 599 value;gc;C;Other 600 value;gc;Cc;Control;cntrl 601 value;gc;Cf;Format 602 value;gc;Cn;Unassigned 603 value;gc;Co;Private_Use 604 value;gc;Cs;Surrogate 605 value;gc;L;Letter 606 value;gc;LC;Cased_Letter 607 value;gc;Ll;Lowercase_Letter [all …]
|
/aosp_15_r20/external/llvm/docs/ |
H A 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 …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/metrics/ |
D | doc.go | 61 /cpu/classes/gc/mark/assist:cpu-seconds 62 Estimated total CPU time goroutines spent performing GC 63 tasks to assist the GC and prevent it from falling behind the 68 /cpu/classes/gc/mark/dedicated:cpu-seconds 69 Estimated total CPU time spent performing GC tasks on processors 74 /cpu/classes/gc/mark/idle:cpu-seconds 75 Estimated total CPU time spent performing GC tasks on spare CPU 77 for. This should be subtracted from the total GC CPU time to 78 obtain a measure of compulsory GC CPU time. This metric is an 82 /cpu/classes/gc/pause:cpu-seconds [all …]
|
D | description.go | 63 Name: "/cpu/classes/gc/mark/assist:cpu-seconds", 64 Description: "Estimated total CPU time goroutines spent performing GC tasks " + 65 "to assist the GC and prevent it from falling behind the application. " + 73 Name: "/cpu/classes/gc/mark/dedicated:cpu-seconds", 74 Description: "Estimated total CPU time spent performing GC tasks on " + 83 Name: "/cpu/classes/gc/mark/idle:cpu-seconds", 84 Description: "Estimated total CPU time spent performing GC tasks on " + 86 "a use for. This should be subtracted from the total GC CPU time to " + 87 "obtain a measure of compulsory GC CPU time. " + 95 Name: "/cpu/classes/gc/pause:cpu-seconds", [all …]
|
/aosp_15_r20/external/icu/icu4c/source/data/unidata/ |
H A D | ppucd.txt | 48 property;Enumerated;gc;General_Category 601 value;gc;C;Other 602 value;gc;Cc;Control;cntrl 603 value;gc;Cf;Format 604 value;gc;Cn;Unassigned 605 value;gc;Co;Private_Use 606 value;gc;Cs;Surrogate 607 value;gc;L;Letter 608 value;gc;LC;Cased_Letter 609 value;gc;Ll;Lowercase_Letter [all …]
|
/aosp_15_r20/external/llvm/test/CodeGen/X86/ |
H A 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 …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | metrics_test.go | 43 // Run a GC cycle to get some of the stats to be non-zero. 44 runtime.GC() 51 // Set a GC percent to check the metric for it 105 case "/gc/heap/allocs-by-size:bytes": 120 case "/gc/heap/allocs:bytes": 122 case "/gc/heap/frees-by-size:bytes": 136 case "/gc/heap/frees:bytes": 138 case "/gc/heap/tiny/allocs:objects": 152 case "/gc/heap/allocs:objects": 154 case "/gc/heap/frees:objects": [all …]
|
/aosp_15_r20/art/runtime/gc/ |
H A D | heap.h | 36 #include "gc/collector/gc_type.h" 37 #include "gc/collector/iteration.h" 38 #include "gc/collector/mark_compact.h" 39 #include "gc/collector_type.h" 40 #include "gc/gc_cause.h" 41 #include "gc/space/large_object_space.h" 42 #include "gc/space/space.h" 71 namespace gc { 120 // Reject due to disabled moving GC. 157 // Whether or not parallel GC is enabled. If not, then we never create the thread pool. [all …]
|
/aosp_15_r20/external/llvm/test/Transforms/CodeGenPrepare/ |
H A 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 …]
|
/aosp_15_r20/out/soong/raw-aosp_shiba/6f/ |
D | 6f0dccf5397d88882bbc6b018730b8cb8ffcb109 | 99 …/.intermediates/art/test/072-precise-gc/art-run-test-072-precise-gc/android_common/javac/art-run-t… 100 …/.intermediates/art/test/072-precise-gc/art-run-test-072-precise-gc/android_common/javac/art-run-t… 127 …gc/art-run-test-072-precise-gc/android_common/lint-srcs.list.rsp __SBOX_SANDBOX_DIR__/out/lint-src… 130 …to: "out/soong/.intermediates/art/test/072-precise-gc/art-run-test-072-precise-gc/android_common/l… 134 …to: "out/soong/.intermediates/art/test/072-precise-gc/art-run-test-072-precise-gc/android_common/l… 138 …to: "out/soong/.intermediates/art/test/072-precise-gc/art-run-test-072-precise-gc/android_common/l… 142 …to: "out/soong/.intermediates/art/test/072-precise-gc/art-run-test-072-precise-gc/android_common/l… 146 …to: "out/soong/.intermediates/art/test/072-precise-gc/art-run-test-072-precise-gc/android_common/l… 150 …to: "out/soong/.intermediates/art/test/072-precise-gc/art-run-test-072-precise-gc/android_common/l… 154 …file: "out/soong/.intermediates/art/test/072-precise-gc/art-run-test-072-precise-gc/android_common… [all …]
|
/aosp_15_r20/out/soong/raw-aosp_shiba/d4/ |
D | d4d0bc89d0d37a2ad6b1dbc22a12eb3b07d86961 | 99 …rmediates/art/test/102-concurrent-gc/art-run-test-102-concurrent-gc/android_common/javac/art-run-t… 100 …rmediates/art/test/102-concurrent-gc/art-run-test-102-concurrent-gc/android_common/javac/art-run-t… 127 …gc/art-run-test-102-concurrent-gc/android_common/lint-srcs.list.rsp __SBOX_SANDBOX_DIR__/out/lint-… 130 …to: "out/soong/.intermediates/art/test/102-concurrent-gc/art-run-test-102-concurrent-gc/android_co… 134 …to: "out/soong/.intermediates/art/test/102-concurrent-gc/art-run-test-102-concurrent-gc/android_co… 138 …to: "out/soong/.intermediates/art/test/102-concurrent-gc/art-run-test-102-concurrent-gc/android_co… 142 …to: "out/soong/.intermediates/art/test/102-concurrent-gc/art-run-test-102-concurrent-gc/android_co… 146 …to: "out/soong/.intermediates/art/test/102-concurrent-gc/art-run-test-102-concurrent-gc/android_co… 150 …to: "out/soong/.intermediates/art/test/102-concurrent-gc/art-run-test-102-concurrent-gc/android_co… 154 …file: "out/soong/.intermediates/art/test/102-concurrent-gc/art-run-test-102-concurrent-gc/android_… [all …]
|
/aosp_15_r20/out/soong/raw-aosp_shiba/68/ |
D | 6897985bd9c24eac60c81f67e28735d4be08b4cb | 99 …soong/.intermediates/art/test/1337-gc-coverage/art-run-test-1337-gc-coverage/android_common/javac/… 100 …soong/.intermediates/art/test/1337-gc-coverage/art-run-test-1337-gc-coverage/android_common/javac/… 127 …gc-coverage/art-run-test-1337-gc-coverage/android_common/lint-srcs.list.rsp __SBOX_SANDBOX_DIR__/o… 130 …to: "out/soong/.intermediates/art/test/1337-gc-coverage/art-run-test-1337-gc-coverage/android_comm… 134 …to: "out/soong/.intermediates/art/test/1337-gc-coverage/art-run-test-1337-gc-coverage/android_comm… 138 …to: "out/soong/.intermediates/art/test/1337-gc-coverage/art-run-test-1337-gc-coverage/android_comm… 142 …to: "out/soong/.intermediates/art/test/1337-gc-coverage/art-run-test-1337-gc-coverage/android_comm… 146 …to: "out/soong/.intermediates/art/test/1337-gc-coverage/art-run-test-1337-gc-coverage/android_comm… 150 …to: "out/soong/.intermediates/art/test/1337-gc-coverage/art-run-test-1337-gc-coverage/android_comm… 154 …file: "out/soong/.intermediates/art/test/1337-gc-coverage/art-run-test-1337-gc-coverage/android_co… [all …]
|