Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h743 return is_native_debuggable_; in IsNativeDebuggable()
747 is_native_debuggable_ = value; in SetNativeDebuggable()
1213 bool is_native_debuggable_; variable
Druntime.cc279 is_native_debuggable_(false), in Runtime()