/dalvik/vm/mterp/x86/ |
OP_MOVE_EXCEPTION.S | 4 movl offThread_exception(%ecx),%eax # eax<- dvmGetException bypass 8 movl $$0,offThread_exception(%ecx) # dvmClearException bypass
|
OP_THROW.S | 12 movl %eax,offThread_exception(%ecx) # thread->exception<- obj
|
OP_INVOKE_OBJECT_INIT_RANGE.S | 34 movl offThread_exception(%ecx), %eax # eax<- self->exception
|
footer.S | 603 cmp $$0, offThread_exception(%eax) # check for exception 888 movl offThread_exception(%ecx), %edx # %edx <- self->exception 896 movl $$0, offThread_exception(%ecx) [all...] |
/dalvik/vm/mterp/armv5te/ |
OP_MOVE_EXCEPTION.S | 4 ldr r3, [rSELF, #offThread_exception] @ r3<- dvmGetException bypass 9 str r1, [rSELF, #offThread_exception] @ dvmClearException bypass
|
OP_THROW.S | 13 str r1, [rSELF, #offThread_exception] @ thread->exception<- obj
|
OP_INVOKE_OBJECT_INIT_RANGE.S | 29 ldr r0, [rSELF, #offThread_exception] @ r0<- self->exception
|
footer.S | 665 ldr r1, [rSELF, #offThread_exception] @ check for exception [all...] |
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_MONITOR_ENTER_DEBUG.S | 17 ldr r1, [rSELF, #offThread_exception]
|
TEMPLATE_INVOKE_METHOD_NATIVE.S | 64 ldr r1, [rSELF, #offThread_exception] @ check for exception
|
footer.S | 52 ldr r1, [rSELF, #offThread_exception] @ check for exception
|
/dalvik/vm/compiler/template/mips/ |
TEMPLATE_MONITOR_ENTER_DEBUG.S | 19 lw a1, offThread_exception(rSELF)
|
TEMPLATE_INVOKE_METHOD_NATIVE.S | 85 lw a1, offThread_exception(rSELF) # check for exception
|
header.S | 296 #define LOAD_offThread_exception(rd,rbase) LOAD_RB_OFF(rd,rbase,offThread_exception) 319 #define STORE_offThread_exception(rd,rbase) STORE_RB_OFF(rd,rbase,offThread_exception)
|
footer.S | 69 lw a1, offThread_exception(rSELF) # check for exception
|
/dalvik/vm/compiler/codegen/x86/ |
LowerMove.cpp | 141 move_mem_to_reg(OpndSize_32, offThread_exception, 2, false, 3, false); 142 move_imm_to_mem(OpndSize_32, 0, offThread_exception, 2, false);
|
Lower.h | 88 #define offThread_exception 68 [all...] |
/dalvik/vm/mterp/mips/ |
header.S | 237 #define LOAD_offThread_exception(rd, rbase) LOAD_RB_OFF(rd, rbase, offThread_exception) 260 #define STORE_offThread_exception(rd, rbase) STORE_RB_OFF(rd, rbase, offThread_exception)
|
footer.S | 691 lw a1, offThread_exception(rSELF) 836 lw rOBJ, offThread_exception(rSELF) 841 sw zero, offThread_exception(rSELF) 897 sw rOBJ, offThread_exception(rSELF) [all...] |
/dalvik/vm/mterp/common/ |
asm-constants.h | 177 MTERP_OFFSET(offThread_exception, Thread, exception, 68)
|
/dalvik/vm/compiler/template/out/ |
CompilerTemplateAsm-armv5te.S | 473 ldr r1, [rSELF, #offThread_exception] @ check for exception [all...] |
CompilerTemplateAsm-armv7-a-neon.S | 473 ldr r1, [rSELF, #offThread_exception] @ check for exception [all...] |
CompilerTemplateAsm-armv7-a.S | 473 ldr r1, [rSELF, #offThread_exception] @ check for exception [all...] |
CompilerTemplateAsm-mips.S | 303 #define LOAD_offThread_exception(rd,rbase) LOAD_RB_OFF(rd,rbase,offThread_exception) 326 #define STORE_offThread_exception(rd,rbase) STORE_RB_OFF(rd,rbase,offThread_exception) 856 lw a1, offThread_exception(rSELF) # check for exception [all...] |
CompilerTemplateAsm-armv5te-vfp.S | 473 ldr r1, [rSELF, #offThread_exception] @ check for exception [all...] |