HomeSort by relevance Sort by last modified time
    Searched defs:CollectGarbage (Results 1 - 11 of 11) sorted by null

  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/
inspector_page.py 151 def CollectGarbage(self, timeout=60):
153 'method': 'HeapProfiler.collectGarbage'
inspector_backend.py 345 def CollectGarbage(self):
346 self._page.CollectGarbage()
  /external/compiler-rt/test/tsan/
signal_recursive.cc 83 static void CollectGarbage(pthread_t thread) {
116 CollectGarbage(busy_thread);
  /external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
tab.py 224 def CollectGarbage(self):
232 self._inspector_backend.CollectGarbage()
  /external/chromium-trace/catapult/telemetry/telemetry/testing/fakes/
__init__.py 342 def CollectGarbage(self):
  /external/v8/src/heap/
heap-inl.h 546 bool Heap::CollectGarbage(AllocationSpace space, const char* gc_reason,
550 return CollectGarbage(collector, gc_reason, collector_reason, callbackFlags);
mark-compact.cc 363 void MarkCompactCollector::CollectGarbage() {
    [all...]
heap.cc 870 CollectGarbage(OLD_SPACE, gc_reason, gc_callback_flags);
898 if (!CollectGarbage(MARK_COMPACTOR, gc_reason, NULL,
    [all...]
  /art/runtime/gc/
heap.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
activscp.h     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 541 milliseconds