Searched refs:failed (Results 1 – 25 of 44) sorted by relevance
12
/dalvik/tests/080-oom-throw/ |
D | expected.txt | 1 Array allocation failed 2 Instance allocation failed
|
/dalvik/dx/tests/ |
D | run-all-tests | 37 failed=0 46 ((failed += 1)) 53 echo "failed: $failed test(s)"
|
/dalvik/vm/mterp/ |
D | Mterp.cpp | 31 bool failed = false; in dvmCheckAsmConstants() local 43 if (failed) { in dvmCheckAsmConstants() 67 return !failed; in dvmCheckAsmConstants()
|
/dalvik/tests/ |
D | run-all-tests | 104 failed=0 113 ((failed += 1)) 120 echo "failed: $failed test(s)"
|
/dalvik/tests/042-new-instance/ |
D | expected.txt | 5 Cons LocalClass failed as expected
|
/dalvik/vm/mterp/x86-atom/ |
D | OP_CONST_STRING.S | 61 cmp $$0, %eax # check if resolved string failed 62 je common_exceptionThrown # resolve failed; exception thrown
|
D | OP_SPUT.S | 51 cmp $$0, %eax # check if initalization failed 53 je common_exceptionThrown # failed; handle exception
|
D | OP_SPUT_WIDE.S | 62 cmp $$0, %eax # check if initalization failed 65 jmp common_exceptionThrown # failed; handle exception
|
D | OP_SGET.S | 51 cmp $$0, %eax # check if initalization failed 53 je common_exceptionThrown # failed; handle exception
|
D | OP_SGET_WIDE.S | 62 cmp $$0, %eax # check if initalization failed 65 jmp common_exceptionThrown # failed; handle exception
|
D | OP_CONST_STRING_JUMBO.S | 63 cmp $$0, %eax # check if resolved string failed 64 je common_exceptionThrown # resolve failed; exception thrown
|
D | OP_SPUT_OBJECT.S | 51 cmp $$0, %eax # check if initalization failed 53 je common_exceptionThrown # failed; handle exception
|
D | OP_THROW_VERIFICATION_ERROR.S | 40 jmp common_exceptionThrown # failed; handle exception
|
/dalvik/vm/mterp/armv5te/ |
D | OP_MONITOR_EXIT.S | 19 cmp r0, #0 @ failed?
|
D | OP_CHECK_CAST.S | 41 cmp r0, #0 @ failed? 44 @ A cast has failed. We need to throw a ClassCastException.
|
D | OP_INVOKE_INTERFACE.S | 25 cmp r0, #0 @ failed?
|
D | OP_INVOKE_INTERFACE_JUMBO.S | 20 cmp r0, #0 @ failed?
|
D | OP_CHECK_CAST_JUMBO.S | 40 cmp r0, #0 @ failed? 43 @ A cast has failed. We need to throw a ClassCastException.
|
D | OP_NEW_ARRAY.S | 54 cmp r0, #0 @ failed?
|
D | OP_NEW_ARRAY_JUMBO.S | 56 cmp r0, #0 @ failed?
|
/dalvik/vm/compiler/template/ |
D | gen-template.py | 381 failed = False variable 411 failed = True variable 423 sys.exit(failed)
|
/dalvik/vm/mterp/x86/ |
D | OP_CONST_STRING.S | 31 testl %eax,%eax # failed?
|
D | OP_CONST_STRING_JUMBO.S | 31 testl %eax,%eax # failed?
|
D | OP_CONST_CLASS.S | 32 testl %eax,%eax # failed?
|
D | OP_CONST_CLASS_JUMBO.S | 31 testl %eax,%eax # failed?
|
12