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

<<11121314151617181920>>

  /art/runtime/gc/
allocation_record.h 37 namespace gc { namespace in namespace:art
194 // The klass_ could be a strong or weak root for GC
252 // should be disallowed. However, this is GC-safe because new objects are not processed in this GC
310 } // namespace gc
  /art/runtime/gc/collector/
concurrent_copying.h 26 #include "gc/accounting/atomic_stack.h"
27 #include "gc/accounting/read_barrier_table.h"
28 #include "gc/accounting/space_bitmap.h"
39 namespace gc { namespace in namespace:art
215 kMarkStackModeThreadLocal, // All threads except for the GC-running thread push refs onto
216 // thread-local mark stacks. The GC-running thread pushes onto and
217 // pops off the GC mark stack without a lock.
218 kMarkStackModeShared, // All threads share the GC mark stack with a lock.
219 kMarkStackModeGcExclusive // The GC-running thread pushes onto and pops from the GC mark stac
    [all...]
garbage_collector.h 26 #include "gc/collector_type.h"
27 #include "gc/gc_cause.h"
40 namespace gc { namespace in namespace:art
55 // Freed bytes are signed since the GC can free negative bytes if it promotes objects to a space
60 // A information related single garbage collector iteration. Since we only ever have one GC running
72 // Returns how long the GC took to complete in nanoseconds.
154 // Swap the live and mark bitmaps of spaces that are active for the collector. For partial GC,
155 // this is the allocation space, for full GC then we swap the zygote bitmaps too.
170 // Returns how many GC iterations have been run.
174 // Returns the current GC iteration and assocated info
    [all...]
immune_spaces_test.cc 18 #include "gc/collector/immune_spaces.h"
19 #include "gc/space/image_space.h"
20 #include "gc/space/space-inl.h"
28 namespace gc { namespace in namespace:art
368 } // namespace gc
  /art/runtime/gc/space/
dlmalloc_space.cc 20 #include "gc/accounting/card_table.h"
21 #include "gc/accounting/space_bitmap-inl.h"
22 #include "gc/heap.h"
34 namespace gc { namespace in namespace:art
325 ::art::gc::space::DlMallocSpace* dlmalloc_space = heap->GetDlMallocSpace();
337 ::art::gc::space::DlMallocSpace* cur_dlmalloc_space = space->AsDlMallocSpace();
351 } // namespace gc
large_object_space.h 29 namespace gc { namespace in namespace:art
216 } // namespace gc
region_space.cc 24 namespace gc { namespace in namespace:art
121 // previous GC or the live ratio is below threshold, evacuate
420 } // namespace gc
rosalloc_space.cc 21 #include "gc/accounting/card_table.h"
22 #include "gc/accounting/space_bitmap-inl.h"
23 #include "gc/heap.h"
33 namespace gc { namespace in namespace:art
46 art::gc::allocator::RosAlloc* rosalloc, uint8_t* begin, uint8_t* end,
140 allocator::RosAlloc* rosalloc = new art::gc::allocator::RosAlloc(
143 art::gc::allocator::RosAlloc::kPageReleaseModeAll :
144 art::gc::allocator::RosAlloc::kPageReleaseModeSizeAndEnd,
291 InspectAllRosAlloc(art::gc::allocator::RosAlloc::BytesAllocatedCallback, &bytes_allocated, false);
297 InspectAllRosAlloc(art::gc::allocator::RosAlloc::ObjectsAllocatedCallback, &objects_allocated, false)
    [all...]
space_test.h 34 namespace gc { namespace in namespace:art
286 // GC (but no GC here.)
392 } // namespace gc
  /art/runtime/
oat_file.h 43 namespace gc { namespace in namespace:art
47 } // namespace gc
323 friend class gc::collector::DummyOatFile; // For modifying begin_ and end_.
oat_file_assistant.h 35 namespace gc { namespace in namespace:art
39 } // namespace gc
186 gc::space::ImageSpace* OpenImageSpace(const OatFile* oat_file);
  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptorPeer.java 170 System.gc();
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
IntrinsicConvolve3x3.java 33 System.gc();
  /external/autotest/scheduler/
atomic_group_unittests.py 4 import gc, time namespace
  /external/caliper/caliper/src/main/java/com/google/caliper/util/
Util.java 121 System.gc();
129 System.gc();
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
tracing_controller_backend.py 8 import gc namespace
100 gc.disable()
103 gc.enable()
tracing_controller_backend_unittest.py 5 import gc namespace
326 self.assertTrue(gc.isenabled())
328 self.assertFalse(gc.isenabled())
329 self.assertTrue(gc.isenabled())
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
shuffler.py 30 import gc namespace
114 gc.collect()
120 gc.collect()
  /external/clang/test/SemaCXX/
cxx0x-deleted-default-ctor.cpp 59 good_const gc; variable
  /external/e2fsprogs/misc/
blkid.c 280 int lookup = 0, gc = 0; local
300 gc = 1;
365 if (gc) {
  /external/guice/core/test/com/googlecode/guice/
BytecodeGenTest.java 253 System.gc();
258 System.gc();
263 // This test could be somewhat flaky when the GC isn't working.
  /external/icu/icu4c/source/test/intltest/
tzbdtest.cpp 209 GregorianCalendar *gc = new GregorianCalendar(time_zone->clone(), status); local
210 gc->setTime(d, status);
212 int32_t offset = time_zone->getOffset((uint8_t)gc->get(UCAL_ERA, status),
213 gc->get(UCAL_YEAR, status), gc->get(UCAL_MONTH, status),
214 gc->get(UCAL_DATE, status), (uint8_t)gc->get(UCAL_DAY_OF_WEEK, status),
215 ((gc->get(UCAL_HOUR_OF_DAY, status) * 60 + gc->get(UCAL_MINUTE, status)) * 60 + gc->get(UCAL_SECOND, status)) * 1000 + gc->get(UCAL_MILLISECOND, status)
    [all...]
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
BreakIteratorPerformanceTest.java 90 gc(); method
  /external/jdiff/src/jdiff/
JDiff.java 224 System.gc(); // Clean up after running ANT
239 System.gc(); // Clean up after running ANT
  /external/jetty/src/java/org/eclipse/jetty/http/
HttpFields.java 94 private final GregorianCalendar gc = new GregorianCalendar(__GMT); field in class:HttpFields.DateGenerator
102 gc.setTimeInMillis(date);
104 int day_of_week = gc.get(Calendar.DAY_OF_WEEK);
105 int day_of_month = gc.get(Calendar.DAY_OF_MONTH);
106 int month = gc.get(Calendar.MONTH);
107 int year = gc.get(Calendar.YEAR);
111 int hours = gc.get(Calendar.HOUR_OF_DAY);
112 int minutes = gc.get(Calendar.MINUTE);
113 int seconds = gc.get(Calendar.SECOND);
142 gc.setTimeInMillis(date)
    [all...]

Completed in 336 milliseconds

<<11121314151617181920>>