Searched refs:verify (Results 1 - 14 of 14) sorted by relevance

/art/test/126-miranda-multidex/
H A Drun19 # The problem was first exposed in a no-verify setting, as that changes the resolution path
21 ${RUN} --no-verify ${@}
/art/test/636-wrong-static-access/
H A Drun20 exec ${RUN} $@ --verify-soft-fail
/art/test/628-vdex/
H A Drun17 exec ${RUN} -Xcompiler-option --compiler-filter=verify --vdex "${@}"
/art/test/613-inlining-dex-cache/
H A Drun20 exec ${RUN} ${flags/verify-at-runtime/interpret-only}
/art/test/634-vdex-duplicate/
H A Drun17 exec ${RUN} -Xcompiler-option --compiler-filter=verify --vdex-filter speed --vdex "${@}"
/art/test/157-void-class/
H A Drun17 # Let the test build its own core image with --no-image and use verify,
22 --runtime-option --compiler-filter=verify
/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...]
H A Doat_writer.h160 // The `verify` setting dictates whether the dex file verifier should check the dex files.
169 bool verify,
290 bool verify,
H A Doat_writer.cc487 bool verify,
519 !OpenDexFiles(vdex_file, verify, &dex_files_map, &dex_files)) {
526 !OpenDexFiles(vdex_file, verify, &dex_files_map, &dex_files)) {
1133 // It may not be resolved if the class failed to verify, in this case, don't set the
2474 /* verify */ true,
2490 // Since the source may have had its layout changed, or may be quickened, don't verify it.
2496 /* verify */ false,
2743 bool verify,
2779 LOG(ERROR) << "Failed to verify written dex file header!"
2804 verify,
[all...]
/art/
H A DAndroid.mk470 adb shell setprop dalvik.vm.dex2oat-filter "verify-at-runtime"
471 adb shell setprop dalvik.vm.image-dex2oat-filter "verify-at-runtime"
498 .PHONY: use-art-verify-none
499 use-art-verify-none:
503 adb shell setprop dalvik.vm.dex2oat-filter "verify-none"
504 adb shell setprop dalvik.vm.image-dex2oat-filter "verify-none"
/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...]
H A Ddex_file.h446 bool verify,
454 bool verify,
1108 bool verify,
1148 bool verify,
/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 429 milliseconds