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

  /dalvik/vm/mterp/x86/
OP_INVOKE_STATIC.S 17 movl %edx, TMP_SPILL1(%ebp)
20 movl TMP_SPILL1(%ebp), %edx
40 movl TMP_SPILL1(%ebp), %edx
49 movl TMP_SPILL1(%ebp), %edx
59 movl TMP_SPILL1(%ebp), %edx
OP_INVOKE_INTERFACE.S 21 movl %eax, TMP_SPILL1(%ebp)
33 movl TMP_SPILL1(%ebp), %ecx
OP_INVOKE_SUPER_QUICK.S 22 movl %eax, TMP_SPILL1(%ebp)
27 movl TMP_SPILL1(%ebp), %ecx
OP_SGET.S 16 movl %ecx, TMP_SPILL1(%ebp)
19 movl TMP_SPILL1(%ebp), %ecx
OP_SPUT.S 16 movl %ecx, TMP_SPILL1(%ebp)
19 movl TMP_SPILL1(%ebp), %ecx
header.S 90 #define TMP_SPILL1 (-32)
113 #define SPILL_TMP1(reg) movl reg,TMP_SPILL1(%ebp)
114 #define UNSPILL_TMP1(reg) movl TMP_SPILL1(%ebp),reg
OP_SGET_WIDE.S 15 movl %ecx, TMP_SPILL1(%ebp)
18 movl TMP_SPILL1(%ebp), %ecx
OP_SPUT_OBJECT.S 14 movl %ecx, TMP_SPILL1(%ebp)
17 movl TMP_SPILL1(%ebp), %ecx
OP_SPUT_WIDE.S 16 movl %ecx, TMP_SPILL1(%ebp)
19 movl TMP_SPILL1(%ebp), %ecx
footer.S 509 movl %edx, TMP_SPILL1(%ebp) # spill self->interpStackEnd
513 cmp TMP_SPILL1(%ebp), %eax # compare interpStackEnd and bottom
772 movl %ebx, TMP_SPILL1(%ebp)
776 movl TMP_SPILL1(%ebp), %ebx
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-x86.S 97 #define TMP_SPILL1 (-32)
120 #define SPILL_TMP1(reg) movl reg,TMP_SPILL1(%ebp)
121 #define UNSPILL_TMP1(reg) movl TMP_SPILL1(%ebp),reg
    [all...]

Completed in 55 milliseconds