HomeSort by relevance Sort by last modified time
    Searched refs:OUT_ARG2 (Results 1 - 18 of 18) sorted by null

  /dalvik/vm/mterp/x86/
OP_THROW_VERIFICATION_ERROR.S 12 movl %eax,OUT_ARG2(%esp) # arg2<- BBBB
alt_stub.S 17 movl %eax, OUT_ARG2(%esp)
OP_CONST_CLASS.S 24 movl $$1,OUT_ARG2(%esp) # true
OP_INVOKE_INTERFACE.S 28 movl %ecx,OUT_ARG2(%esp) # arg2<- method
OP_NEW_ARRAY.S 38 movl $$0,OUT_ARG2(%esp)
56 movl $$ALLOC_DONT_TRACK,OUT_ARG2(%esp)
OP_DIV_LONG.S 9 movl rIBASE,OUT_ARG2(%esp)
OP_DIV_LONG_2ADDR.S 10 movl rIBASE,OUT_ARG2(%esp)
OP_INVOKE_DIRECT.S 46 movl $$METHOD_DIRECT,OUT_ARG2(%esp)
OP_INVOKE_VIRTUAL.S 26 movl $$METHOD_VIRTUAL,OUT_ARG2(%esp) # arg2<- flags
OP_CHECK_CAST.S 69 movl $$0,OUT_ARG2(%esp) # arg2<- false
OP_INSTANCE_OF.S 78 movl $$1,OUT_ARG2(%esp) # arg2<- true
OP_INVOKE_STATIC.S 34 movl %eax,OUT_ARG2(%esp) # arg2<- flags
OP_INVOKE_SUPER.S 54 movl $$METHOD_VIRTUAL,OUT_ARG2(%esp) # arg2<- resolver method type
header.S 99 #define OUT_ARG2 ( 8)
OP_EXECUTE_INLINE.S 60 movl %ecx,4+OUT_ARG2(%esp)
OP_NEW_INSTANCE.S 99 movl $$0,OUT_ARG2(%esp)
footer.S 594 movl %eax, OUT_ARG2(%esp) # push parameter methodToCall
621 movl rFP, OUT_ARG2(%esp)
629 movl %eax, OUT_ARG2(%esp) # push parameter methodToCall
638 movl rFP, OUT_ARG2(%esp)
922 movl %edx, OUT_ARG2(%esp) # Arg 2 = exception
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-x86.S 106 #define OUT_ARG2 ( 8)
768 movl $1,OUT_ARG2(%esp) # true
899 movl $0,OUT_ARG2(%esp) # arg2<- false
982 movl $1,OUT_ARG2(%esp) # arg2<- true
    [all...]

Completed in 6170 milliseconds