Home
last modified time | relevance | path

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

/art/runtime/
Druntime-inl.h93 void Runtime::DoAndMaybeSwitchInterpreter(Action lamda) { in DoAndMaybeSwitchInterpreter() function
Druntime.h691 DoAndMaybeSwitchInterpreter([=](){ non_standard_exits_enabled_ = true; }); in SetNonStandardExitsEnabled()
699 DoAndMaybeSwitchInterpreter([=](){ async_exceptions_thrown_ = true; }); in SetAsyncExceptionsThrown()
711 static void DoAndMaybeSwitchInterpreter(Action lamda);
Ddebugger.cc696 Runtime::DoAndMaybeSwitchInterpreter([=](){ gDebuggerActive = true; }); in GoActive()
734 Runtime::DoAndMaybeSwitchInterpreter([=](){ gDebuggerActive = false; }); in Disconnected()
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc196 Runtime::Current()->DoAndMaybeSwitchInterpreter([=]() { in EnableDebugFeatures()