HomeSort by relevance Sort by last modified time
    Searched defs:gc (Results 1 - 25 of 884) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/runtime/gc/
gc_cause.cc 24 namespace gc { namespace in namespace:art
50 } // namespace gc
reference_processor-inl.h 23 namespace gc { namespace in namespace:art
29 } // namespace gc
scoped_gc_critical_section.cc 19 #include "gc/collector_type.h"
20 #include "gc/heap.h"
25 namespace gc { namespace in namespace:art
39 } // namespace gc
scoped_gc_critical_section.h 28 namespace gc { namespace in namespace:art
30 // Wait until the GC is finished and then prevent GC from starting until the destructor. Used
44 } // namespace gc
weak_root_state.h 23 namespace gc { namespace in namespace:art
38 } // namespace gc
  /art/runtime/gc/space/
dlmalloc_space_random_test.cc 22 namespace gc { namespace in namespace:art
34 } // namespace gc
dlmalloc_space_static_test.cc 22 namespace gc { namespace in namespace:art
34 } // namespace gc
rosalloc_space_random_test.cc 20 namespace gc { namespace in namespace:art
33 } // namespace gc
rosalloc_space_static_test.cc 20 namespace gc { namespace in namespace:art
33 } // namespace gc
memory_tool_settings.h 21 namespace gc { namespace in namespace:art
29 } // namespace gc
  /external/icu/icu4c/source/samples/datecal/
cal.cpp 20 GregorianCalendar* gc = new GregorianCalendar(status); local
26 gc->set(2000, UCAL_FEBRUARY, 26);
27 gc->set(UCAL_HOUR_OF_DAY, 23);
28 gc->set(UCAL_MINUTE, 0);
29 gc->set(UCAL_SECOND, 0);
30 gc->set(UCAL_MILLISECOND, 0);
36 gc->get(UCAL_YEAR, status),
37 gc->get(UCAL_MONTH, status) + 1,
38 gc->get(UCAL_MONTH, status),
39 gc->get(UCAL_DATE, status))
    [all...]
  /external/icu/icu4c/source/test/intltest/
astrotst.h 45 Calendar *gc; member in class:AstroTest
  /external/mesa3d/src/glx/apple/
apple_xgl_api_viewport.c 40 struct glx_context *gc = __glXGetCurrentContext(); local
43 if (gc && gc->driContext)
44 apple_glx_context_update(dpy, gc->driContext);
  /external/v8/test/mjsunit/compiler/
safepoint.js 28 // Flags: --expose-gc
33 x.gc();
34 x.gc();
38 var o = {gc:gc};
  /external/v8/test/webkit/
duplicate-param-gc-crash.js 28 function gc() function
33 for (var i = 0; i < 10000; ++i) // Allocate a sufficient number of objects to force a GC.
54 gc();
68 gc();
exception-try-finally-scope-error.js 26 function gc() function
31 for (var i = 0; i < 10000; ++i) // Allocate a sufficient number of objects to force a GC.
59 gc();
var-shadows-arg-gc-crash.js 28 function gc() function
33 for (var i = 0; i < 10000; ++i) // Allocate a sufficient number of objects to force a GC.
55 gc();
  /art/runtime/gc/accounting/
mod_union_table-inl.h 22 #include "gc/space/space.h"
25 namespace gc { namespace in namespace:art
42 } // namespace gc
  /art/runtime/gc/collector/
immune_region.cc 19 #include "gc/space/space-inl.h"
23 namespace gc { namespace in namespace:art
37 } // namespace gc
mark_sweep-inl.h 22 #include "gc/heap.h"
28 namespace gc { namespace in namespace:art
57 } // namespace gc
partial_mark_sweep.cc 19 #include "gc/heap.h"
20 #include "gc/space/space.h"
25 namespace gc { namespace in namespace:art
48 } // namespace gc
partial_mark_sweep.h 23 namespace gc { namespace in namespace:art
47 } // namespace gc
sticky_mark_sweep.h 24 namespace gc { namespace in namespace:art
56 } // namespace gc
  /external/mesa3d/src/glx/
glx_error.c 42 struct glx_context *gc = __glXGetCurrentContext(); local
46 assert(gc);
62 error.majorCode = gc ? gc->majorOpcode : 0;
  /external/autotest/scheduler/
gc_stats.py 2 # This module depends on the CPython gc module and garbage collection behavior.
4 import gc, logging, pprint namespace
34 all_objects = gc.get_objects()
53 # Never keep references to stuff returned by gc.get_objects() around
54 # or it'll just make the future cyclic gc runs more difficult.
77 logging.info('Change in object counts since previous GC stats:')

Completed in 1431 milliseconds

1 2 3 4 5 6 7 8 91011>>