Home
last modified time | relevance | path

Searched refs:try_switch_to_non_debuggable (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dinstrumentation.h255 EXPORT void DisableDeoptimization(const char* key, bool try_switch_to_non_debuggable)
610 bool try_switch_to_non_debuggable)
613 void UpdateStubs(bool try_switch_to_non_debuggable)
Dinstrumentation.cc995 bool try_switch_to_non_debuggable) { in ConfigureStubs() argument
1005 UpdateStubs(try_switch_to_non_debuggable); in ConfigureStubs()
1053 void Instrumentation::UpdateStubs(bool try_switch_to_non_debuggable) { in UpdateStubs() argument
1077 if (try_switch_to_non_debuggable) { in UpdateStubs()
1334 void Instrumentation::DisableDeoptimization(const char* key, bool try_switch_to_non_debuggable) { in DisableDeoptimization() argument
1336 ConfigureStubs(key, InstrumentationLevel::kInstrumentNothing, try_switch_to_non_debuggable); in DisableDeoptimization()