Searched defs:SPILL_TMP1 (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/mterp/x86/
H A Dheader.S113 #define SPILL_TMP1(reg) movl reg,TMP_SPILL1(%ebp) define
/dalvik/vm/mterp/out/
H A DInterpAsm-x86.S120 #define SPILL_TMP1(reg) movl reg,TMP_SPILL1(%ebp) define
1072 SPILL_TMP1(%eax) # preserve new object
1092 SPILL_TMP1(%ecx) # save object
1150 SPILL_TMP1(%eax) # save array length
1236 SPILL_TMP1(rINST) # save copy, need "B" later
1367 SPILL_TMP1(rINST) # save copy, need "B" later
2470 SPILL_TMP1(%ecx) # save target address
2653 SPILL_TMP1(%ecx) # save obj pointer across call
2703 SPILL_TMP1(%ecx) # save objpointer across call
2758 SPILL_TMP1(
[all...]

Completed in 486 milliseconds