HomeSort by relevance Sort by last modified time
    Searched refs:CollectGarbage (Results 1 - 25 of 28) sorted by null

1 2

  /art/runtime/gc/
heap_test.cc 62 Runtime::Current()->GetHeap()->CollectGarbage(false);
76 Runtime::Current()->GetHeap()->CollectGarbage(/* clear_soft_references */ false);
system_weak_test.cc 145 Runtime::Current()->GetHeap()->CollectGarbage(false);
166 Runtime::Current()->GetHeap()->CollectGarbage(false);
190 Runtime::Current()->GetHeap()->CollectGarbage(false);
205 Runtime::Current()->GetHeap()->CollectGarbage(false);
heap.h 328 void CollectGarbage(bool clear_soft_references)
    [all...]
heap.cc     [all...]
  /external/compiler-rt/test/tsan/
signal_recursive.cc 83 static void CollectGarbage(pthread_t thread) {
116 CollectGarbage(busy_thread);
  /external/v8/src/heap/
scavenge-job.cc 37 heap->CollectGarbage(NEW_SPACE, GarbageCollectionReason::kIdleTask);
heap-inl.h 680 bool Heap::CollectGarbage(AllocationSpace space,
685 return CollectGarbage(collector, gc_reason, collector_reason, callbackFlags);
mark-compact.h 505 void CollectGarbage();
heap.h     [all...]
heap.cc 870 CollectGarbage(OLD_SPACE, gc_reason, gc_callback_flags);
902 if (!CollectGarbage(MARK_COMPACTOR, gc_reason, NULL,
    [all...]
  /art/runtime/
signal_catcher.cc 207 Runtime::Current()->GetHeap()->CollectGarbage(false);
debugger.cc 892 heap->CollectGarbage(false);
913 heap->CollectGarbage(false);
    [all...]
jni_internal_test.cc     [all...]
  /external/autotest/client/site_tests/video_VideoDecodeMemoryUsage/
video_VideoDecodeMemoryUsage.py 174 self.browser.tabs[i].CollectGarbage()
  /art/runtime/openjdkjvm/
OpenjdkJvm.cc 313 art::Runtime::Current()->GetHeap()->CollectGarbage(false);
  /external/v8/src/
d8.h 358 static void CollectGarbage(Isolate* isolate);
d8.cc     [all...]
factory.cc 43 (ISOLATE)->heap()->CollectGarbage( \
    [all...]
  /external/v8/src/runtime/
runtime.h 185 F(CollectGarbage, 1, 1) \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
activscp.h     [all...]
dmusici.h     [all...]
  /art/runtime/openjdkjvmti/
ti_heap.cc     [all...]
  /art/dex2oat/
dex2oat.cc     [all...]
  /art/compiler/driver/
compiler_driver.cc     [all...]
  /art/compiler/
image_writer.cc 150 heap->CollectGarbage(false); // Remove garbage.
    [all...]

Completed in 1410 milliseconds

1 2