Searched defs:verify (Results 1 – 5 of 5) sorted by relevance
/art/test/641-iterations/src/ |
D | Main.java | 40 static void verify(int n) { in verify() method in Main 49 static void verify() { in verify() method in Main
|
/art/compiler/ |
D | oat_test.cc | 131 bool verify) { in WriteElf() 153 bool verify, in WriteElf() 170 bool verify) { in WriteElf() 185 bool verify) { in DoWriteElf() 562 static void MaybeModifyDexFileToFail(bool verify, std::unique_ptr<const DexFile>& data) { in MaybeModifyDexFileToFail() 570 void OatTest::TestDexFileInput(bool verify, bool low_4gb, bool use_profile) { in TestDexFileInput() 674 void OatTest::TestZipFileInput(bool verify) { in TestZipFileInput()
|
D | oat_writer.cc | 534 bool verify, in WriteAndOpenDexFiles() 3017 bool verify, in OpenDexFiles()
|
/art/runtime/ |
D | dex_file.cc | 169 bool verify, in Open() 186 bool verify, in Open() 275 bool verify, in OpenFile() 486 bool verify, in OpenCommon()
|
/art/dex2oat/ |
D | dex2oat.cc | 1638 const bool verify = !DoDexLayoutOptimizations() && (input_vdex_file_ == nullptr); in Setup() local
|