Home
last modified time | relevance | path

Searched refs:LowerInlineAllocationLimit (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dincremental-marking.cc532 heap_->new_space()->LowerInlineAllocationLimit(kAllocatedThreshold); in Start()
762 heap_->new_space()->LowerInlineAllocationLimit(0); in Abort()
790 heap_->new_space()->LowerInlineAllocationLimit(0); in Finalize()
Dspaces.h2469 void LowerInlineAllocationLimit(intptr_t step) { in LowerInlineAllocationLimit() function
Dheap.cc1541 new_space_.LowerInlineAllocationLimit( in Scavenge()