Home
last modified time | relevance | path

Searched refs:DoAndMaybeSwitchInterpreter (Results 1 – 6 of 6) 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);
Dinstrumentation.cc547 Runtime::DoAndMaybeSwitchInterpreter([=](){ *has_listener = true; }); in PotentiallyAddListenerTo()
625 Runtime::DoAndMaybeSwitchInterpreter([=](){ *has_listener = true; }); in PotentiallyRemoveListenerFrom()
629 Runtime::DoAndMaybeSwitchInterpreter([=](){ *has_listener = false; }); in PotentiallyRemoveListenerFrom()
Druntime.cc827 DoAndMaybeSwitchInterpreter([=](){ started_ = true; }); in Start()
2594 DoAndMaybeSwitchInterpreter([=](){ jit_.reset(jit); }); in CreateJit()
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()