OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RunState
(Results
1 - 2
of
2
) sorted by null
/external/v8/test/unittests/heap/
memory-reducer-unittest.cc
25
MemoryReducer::State
RunState
(int started_gcs, double next_gc_start_ms) {
233
MemoryReducer::State state0(
RunState
(1, 0.0)), state1(DoneState());
264
MemoryReducer::State state0(
RunState
(2, 0.0)), state1(DoneState());
284
MemoryReducer::State state0(
RunState
(2, 0.0)), state1(DoneState());
/external/libchrome/base/message_loop/
message_pump_glib.cc
167
struct MessagePumpGlib::
RunState
{
286
RunState
state;
292
RunState
* previous_state = state_;
Completed in 199 milliseconds