Home
last modified time | relevance | path

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

12

/art/libdexfile/dex/
Dart_dex_file_loader.h68 bool verify,
77 bool verify,
84 bool verify,
90 bool verify,
100 bool verify,
108 bool verify,
117 bool verify,
126 bool verify,
135 bool verify,
142 bool verify,
[all …]
Dart_dex_file_loader.cc167 bool verify, in Open() argument
179 verify, in Open()
189 bool verify, in Open() argument
211 verify, in Open()
227 bool verify, in Open() argument
238 magic, fd.Release(), location, verify, verify_checksum, error_msg, dex_files); in Open()
243 bool verify, in Open() argument
252 return OpenWithMagic(magic, fd, location, verify, verify_checksum, error_msg, dex_files); in Open()
258 bool verify, in Open() argument
263 ? Open(filename, location, verify, verify_checksum, error_msg, dex_files) in Open()
[all …]
Ddex_file_loader.h134 bool verify,
145 bool verify,
159 bool verify,
169 bool verify,
189 bool verify,
199 bool verify,
210 bool verify,
Ddex_file_loader.cc227 bool verify, in Open() argument
239 verify, in Open()
252 bool verify, in Open() argument
263 verify, in Open()
278 bool verify, in OpenWithDataSection() argument
288 verify, in OpenWithDataSection()
299 bool verify, in OpenAll() argument
314 verify, in OpenAll()
327 verify, in OpenAll()
348 bool verify, in OpenCommon() argument
[all …]
/art/test/983-source-transform-verify/
DAndroid.bp3 // Build rules for ART run-test `983-source-transform-verify`.
16 name: "art-run-test-983-source-transform-verify",
21 ":art-run-test-983-source-transform-verify-expected-stdout",
22 ":art-run-test-983-source-transform-verify-expected-stderr",
28 name: "art-run-test-983-source-transform-verify-expected-stdout",
29 out: ["art-run-test-983-source-transform-verify-expected-stdout.txt"],
36 name: "art-run-test-983-source-transform-verify-expected-stderr",
37 out: ["art-run-test-983-source-transform-verify-expected-stderr.txt"],
/art/test/1990-structural-bad-verify/
DAndroid.bp3 // Build rules for ART run-test `1990-structural-bad-verify`.
16 name: "art-run-test-1990-structural-bad-verify",
21 ":art-run-test-1990-structural-bad-verify-expected-stdout",
22 ":art-run-test-1990-structural-bad-verify-expected-stderr",
28 name: "art-run-test-1990-structural-bad-verify-expected-stdout",
29 out: ["art-run-test-1990-structural-bad-verify-expected-stdout.txt"],
36 name: "art-run-test-1990-structural-bad-verify-expected-stderr",
37 out: ["art-run-test-1990-structural-bad-verify-expected-stderr.txt"],
/art/test/954-invoke-polymorphic-verifier/
Dexpected-stdout.txt1 …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.<…
12 …areAndExchange(java.lang.invoke.VarHandle, java.lang.Object[]) failed to verify: void VarHandleUnh…
[all …]
/art/test/641-iterations/src/
DMain.java40 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/dex2oat/linker/
Doat_writer_test.cc106 bool verify) { in WriteElf() argument
124 vdex_file, oat_file, oat_writer, key_value_store, verify, CopyOption::kOnlyIfCompressed); in WriteElf()
131 bool verify, in WriteElf() argument
145 return DoWriteElf(vdex_file, oat_file, oat_writer, key_value_store, verify, copy); in WriteElf()
153 bool verify, in WriteElf() argument
165 return DoWriteElf(vdex_file, oat_file, oat_writer, key_value_store, verify, copy); in WriteElf()
172 bool verify, in DoWriteElf() argument
183 verify, in DoWriteElf()
301 void TestDexFileInput(bool verify, bool low_4gb, bool use_profile);
302 void TestZipFileInput(bool verify, CopyOption copy);
[all …]
/art/test/636-wrong-static-access/
Drun20 exec ${RUN} $@ --verify-soft-fail
/art/test/674-hiddenapi/
Drun22 exec ${RUN} $@ --verify-soft-fail --no-secondary-compilation
/art/test/628-vdex/
Drun17 exec ${RUN} -Xcompiler-option --compiler-filter=verify --vdex "${@}"
/art/test/674-vdex-uncompress/
Drun17 exec ${RUN} -Xcompiler-option --compiler-filter=verify --vdex "${@}"
/art/test/820-vdex-multidex/
Drun17 exec ${RUN} -Xcompiler-option --compiler-filter=verify --vdex "${@}"
/art/test/613-inlining-dex-cache/
Drun20 exec ${RUN} ${flags/verify-at-runtime/interpret-only}
/art/test/126-miranda-multidex/
Drun22 ${RUN} --no-verify ${@}
/art/test/634-vdex-duplicate/
Drun17 exec ${RUN} -Xcompiler-option --compiler-filter=verify --vdex-filter speed --vdex "${@}"
/art/test/615-checker-arm64-store-zero/
Dinfo.txt1 Checker test to verify we correctly use wzr and xzr to store zero constants.
/art/test/157-void-class/
Drun22 --runtime-option --compiler-filter=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/592-checker-regression-bool-input/
Dinfo.txt1 Regression test for Optimizing's GraphChecker which used to verify the internal
/art/test/000-nop/
Dinfo.txt1 This is a sample no-op test, which does at least serve to verify that the
/art/test/178-app-image-native-method/
Drun24 ${RUN} ${@} --profile -Xcompiler-option --compiler-filter=verify
/art/tools/ahat/etc/
Dahat_api_msg.txt3 Please verify whether this change to the API is intentional and

12