/dalvik/vm/compiler/codegen/x86/ |
LowerInvoke.cpp | [all...] |
/dalvik/vm/mterp/out/ |
InterpAsm-armv5te-vfp.S | 566 ldr r3, [rSELF, #offThread_exception] @ r3<- dvmGetException bypass 571 str r1, [rSELF, #offThread_exception] @ dvmClearException bypass [all...] |
InterpAsm-armv5te.S | 566 ldr r3, [rSELF, #offThread_exception] @ r3<- dvmGetException bypass 571 str r1, [rSELF, #offThread_exception] @ dvmClearException bypass [all...] |
InterpAsm-armv7-a-neon.S | 578 ldr r3, [rSELF, #offThread_exception] @ r3<- dvmGetException bypass 583 str r1, [rSELF, #offThread_exception] @ dvmClearException bypass [all...] |
InterpAsm-armv7-a.S | 578 ldr r3, [rSELF, #offThread_exception] @ r3<- dvmGetException bypass 583 str r1, [rSELF, #offThread_exception] @ dvmClearException bypass [all...] |
InterpAsm-x86.S | 512 movl offThread_exception(%ecx),%eax # eax<- dvmGetException bypass 516 movl $0,offThread_exception(%ecx) # dvmClearException bypass [all...] |
InterpAsm-mips.S | 244 #define LOAD_offThread_exception(rd, rbase) LOAD_RB_OFF(rd, rbase, offThread_exception) 267 #define STORE_offThread_exception(rd, rbase) STORE_RB_OFF(rd, rbase, offThread_exception) [all...] |