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

  /dalvik/vm/mterp/x86/
OP_APUT_OBJECT.S 31 SPILL_TMP(%ecx)
OP_INVOKE_DIRECT.S 44 SPILL_TMP(%ecx)
header.S 108 #define SPILL_TMP(reg) movl reg,TMP_SPILL(%ebp)
OP_IGET.S 38 SPILL_TMP(%ecx) # save object pointer across call
OP_IGET_WIDE.S 36 SPILL_TMP(%ecx) # save object pointer across call
OP_INVOKE_SUPER.S 51 SPILL_TMP(%eax) # method->clazz
OP_IPUT.S 39 SPILL_TMP(%ecx) # save object pointer across call
OP_IPUT_WIDE.S 36 SPILL_TMP(%ecx) # save object pointer across call
OP_NEW_ARRAY.S 37 SPILL_TMP(%eax) # save array length
OP_NEW_INSTANCE.S 52 SPILL_TMP(%ecx) # save object
  /dalvik/vm/mterp/out/
InterpAsm-x86.S 115 #define SPILL_TMP(reg) movl reg,TMP_SPILL(%ebp)
    [all...]

Completed in 1207 milliseconds