Searched refs:failed (Results 1 - 25 of 40) sorted by relevance

12

/dalvik/dx/tests/
H A Drun-all-tests37 failed=0
46 ((failed += 1))
53 echo "failed: $failed test(s)"
56 echo "failed: $i"
/dalvik/vm/mterp/
H A DMterp.cpp31 bool failed = false; local
43 if (failed) {
71 return !failed;
/dalvik/tests/
H A Drun-all-tests104 failed=0
113 ((failed += 1))
120 echo "failed: $failed test(s)"
123 echo "failed: $i"
/dalvik/vm/mterp/armv5te/
H A DOP_INVOKE_INTERFACE.S25 cmp r0, #0 @ failed?
H A DOP_MONITOR_EXIT.S19 cmp r0, #0 @ failed?
H A DOP_CHECK_CAST.S33 * Trivial test failed, need to perform full check. This is common.
41 cmp r0, #0 @ failed?
44 @ A cast has failed. We need to throw a ClassCastException.
H A DOP_CONST_CLASS.S30 cmp r0, #0 @ failed?
H A DOP_CONST_STRING.S29 cmp r0, #0 @ failed?
H A DOP_CONST_STRING_JUMBO.S31 cmp r0, #0 @ failed?
H A DOP_NEW_ARRAY.S54 cmp r0, #0 @ failed?
/dalvik/vm/mterp/mips/
H A DOP_INVOKE_INTERFACE.S26 # failed?
H A DOP_INVOKE_INTERFACE_JUMBO.S23 # failed?
H A DOP_MONITOR_EXIT.S19 # failed?
H A DOP_CHECK_CAST.S32 * Trivial test failed, need to perform full check. This is common.
40 # failed?
46 # A cast has failed. We need to throw a ClassCastException with the
47 # class of the object that failed to be cast.
H A DOP_CHECK_CAST_JUMBO.S33 * Trivial test failed, need to perform full check. This is common.
41 # failed?
49 # A cast has failed. We need to throw a ClassCastException with the
50 # class of the object that failed to be cast.
H A DOP_CONST_CLASS.S23 # failed==0?
H A DOP_CONST_CLASS_JUMBO.S26 # failed==0?
H A DOP_CONST_STRING.S22 # failed?
H A DOP_CONST_STRING_JUMBO.S25 # failed?
H A Dbincmp.S15 b${revcmp} a2, a3, 1f # branch to 1 if comparison failed
H A Dzcmp.S14 b${revcmp} a2, zero, 1f # branch to 1 if comparison failed
H A DOP_NEW_ARRAY.S34 # failed?
/dalvik/vm/mterp/x86/
H A DOP_CONST_CLASS.S32 testl %eax,%eax # failed?
H A DOP_CONST_STRING.S31 testl %eax,%eax # failed?
H A DOP_CONST_STRING_JUMBO.S31 testl %eax,%eax # failed?

Completed in 189 milliseconds

12