Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Doat.h40 static constexpr const char* kNativeDebuggableKey = "native-debuggable"; variable
H A Doat.cc416 return IsKeyEnabled(OatHeader::kNativeDebuggableKey); in IsNativeDebuggable()
/aosp12/art/dex2oat/
H A Ddex2oat.cc942 key_value_store_->Put(OatHeader::kNativeDebuggableKey, in InsertCompileOptions()