Home
last modified time | relevance | path

Searched refs:failed (Results 1 – 25 of 44) sorted by relevance

12

/dalvik/tests/080-oom-throw/
Dexpected.txt1 Array allocation failed
2 Instance allocation failed
/dalvik/dx/tests/
Drun-all-tests37 failed=0
46 ((failed += 1))
53 echo "failed: $failed test(s)"
/dalvik/vm/mterp/
DMterp.cpp31 bool failed = false; in dvmCheckAsmConstants() local
43 if (failed) { in dvmCheckAsmConstants()
67 return !failed; in dvmCheckAsmConstants()
/dalvik/tests/
Drun-all-tests104 failed=0
113 ((failed += 1))
120 echo "failed: $failed test(s)"
/dalvik/tests/042-new-instance/
Dexpected.txt5 Cons LocalClass failed as expected
/dalvik/vm/mterp/x86-atom/
DOP_CONST_STRING.S61 cmp $$0, %eax # check if resolved string failed
62 je common_exceptionThrown # resolve failed; exception thrown
DOP_SPUT.S51 cmp $$0, %eax # check if initalization failed
53 je common_exceptionThrown # failed; handle exception
DOP_SPUT_WIDE.S62 cmp $$0, %eax # check if initalization failed
65 jmp common_exceptionThrown # failed; handle exception
DOP_SGET.S51 cmp $$0, %eax # check if initalization failed
53 je common_exceptionThrown # failed; handle exception
DOP_SGET_WIDE.S62 cmp $$0, %eax # check if initalization failed
65 jmp common_exceptionThrown # failed; handle exception
DOP_CONST_STRING_JUMBO.S63 cmp $$0, %eax # check if resolved string failed
64 je common_exceptionThrown # resolve failed; exception thrown
DOP_SPUT_OBJECT.S51 cmp $$0, %eax # check if initalization failed
53 je common_exceptionThrown # failed; handle exception
DOP_THROW_VERIFICATION_ERROR.S40 jmp common_exceptionThrown # failed; handle exception
/dalvik/vm/mterp/armv5te/
DOP_MONITOR_EXIT.S19 cmp r0, #0 @ failed?
DOP_CHECK_CAST.S41 cmp r0, #0 @ failed?
44 @ A cast has failed. We need to throw a ClassCastException.
DOP_INVOKE_INTERFACE.S25 cmp r0, #0 @ failed?
DOP_INVOKE_INTERFACE_JUMBO.S20 cmp r0, #0 @ failed?
DOP_CHECK_CAST_JUMBO.S40 cmp r0, #0 @ failed?
43 @ A cast has failed. We need to throw a ClassCastException.
DOP_NEW_ARRAY.S54 cmp r0, #0 @ failed?
DOP_NEW_ARRAY_JUMBO.S56 cmp r0, #0 @ failed?
/dalvik/vm/compiler/template/
Dgen-template.py381 failed = False variable
411 failed = True variable
423 sys.exit(failed)
/dalvik/vm/mterp/x86/
DOP_CONST_STRING.S31 testl %eax,%eax # failed?
DOP_CONST_STRING_JUMBO.S31 testl %eax,%eax # failed?
DOP_CONST_CLASS.S32 testl %eax,%eax # failed?
DOP_CONST_CLASS_JUMBO.S31 testl %eax,%eax # failed?

12