Home
last modified time | relevance | path

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

/external/v8/src/
Dv8threads.cc425 isolate->set_context_switcher(new ContextSwitcher(isolate, every_n_ms)); in StartPreemption()
448 isolate->set_context_switcher(NULL); in StopPreemption()
Disolate.h857 void set_context_switcher(ContextSwitcher* switcher) { in set_context_switcher() function