Home
last modified time | relevance | path

Searched refs:ContainsDexCode (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/runtime/
H A Doat_file.h379 bool ContainsDexCode() const { in ContainsDexCode() function
H A Doat_file_manager.cc816 oat_file->ContainsDexCode()) { in SetOnlyUseTrustedOatFiles()
H A Doat_file_assistant.cc458 file.ContainsDexCode() && in GivenOatFileStatus()
/aosp12/art/dex2oat/
H A Ddex2oat_test.cc1459 CHECK(!o.ContainsDexCode()); in TEST_F()
1596 CHECK(o.ContainsDexCode()); in TEST_F()
1788 CHECK(o.ContainsDexCode()); in TEST_F()
/aosp12/art/oatdump/
H A Doatdump.cc869 if (oat_dex_file.GetOatFile()->ContainsDexCode()) { in DumpOatDexFile()