Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.cc1037 int freed_global_handles = 0; in PerformGarbageCollection() local
1100 freed_global_handles = in PerformGarbageCollection()
1115 PromotedSpaceSizeOfObjects(), freed_global_handles); in PerformGarbageCollection()
1135 return freed_global_handles > 0; in PerformGarbageCollection()
4985 int freed_global_handles) { in OldGenerationAllocationLimit() argument
5000 if (freed_global_handles <= kMinHandles) { in OldGenerationAllocationLimit()
5002 } else if (freed_global_handles >= kMaxHandles) { in OldGenerationAllocationLimit()
5008 (freed_global_handles - kMinHandles) * (max_factor - min_factor) / in OldGenerationAllocationLimit()
Dheap.h1041 int freed_global_handles);