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