Home
last modified time | relevance | path

Searched refs:Failed (Results 1 – 10 of 10) sorted by relevance

/art/test/921-hello-failure/
Dexpected.txt2 Transformation error : java.lang.Exception(Failed to redefine class <LTransform;> due to JVMTI_ERRO…
5 Transformation error : java.lang.Exception(Failed to redefine class <LTransform;> due to JVMTI_ERRO…
8 Transformation error : java.lang.Exception(Failed to redefine class <LTransform;> due to JVMTI_ERRO…
11 Transformation error : java.lang.Exception(Failed to redefine class <LTransform2;> due to JVMTI_ERR…
14 Transformation error : java.lang.Exception(Failed to redefine class <LTransform2;> due to JVMTI_ERR…
17 Transformation error : java.lang.Exception(Failed to redefine class <LTransform2;> due to JVMTI_ERR…
21 Transformation error : java.lang.Exception(Failed to redefine classes <LTransform2;, LTransform;> d…
24 Transformation error : java.lang.Exception(Failed to redefine classes <LTransform;, LTransform2;> d…
29 Transformation error : java.lang.Exception(Failed to retransform classes <LTransform2;, LTransform;…
32 Transformation error : java.lang.Exception(Failed to retransform classes <LTransform;, LTransform2;…
[all …]
/art/test/134-nodex2oat-nofallback/
Dexpected.txt21 …Caused by: java.io.IOException: Failed to open oat file from dex location '/tmp/user/test-12345/13…
23 …ed by: java.io.IOException: Failed to open oat file from /tmp/user/test-12345/x86/134-nodex2oat-no…
52 …Caused by: java.io.IOException: Failed to open oat file from dex location '/tmp/user/test-12345/13…
54 …ed by: java.io.IOException: Failed to open oat file from /tmp/user/test-12345/x86/134-nodex2oat-no…
/art/test/1950-unprepared-transform/
Djvm-expected.patch2 < Trying to redefine: class Transform. Caught error class java.lang.Exception: Failed to retransfor…
Dexpected.txt2 Trying to redefine: class Transform. Caught error class java.lang.Exception: Failed to retransform …
/art/build/
Dcodegen.go96 if ctx.Failed() {
103 if ctx.Failed() {
/art/test/119-noimage-patchoat/
Dexpected.txt5 Failed to initialize runtime (check log for details)
/art/test/118-noimage-dex2oat/
Dexpected.txt6 Failed to initialize runtime (check log for details)
/art/cmdline/
DREADME.md197 return Result::Failure("Failed to parse double from " + str);
201 "Failed to parse double from " + str + "; overflow/underflow occurred");
/art/test/dexdump/
Dinvoke-custom.txt803 001072: 1a03 1400 |0037: const-string v3, "Failed " // string@0014
866 00112e: 1a04 1400 |0039: const-string v4, "Failed " // string@0014
930 0011ec: 1a04 1400 |003a: const-string v4, "Failed " // string@0014
/art/runtime/gc/
Dheap.cc3093 bool Failed() const { in Failed() function in art::gc::VerifyLiveStackReferences
3118 return !visitor.Failed(); in VerifyMissingCardMarks()