Home
last modified time | relevance | path

Searched refs:GetValidationErrorMessage (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/runtime/
H A Doat.h60 std::string GetValidationErrorMessage() const;
H A Doat.cc114 std::string OatHeader::GetValidationErrorMessage() const { in GetValidationErrorMessage() function in art::OatHeader
H A Doat_file.cc574 std::string cause = GetOatHeader().GetValidationErrorMessage(); in Setup()
/aosp12/art/dex2oat/
H A Ddex2oat_test.cc2342 ASSERT_TRUE(header.IsValid()) << header.GetValidationErrorMessage(); in TEST_F()