Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h739 return is_native_debuggable_; in IsNativeDebuggable()
743 is_native_debuggable_ = value; in SetNativeDebuggable()
1205 bool is_native_debuggable_; variable
Druntime.cc278 is_native_debuggable_(false), in Runtime()