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

/art/compiler/
H A Doat_test.cc130 bool verify) {
143 return DoWriteElf(file, oat_writer, key_value_store, verify);
149 bool verify) {
157 return DoWriteElf(file, oat_writer, key_value_store, verify);
164 bool verify) {
170 return DoWriteElf(file, oat_writer, key_value_store, verify);
176 bool verify) {
191 verify,
233 void TestDexFileInput(bool verify, bool low_4gb);
234 void TestZipFileInput(bool verify);
127 WriteElf(File* file, const std::vector<const DexFile*>& dex_files, SafeMap<std::string, std::string>& key_value_store, bool verify) argument
146 WriteElf(File* file, const std::vector<const char*>& dex_filenames, SafeMap<std::string, std::string>& key_value_store, bool verify) argument
160 WriteElf(File* file, ScopedFd&& zip_fd, const char* location, SafeMap<std::string, std::string>& key_value_store, bool verify) argument
173 DoWriteElf(File* file, OatWriter& oat_writer, SafeMap<std::string, std::string>& key_value_store, bool verify) argument
517 MaybeModifyDexFileToFail(bool verify, std::unique_ptr<const DexFile>& data) argument
525 TestDexFileInput(bool verify, bool low_4gb) argument
618 TestZipFileInput(bool verify) argument
[all...]
/art/runtime/
H A Ddex_file.cc209 bool verify,
219 if (verify && !DexFileVerifier::Verify(dex_file.get(),
230 std::unique_ptr<const DexFile> DexFile::OpenFile(int fd, const char* location, bool verify, argument
278 if (verify && !DexFileVerifier::Verify(dex_file.get(), dex_file->Begin(), dex_file->Size(),
205 Open(const uint8_t* base, size_t size, const std::string& location, uint32_t location_checksum, const OatDexFile* oat_dex_file, bool verify, std::string* error_msg) argument

Completed in 87 milliseconds