Home
last modified time | relevance | path

Searched refs:SetJdwpAllowed (Results 1 – 3 of 3) sorted by relevance

/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc90 Dbg::SetJdwpAllowed((debug_flags & DEBUG_ENABLE_DEBUGGER) != 0); in EnableDebugFeatures()
/art/runtime/
Ddebugger.h218 static void SetJdwpAllowed(bool allowed);
Ddebugger.cc636 void Dbg::SetJdwpAllowed(bool allowed) { in SetJdwpAllowed() function in art::Dbg