Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h1473 void set_old_generation_allocation_counter(size_t new_value) { in set_old_generation_allocation_counter() function
/external/v8/test/cctest/heap/
Dtest-heap.cc6141 heap->set_old_generation_allocation_counter(max_counter - 10 * kSize); in TEST()