Searched refs:DoAndMaybeSwitchInterpreter (Results 1 – 6 of 6) sorted by relevance
93 void Runtime::DoAndMaybeSwitchInterpreter(Action lamda) { in DoAndMaybeSwitchInterpreter() function
691 DoAndMaybeSwitchInterpreter([=](){ non_standard_exits_enabled_ = true; }); in SetNonStandardExitsEnabled()699 DoAndMaybeSwitchInterpreter([=](){ async_exceptions_thrown_ = true; }); in SetAsyncExceptionsThrown()711 static void DoAndMaybeSwitchInterpreter(Action lamda);
547 Runtime::DoAndMaybeSwitchInterpreter([=](){ *has_listener = true; }); in PotentiallyAddListenerTo()625 Runtime::DoAndMaybeSwitchInterpreter([=](){ *has_listener = true; }); in PotentiallyRemoveListenerFrom()629 Runtime::DoAndMaybeSwitchInterpreter([=](){ *has_listener = false; }); in PotentiallyRemoveListenerFrom()
827 DoAndMaybeSwitchInterpreter([=](){ started_ = true; }); in Start()2594 DoAndMaybeSwitchInterpreter([=](){ jit_.reset(jit); }); in CreateJit()
696 Runtime::DoAndMaybeSwitchInterpreter([=](){ gDebuggerActive = true; }); in GoActive()734 Runtime::DoAndMaybeSwitchInterpreter([=](){ gDebuggerActive = false; }); in Disconnected()
196 Runtime::Current()->DoAndMaybeSwitchInterpreter([=]() { in EnableDebugFeatures()