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

  /dalvik/vm/mterp/x86/
OP_APUT_OBJECT.S 38 UNSPILL_TMP(%ecx)
OP_INVOKE_DIRECT.S 54 UNSPILL_TMP(%ecx)
header.S 109 #define UNSPILL_TMP(reg) movl TMP_SPILL(%ebp),reg
OP_IGET.S 41 UNSPILL_TMP(%ecx)
OP_IGET_WIDE.S 39 UNSPILL_TMP(%ecx)
OP_INVOKE_SUPER.S 61 UNSPILL_TMP(%eax) # restore method->clazz
OP_IPUT.S 42 UNSPILL_TMP(%ecx)
OP_IPUT_WIDE.S 39 UNSPILL_TMP(%ecx)
OP_NEW_ARRAY.S 48 UNSPILL_TMP(%eax)
OP_NEW_INSTANCE.S 55 UNSPILL_TMP(%ecx) # restore object
  /dalvik/vm/mterp/out/
InterpAsm-x86.S 116 #define UNSPILL_TMP(reg) movl TMP_SPILL(%ebp),reg
    [all...]

Completed in 213 milliseconds