Home
last modified time | relevance | path

Searched defs:verify (Results 1 – 5 of 5) sorted by relevance

/art/test/641-iterations/src/
DMain.java40 static void verify(int n) { in verify() method in Main
49 static void verify() { in verify() method in Main
/art/compiler/
Doat_test.cc131 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()
Doat_writer.cc534 bool verify, in WriteAndOpenDexFiles()
3017 bool verify, in OpenDexFiles()
/art/runtime/
Ddex_file.cc169 bool verify, in Open()
186 bool verify, in Open()
275 bool verify, in OpenFile()
486 bool verify, in OpenCommon()
/art/dex2oat/
Ddex2oat.cc1638 const bool verify = !DoDexLayoutOptimizations() && (input_vdex_file_ == nullptr); in Setup() local