Searched defs:verify (Results 1 - 4 of 4) sorted by relevance

/art/test/641-iterations/src/
H A DMain.java40 static void verify(int n) { method in class:Main
49 static void verify() { method in class:Main
59 verify(n);
61 verify();
/art/compiler/
H A Doat_test.cc130 bool verify) {
145 return DoWriteElf(vdex_file, oat_file, oat_writer, key_value_store, verify);
152 bool verify,
161 return DoWriteElf(vdex_file, oat_file, oat_writer, key_value_store, verify);
169 bool verify) {
177 return DoWriteElf(vdex_file, oat_file, oat_writer, key_value_store, verify);
184 bool verify) {
199 verify,
265 void TestDexFileInput(bool verify, bool low_4gb, bool use_profile);
266 void TestZipFileInput(bool verify);
126 WriteElf(File* vdex_file, File* oat_file, const std::vector<const DexFile*>& dex_files, SafeMap<std::string, std::string>& key_value_store, bool verify) argument
148 WriteElf(File* vdex_file, File* oat_file, const std::vector<const char*>& dex_filenames, SafeMap<std::string, std::string>& key_value_store, bool verify, ProfileCompilationInfo* profile_compilation_info) argument
164 WriteElf(File* vdex_file, File* oat_file, File&& zip_fd, const char* location, SafeMap<std::string, std::string>& key_value_store, bool verify) argument
180 DoWriteElf(File* vdex_file, File* oat_file, OatWriter& oat_writer, SafeMap<std::string, std::string>& key_value_store, bool verify) argument
562 MaybeModifyDexFileToFail(bool verify, std::unique_ptr<const DexFile>& data) argument
570 TestDexFileInput(bool verify, bool low_4gb, bool use_profile) argument
674 TestZipFileInput(bool verify) argument
[all...]
/art/runtime/
H A Ddex_file.cc168 bool verify,
177 verify,
185 bool verify,
203 verify,
231 /* verify */ true,
250 return OpenFile(fd, location, true /* verify */, verify_checksum, error_msg);
274 bool verify,
322 verify,
388 /* verify */ true,
485 bool verify,
163 Open(const uint8_t* base, size_t size, const std::string& location, uint32_t location_checksum, const OatDexFile* oat_dex_file, bool verify, bool verify_checksum, std::string* error_msg) argument
182 Open(const std::string& location, uint32_t location_checksum, std::unique_ptr<MemMap> map, bool verify, bool verify_checksum, std::string* error_msg) argument
272 OpenFile(int fd, const std::string& location, bool verify, bool verify_checksum, std::string* error_msg) argument
480 OpenCommon(const uint8_t* base, size_t size, const std::string& location, uint32_t location_checksum, const OatDexFile* oat_dex_file, bool verify, bool verify_checksum, std::string* error_msg, VerifyResult* verify_result) argument
[all...]
/art/dex2oat/
H A Ddex2oat.cc281 "|verify"
315 UsageError(" and the filter is not interpret-only or verify-none or verify-at-runtime, ");
1554 // No need to verify the dex file for:
1558 const bool verify = !DoDexLayoutOptimizations() && (input_vdex_file_ == nullptr); local
1565 verify,

Completed in 420 milliseconds