Home
last modified time | relevance | path

Searched refs:CollectGarbage (Results 1 – 11 of 11) sorted by relevance

/external/compiler-rt/test/tsan/
Dsignal_recursive.cc83 static void CollectGarbage(pthread_t thread) { in CollectGarbage() function
116 CollectGarbage(busy_thread); in main()
/external/v8/src/heap/
Dscavenge-job.cc41 heap->CollectGarbage(NEW_SPACE, GarbageCollectionReason::kIdleTask); in RunInternal()
Dmark-compact.h257 virtual void CollectGarbage() = 0;
590 void CollectGarbage() override;
993 void CollectGarbage() override;
Dheap.cc1137 CollectGarbage(OLD_SPACE, gc_reason, gc_callback_flags); in CollectAllGarbage()
1227 if (!CollectGarbage(OLD_SPACE, gc_reason, in CollectAllAvailableGarbage()
1316 bool Heap::CollectGarbage(AllocationSpace space, in CollectGarbage() function in v8::internal::Heap
1627 CollectGarbage(NEW_SPACE, GarbageCollectionReason::kDeserializer); in ReserveSpace()
1866 mark_compact_collector()->CollectGarbage(); in MarkCompact()
1891 minor_mark_compact_collector()->CollectGarbage(); in MinorMarkCompact()
4617 CollectGarbage(alloc.RetrySpace(), in AllocateRawWithLightRetry()
4660 CollectGarbage(alloc.RetrySpace(), in AllocateRawCodeInLargeObjectSpace()
Dheap.h934 V8_EXPORT_PRIVATE bool CollectGarbage(
Dmark-compact.cc452 void MarkCompactCollector::CollectGarbage() { in CollectGarbage() function in v8::internal::MarkCompactCollector
3801 void MinorMarkCompactCollector::CollectGarbage() { in CollectGarbage() function in v8::internal::MinorMarkCompactCollector
/external/autotest/client/site_tests/video_VideoDecodeMemoryUsage/
Dvideo_VideoDecodeMemoryUsage.py187 t.CollectGarbage()
/external/v8/src/
Dd8.h416 static void CollectGarbage(Isolate* isolate);
Dd8.cc2540 Shell::CollectGarbage(isolate); in ExecuteInThread()
2734 Shell::CollectGarbage(isolate); in ExecuteInThread()
2966 CollectGarbage(isolate); in RunMain()
2979 void Shell::CollectGarbage(Isolate* isolate) { in CollectGarbage() function in v8::Shell
3494 CollectGarbage(isolate); in Main()
Dapi.cc8250 reinterpret_cast<i::Isolate*>(this)->heap()->CollectGarbage( in RequestGarbageCollectionForTesting()
/external/v8/src/runtime/
Druntime.h126 F(CollectGarbage, 1, 1) \