Home
last modified time | relevance | path

Searched refs:current_timeout (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dheap.h1719 int NextAllocationTimeout(int current_timeout = 0);
Dheap.cc4823 int Heap::NextAllocationTimeout(int current_timeout) { in NextAllocationTimeout() argument
4827 if (current_timeout <= 0) { in NextAllocationTimeout()
4830 return current_timeout; in NextAllocationTimeout()