Searched refs:adjusted_allocation_limit (Results 1 – 1 of 1) sorted by relevance
793 intptr_t adjusted_allocation_limit = limit - new_space_.Capacity(); in HeapIsFullEnoughToStartIncrementalMarking() local795 if (PromotedTotalSize() >= adjusted_allocation_limit) return true; in HeapIsFullEnoughToStartIncrementalMarking()