Searched refs:DoAndMaybeSwitchInterpreter (Results 1 – 5 of 5) sorted by relevance
93 void Runtime::DoAndMaybeSwitchInterpreter(Action lamda) { in DoAndMaybeSwitchInterpreter() function
764 DoAndMaybeSwitchInterpreter([=](){ non_standard_exits_enabled_ = true; }); in SetNonStandardExitsEnabled()772 DoAndMaybeSwitchInterpreter([=](){ async_exceptions_thrown_ = true; }); in SetAsyncExceptionsThrown()784 static void DoAndMaybeSwitchInterpreter(Action lamda);
580 Runtime::DoAndMaybeSwitchInterpreter([=](){ *has_listener = true; }); in PotentiallyAddListenerTo()658 Runtime::DoAndMaybeSwitchInterpreter([=](){ *has_listener = true; }); in PotentiallyRemoveListenerFrom()662 Runtime::DoAndMaybeSwitchInterpreter([=](){ *has_listener = false; }); in PotentiallyRemoveListenerFrom()
885 DoAndMaybeSwitchInterpreter([=](){ started_ = true; }); in Start()2910 DoAndMaybeSwitchInterpreter([=](){ jit_.reset(jit); }); in CreateJit()
200 Runtime::Current()->DoAndMaybeSwitchInterpreter([=]() { in EnableDebugFeatures()