Searched refs:OUT_ARG0 (Results 1 – 25 of 34) sorted by relevance
12
/dalvik/vm/mterp/x86/ |
D | OP_NEW_INSTANCE.S | 35 movl %ecx,OUT_ARG0(%esp) 53 movl %ecx,OUT_ARG0(%esp) 72 movl %ecx,OUT_ARG0(%esp) 89 movl $$.LstrInstantiationError,OUT_ARG0(%esp)
|
D | footer.S | 213 movl %ecx, OUT_ARG0(%esp) # push parameter pMterpGlue 233 movl %eax, OUT_ARG0(%esp) # push parameter self 258 movl %ecx,OUT_ARG0(%esp) # arg0<- GLUE 321 movl %eax,OUT_ARG0(%esp) 388 movl %ecx,OUT_ARG0(%esp) # glue in arg0 410 movl %eax,OUT_ARG0(%esp) 424 movl %eax,OUT_ARG0(%esp) 439 movl %eax,OUT_ARG0(%esp) 454 movl %eax,OUT_ARG0(%esp) 468 movl %eax,OUT_ARG0(%esp) [all …]
|
D | OP_CHECK_CAST.S | 41 movl %ecx,OUT_ARG0(%esp) 54 movl %eax,OUT_ARG0(%esp) # arg0<- message 75 movl %ecx,OUT_ARG0(%esp) # arg0<- method->clazz
|
D | OP_FILL_ARRAY_DATA.S | 9 movl %eax,OUT_ARG0(%esp)
|
D | stub.S | 5 movl %ecx,OUT_ARG0(%esp) # glue is first arg to function
|
D | OP_NEW_ARRAY.S | 43 movl %ecx,OUT_ARG0(%esp) 60 movl %ecx,OUT_ARG0(%esp)
|
D | OP_THROW_VERIFICATION_ERROR.S | 15 movl %ecx,OUT_ARG0(%esp) # arg0<- method
|
D | OP_PACKED_SWITCH.S | 18 movl %ecx,OUT_ARG0(%esp) # ARG0<- switchData
|
D | OP_MONITOR_EXIT.S | 21 movl %ecx,OUT_ARG0(%esp)
|
D | OP_MONITOR_ENTER.S | 20 movl %ecx,OUT_ARG0(%esp)
|
D | OP_INSTANCE_OF.S | 43 movl %eax,OUT_ARG0(%esp) 89 movl %ecx,OUT_ARG0(%esp) # arg0<- method->clazz
|
D | OP_INVOKE_STATIC.S | 24 movl %ecx,OUT_ARG0(%esp) # arg0<- clazz
|
D | OP_INVOKE_INTERFACE.S | 22 movl %eax,OUT_ARG0(%esp) # arg0<- class
|
D | OP_CONST_STRING.S | 32 movl %eax,OUT_ARG0(%esp)
|
D | OP_CONST_CLASS.S | 33 movl %eax,OUT_ARG0(%esp)
|
D | entry.S | 72 movl $$.LstrBadEntryPoint,OUT_ARG0(%esp)
|
D | OP_CONST_STRING_JUMBO.S | 32 movl %eax,OUT_ARG0(%esp)
|
D | OP_EXECUTE_INLINE.S | 44 movl %ecx,4+OUT_ARG0(%esp)
|
D | OP_SPUT.S | 38 movl %ecx,OUT_ARG0(%esp)
|
D | OP_SGET.S | 38 movl %ecx,OUT_ARG0(%esp)
|
D | OP_APUT_OBJECT.S | 35 movl %ecx,OUT_ARG0(%esp)
|
D | OP_DIV_LONG_2ADDR.S | 25 movl rPC,OUT_ARG0(%esp)
|
D | OP_INVOKE_DIRECT.S | 52 movl %ecx,OUT_ARG0(%esp)
|
D | OP_DIV_LONG.S | 19 movl rPC,OUT_ARG0(%esp)
|
/dalvik/vm/mterp/out/ |
D | InterpAsm-x86.S | 111 #define OUT_ARG0 ( 0) /* <- dvmMterpStdRun esp */ macro 710 movl %ecx,OUT_ARG0(%esp) 911 movl %eax,OUT_ARG0(%esp) 1015 movl %ecx,OUT_ARG0(%esp) # ARG0<- switchData 1046 movl %ecx,OUT_ARG0(%esp) # ARG0<- switchData 2882 movl %ecx,OUT_ARG0(%esp) # arg0<- clazz 2906 movl %eax,OUT_ARG0(%esp) # arg0<- class 3047 movl %ecx,OUT_ARG0(%esp) # arg0<- clazz 3073 movl %eax,OUT_ARG0(%esp) # arg0<- class 3980 movl rPC,OUT_ARG0(%esp) [all …]
|
12