/art/test/954-invoke-polymorphic-verifier/ |
D | expected.txt | 1 …ass MethodHandleNotInvoke: void MethodHandleNotInvoke.<init>() failed to verify: void MethodHandle… 2 …class MethodHandleToString: void MethodHandleToString.<init>() failed to verify: void MethodHandle… 3 …rifier rejected class NonReference: void NonReference.<init>() failed to verify: void NonReference… 4 … rejected class TooFewArguments: void TooFewArguments.<init>() failed to verify: void TooFewArgume… 5 …ejected class TooManyArguments: void TooManyArguments.<init>() failed to verify: void TooManyArgum… 6 java.lang.VerifyError: Verifier rejected class BadThis: void BadThis.<init>() failed to verify: voi… 7 …keSignaturePolymorphic: void FakeSignaturePolymorphic.<init>() failed to verify: void FakeSignatur… 8 …aturePolymorphic: void BetterFakeSignaturePolymorphic.<init>() failed to verify: void BetterFakeSi… 10 …: Verifier rejected class Unresolved: void Unresolved.<init>() failed to verify: void Unresolved.<…
|
/art/test/641-iterations/src/ |
D | Main.java | 40 static void verify(int n) { in verify() method in Main 49 static void verify() { in verify() method in Main 59 verify(n); in driver() 61 verify(); in driver()
|
/art/compiler/ |
D | oat_test.cc | 130 bool verify) { in WriteElf() argument 145 return DoWriteElf(vdex_file, oat_file, oat_writer, key_value_store, verify); in WriteElf() 152 bool verify, in WriteElf() argument 161 return DoWriteElf(vdex_file, oat_file, oat_writer, key_value_store, verify); in WriteElf() 169 bool verify) { in WriteElf() argument 177 return DoWriteElf(vdex_file, oat_file, oat_writer, key_value_store, verify); in WriteElf() 184 bool verify) { in DoWriteElf() argument 199 verify, in DoWriteElf() 265 void TestDexFileInput(bool verify, bool low_4gb, bool use_profile); 266 void TestZipFileInput(bool verify); [all …]
|
D | oat_writer.h | 169 bool verify, 290 bool verify,
|
/art/test/636-wrong-static-access/ |
D | run | 20 exec ${RUN} $@ --verify-soft-fail
|
/art/test/126-miranda-multidex/ |
D | run | 21 ${RUN} --no-verify ${@}
|
/art/test/628-vdex/ |
D | run | 17 exec ${RUN} -Xcompiler-option --compiler-filter=verify --vdex "${@}"
|
/art/test/613-inlining-dex-cache/ |
D | run | 20 exec ${RUN} ${flags/verify-at-runtime/interpret-only}
|
/art/test/634-vdex-duplicate/ |
D | run | 17 exec ${RUN} -Xcompiler-option --compiler-filter=verify --vdex-filter speed --vdex "${@}"
|
/art/test/157-void-class/ |
D | run | 22 --runtime-option --compiler-filter=verify
|
/art/test/615-checker-arm64-store-zero/ |
D | info.txt | 1 Checker test to verify we correctly use wzr and xzr to store zero constants.
|
/art/test/478-checker-inliner-nested-loop/ |
D | info.txt | 1 Tests inlining into a nested loop. SSAChecker should verify that
|
/art/test/096-array-copy-concurrent-gc/ |
D | info.txt | 1 This is a test to verify that System.arraycopy works nice together with
|
/art/test/592-checker-regression-bool-input/ |
D | info.txt | 1 Regression test for Optimizing's GraphChecker which used to verify the internal
|
/art/test/000-nop/ |
D | info.txt | 1 This is a sample no-op test, which does at least serve to verify that the
|
/art/tools/cpp-define-generator/ |
D | Android.bp | 45 tool_files: ["verify-asm-support"], 46 cmd: "$(location verify-asm-support) --quiet \"$(location cpp-define-generator-data)\" \"$(out)\""
|
/art/test/097-duplicate-method/ |
D | info.txt | 1 This is a test to verify that duplicate methods in a dex file are handled
|
/art/test/800-smali/smali/ |
D | b_22411633_4.smali | 11 # At this point v4 is an uninitialized reference. This should fail to verify.
|
/art/test/590-infinite-loop-with-nop/smali/ |
D | TestCase.smali | 27 # Failure to verify dex file '...': Offset(208) should be zero when size is zero for field-ids.
|
/art/test/706-jit-skip-compilation/smali/ |
D | errclass.smali | 33 # Failure to verify dex file '...': Offset(552) should be zero when size is zero for field-ids.
|
/art/ |
D | Android.mk | 470 adb shell setprop dalvik.vm.dex2oat-filter "verify-at-runtime" 471 adb shell setprop dalvik.vm.image-dex2oat-filter "verify-at-runtime" 503 adb shell setprop dalvik.vm.dex2oat-filter "verify-none" 504 adb shell setprop dalvik.vm.image-dex2oat-filter "verify-none"
|
/art/runtime/ |
D | dex_file.cc | 168 bool verify, in Open() argument 177 verify, in Open() 185 bool verify, in Open() argument 203 verify, in Open() 274 bool verify, in OpenFile() argument 322 verify, in OpenFile() 485 bool verify, in OpenCommon() argument 506 if (verify && !DexFileVerifier::Verify(dex_file.get(), in OpenCommon()
|
D | dex_file.h | 446 bool verify, 454 bool verify, 1108 bool verify, 1148 bool verify,
|
/art/test/530-checker-regression-reftyp-final/smali/ |
D | TestCase.smali | 24 # verify it using Checker.
|
/art/tools/ahat/ |
D | README.txt | 45 * Visit /objects without parameters and verify it doesn't throw an exception. 46 * Visit /objects with an invalid site, verify it doesn't throw an exception.
|