Home
last modified time | relevance | path

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

/external/v8/test/unittests/heap/
Dgc-idle-time-handler-unittest.cc132 EXPECT_EQ(DO_INCREMENTAL_STEP, action.type); in TEST_F()
144 EXPECT_EQ(DO_INCREMENTAL_STEP, action.type); in TEST_F()
152 EXPECT_EQ(DO_INCREMENTAL_STEP, action.type); in TEST_F()
183 EXPECT_EQ(DO_INCREMENTAL_STEP, action.type); in TEST_F()
/external/v8/src/heap/
Dgc-idle-time-handler.h16 DO_INCREMENTAL_STEP, enumerator
39 result.type = DO_INCREMENTAL_STEP; in IncrementalStep()
Dgc-idle-time-handler.cc28 case DO_INCREMENTAL_STEP: in Print()
Dheap.cc4257 case DO_INCREMENTAL_STEP: { in PerformIdleTimeAction()