Searched refs:error (Results 1 - 18 of 18) sorted by relevance

/dalvik/vm/mterp/armv7-a/
H A Dplatform.S8 # error "Must define ANDROID_SMP"
/dalvik/vm/mterp/x86-atom/
H A DbinopD.S40 cmpl $$-1, %ecx # handle -1 special case divide error
42 cmpl $$0x80000000,%eax # handle min int special case divide error
H A DbinopD2addr.S42 cmpl $$-1, %ecx # handle -1 special case divide error
44 cmpl $$0x80000000,%eax # handle min int special case divide error
H A DbinopDLit16.S42 cmpl $$-1, %ecx # handle -1 special case divide error
44 cmpl $$0x80000000,%eax # handle min int special case divide error
H A DbinopDLit8.S41 cmpl $$-1, %ecx # handle -1 special case divide error
43 cmpl $$0x80000000,%eax # handle min int special case divide error
H A DOP_CHECK_CAST.S76 #error BIT ROT!!!
/dalvik/vm/jdwp/
H A DJdwpConstants.cpp24 * Return a string for the error code.
26 const char* dvmJdwpErrorStr(JdwpError error) argument
28 switch (error) {
H A DJdwpConstants.h83 const char* dvmJdwpErrorStr(JdwpError error);
H A DJdwpSocket.cpp551 u2 error;
562 error = read2BE(&buf);
580 * Handle a packet. Returns "false" if we encounter a connection-fatal error.
589 u2 error; local
602 error = read2BE(&buf);
655 * Returns "false" on error (indicating that the connection has been severed),
H A DJdwpAdb.cpp424 * Handle a packet. Returns "false" if we encounter a connection-fatal error.
433 u2 error; local
444 error = read2BE(&buf);
497 * Returns "false" on error (indicating that the connection has been severed),
/dalvik/vm/compiler/codegen/arm/armv5te/
H A DArchVariant.cpp110 #error armv5+smp not supported
/dalvik/vm/compiler/codegen/arm/armv5te-vfp/
H A DArchVariant.cpp110 #error armv5+smp not supported
/dalvik/vm/
H A DAtomic.cpp231 #error "Unsupported atomic operations for this platform"
/dalvik/vm/mterp/out/
H A DInterpAsm-x86-atom.S9205 cmpl $-1, %ecx # handle -1 special case divide error
9207 cmpl $0x80000000,%eax # handle min int special case divide error
9282 cmpl $-1, %ecx # handle -1 special case divide error
9284 cmpl $0x80000000,%eax # handle min int special case divide error
11192 cmpl $-1, %ecx # handle -1 special case divide error
11194 cmpl $0x80000000,%eax # handle min int special case divide error
11274 cmpl $-1, %ecx # handle -1 special case divide error
11276 cmpl $0x80000000,%eax # handle min int special case divide error
13206 cmpl $-1, %ecx # handle -1 special case divide error
13208 cmpl $0x80000000,%eax # handle min int special case divide error
[all...]
H A DInterpAsm-armv7-a-neon.S213 # error "Must define ANDROID_SMP"
7235 * Handle a throw-verification-error instruction. This throws an
7236 * exception for an error discovered during verification. The
H A DInterpAsm-armv7-a.S213 # error "Must define ANDROID_SMP"
7235 * Handle a throw-verification-error instruction. This throws an
7236 * exception for an error discovered during verification. The
/dalvik/dx/etc/
H A Djasmin.jarMETA-INF/ META-INF/MANIFEST.MF jas/ jas/AnnotDefAttr.class AnnotDefAttr.java package jas ...
/dalvik/libdex/
H A DDexSwapVerify.cpp35 # error "byte ordering not defined"
2939 * error for all other cases.

Completed in 568 milliseconds