Home
last modified time | relevance | path

Searched refs:verify (Results 1 – 9 of 9) sorted by relevance

/art/test/126-miranda-multidex/
Drun21 ${RUN} --no-verify ${@}
/art/test/478-checker-inliner-nested-loop/
Dinfo.txt1 Tests inlining into a nested loop. SSAChecker should verify that
/art/test/096-array-copy-concurrent-gc/
Dinfo.txt1 This is a test to verify that System.arraycopy works nice together with
/art/test/000-nop/
Dinfo.txt1 This is a sample no-op test, which does at least serve to verify that the
/art/test/097-duplicate-method/
Dinfo.txt1 This is a test to verify that duplicate methods in a dex file are handled
/art/
DAndroid.mk428 adb shell setprop dalvik.vm.dex2oat-filter "verify-at-runtime"
429 adb shell setprop dalvik.vm.image-dex2oat-filter "verify-at-runtime"
458 adb shell setprop dalvik.vm.dex2oat-filter "verify-none"
459 adb shell setprop dalvik.vm.image-dex2oat-filter "verify-none"
/art/tools/dexfuzz/
DREADME93 VerifyFail - the number of mutated files that ended up failing to verify, either
/art/runtime/
Ddex_file.cc211 std::unique_ptr<const DexFile> DexFile::OpenFile(int fd, const char* location, bool verify, in OpenFile() argument
251 if (verify && !DexFileVerifier::Verify(dex_file.get(), dex_file->Begin(), dex_file->Size(), in OpenFile()
Ddex_file.h925 bool verify, std::string* error_msg);