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.h1378 old_generation_allocation_counter_at_last_gc_ = in UpdateOldGenerationAllocationCounter()
1383 return old_generation_allocation_counter_at_last_gc_ + in OldGenerationAllocationCounter()
1389 old_generation_allocation_counter_at_last_gc_ = new_value; in set_old_generation_allocation_counter_at_last_gc()
2290 size_t old_generation_allocation_counter_at_last_gc_; variable
Dheap.cc143 old_generation_allocation_counter_at_last_gc_(0), in Heap()
1326 old_generation_allocation_counter_at_last_gc_ += in PerformGarbageCollection()