Home
last modified time | relevance | path

Searched refs:old_generation_allocation_counter_at_last_gc_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dheap.h1293 old_generation_allocation_counter_at_last_gc_ = in UpdateOldGenerationAllocationCounter()
1299 return old_generation_allocation_counter_at_last_gc_ + in OldGenerationAllocationCounter()
1305 old_generation_allocation_counter_at_last_gc_ = new_value; in set_old_generation_allocation_counter_at_last_gc()
2184 size_t old_generation_allocation_counter_at_last_gc_; variable
Dheap.cc215 old_generation_allocation_counter_at_last_gc_(0), in Heap()
1723 old_generation_allocation_counter_at_last_gc_ += in PerformGarbageCollection()