Home
last modified time | relevance | path

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

/art/runtime/
Druntime-inl.h93 void Runtime::DoAndMaybeSwitchInterpreter(Action lamda) { in DoAndMaybeSwitchInterpreter() function
Druntime.h753 DoAndMaybeSwitchInterpreter([=](){ non_standard_exits_enabled_ = true; }); in SetNonStandardExitsEnabled()
761 DoAndMaybeSwitchInterpreter([=](){ async_exceptions_thrown_ = true; }); in SetAsyncExceptionsThrown()
773 static void DoAndMaybeSwitchInterpreter(Action lamda);
Dinstrumentation.cc580 Runtime::DoAndMaybeSwitchInterpreter([=](){ *has_listener = true; }); in PotentiallyAddListenerTo()
658 Runtime::DoAndMaybeSwitchInterpreter([=](){ *has_listener = true; }); in PotentiallyRemoveListenerFrom()
662 Runtime::DoAndMaybeSwitchInterpreter([=](){ *has_listener = false; }); in PotentiallyRemoveListenerFrom()
Druntime.cc864 DoAndMaybeSwitchInterpreter([=](){ started_ = true; }); in Start()
2679 DoAndMaybeSwitchInterpreter([=](){ jit_.reset(jit); }); in CreateJit()
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc199 Runtime::Current()->DoAndMaybeSwitchInterpreter([=]() { in EnableDebugFeatures()