Searched refs:kTrueValue (Results 1 – 3 of 3) sorted by relevance
30 constexpr const char OatHeader::kTrueValue[]; member in art::OatHeader496 return KeyHasValue(key, kTrueValue, sizeof(kTrueValue)); in IsKeyEnabled()
48 static constexpr const char kTrueValue[] = "true"; variable
1025 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()1035 compiler_options_->GetIncludePatchInformation() ? OatHeader::kTrueValue in InsertCompileOptions()