Searched refs:new_space_allocation_counter_ (Results 1 – 2 of 2) sorted by relevance
1452 new_space_allocation_counter_ = NewSpaceAllocationCounter(); in UpdateNewSpaceAllocationCounter()1456 return new_space_allocation_counter_ + new_space()->AllocatedSinceLastGC(); in NewSpaceAllocationCounter()1461 new_space_allocation_counter_ = new_value; in set_new_space_allocation_counter()2351 size_t new_space_allocation_counter_; variable
149 new_space_allocation_counter_(0), in Heap()