Searched refs:freed_global_handles (Results 1 – 2 of 2) sorted by relevance
1037 int freed_global_handles = 0; in PerformGarbageCollection() local1100 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() argument5000 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()
1041 int freed_global_handles);