Searched refs:TimerEventHighAllocationRate (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/unittests/heap/
H A Dmemory-reducer-unittest.cc68 MemoryReducer::Event TimerEventHighAllocationRate(double time_ms) { function in namespace:v8::internal
92 state1 = MemoryReducer::Step(state0, TimerEventHighAllocationRate(0));
141 state1 = MemoryReducer::Step(state0, TimerEventHighAllocationRate(2000));
166 TimerEventHighAllocationRate(MemoryReducer::kWatchdogDelayMs + 1));
174 state1 = MemoryReducer::Step(state0, TimerEventHighAllocationRate(2000));
195 TimerEventHighAllocationRate(MemoryReducer::kWatchdogDelayMs + 2));
216 state1 = MemoryReducer::Step(state0, TimerEventHighAllocationRate(2000));
241 state1 = MemoryReducer::Step(state0, TimerEventHighAllocationRate(2000));

Completed in 87 milliseconds