Searched defs:new_footprint (Results 1 – 3 of 3) sorted by relevance
394 size_t new_footprint = num_bytes_allocated_.LoadSequentiallyConsistent() + alloc_size; in IsOutOfMemoryOnAllocation() local
192 size_t new_footprint = footprint_ + increment; in AllocPages() local1359 size_t new_footprint = footprint_ - decrement; in Trim() local
947 void JitCodeCache::SetFootprintLimit(size_t new_footprint) { in SetFootprintLimit()