Home
last modified time | relevance | path

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

/external/v8/test/unittests/heap/
Dmemory-reducer-unittest.cc63 MemoryReducer::Event TimerEventLowAllocationRate(double time_ms) { in TimerEventLowAllocationRate() function
88 state1 = MemoryReducer::Step(state0, TimerEventLowAllocationRate(0)); in TEST()
135 state0, TimerEventLowAllocationRate(state0.next_gc_start_ms - 1)); in TEST()
187 state0, TimerEventLowAllocationRate(state0.next_gc_start_ms + 1)); in TEST()
209 state1 = MemoryReducer::Step(state0, TimerEventLowAllocationRate(2000)); in TEST()
234 state1 = MemoryReducer::Step(state0, TimerEventLowAllocationRate(2000)); in TEST()