Home
last modified time | relevance | path

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

/art/runtime/
Doat.h49 static constexpr const char kFalseValue[] = "false"; variable
Doat.cc31 constexpr const char OatHeader::kFalseValue[]; member in art::OatHeader
/art/dex2oat/
Ddex2oat.cc1025 compiler_options_->compile_pic_ ? OatHeader::kTrueValue : OatHeader::kFalseValue); in InsertCompileOptions()
1028 compiler_options_->debuggable_ ? OatHeader::kTrueValue : OatHeader::kFalseValue); in InsertCompileOptions()
1031 compiler_options_->GetNativeDebuggable() ? OatHeader::kTrueValue : OatHeader::kFalseValue); in InsertCompileOptions()
1036 : OatHeader::kFalseValue); in InsertCompileOptions()