Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Druntime-inl.h93 void Runtime::DoAndMaybeSwitchInterpreter(Action lamda) { in DoAndMaybeSwitchInterpreter() function
H A Druntime.h770 DoAndMaybeSwitchInterpreter([=](){ non_standard_exits_enabled_ = true; }); in SetNonStandardExitsEnabled()
778 DoAndMaybeSwitchInterpreter([=](){ async_exceptions_thrown_ = true; }); in SetAsyncExceptionsThrown()
790 static void DoAndMaybeSwitchInterpreter(Action lamda);
H A 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()
H A Druntime.cc885 DoAndMaybeSwitchInterpreter([=](){ started_ = true; }); in Start()
2910 DoAndMaybeSwitchInterpreter([=](){ jit_.reset(jit); }); in CreateJit()
/aosp12/art/runtime/native/
H A Ddalvik_system_ZygoteHooks.cc200 Runtime::Current()->DoAndMaybeSwitchInterpreter([=]() { in EnableDebugFeatures()