Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Doat.h39 static constexpr const char* kDebuggableKey = "debuggable"; variable
H A Doat.cc408 return IsKeyEnabled(OatHeader::kDebuggableKey); in IsDebuggable()
/aosp12/art/dex2oat/
H A Ddex2oat.cc941 key_value_store_->Put(OatHeader::kDebuggableKey, compiler_options_->debuggable_); in InsertCompileOptions()