Searched refs:P_SCRATCH_4 (Results 1 – 1 of 1) sorted by relevance
/dalvik/vm/compiler/codegen/x86/ |
D | LowerInvoke.cpp | 529 #define P_SCRATCH_4 PhysicalReg_ESI macro 602 #undef P_SCRATCH_4 612 #define P_SCRATCH_4 PhysicalReg_EDX macro 703 #undef P_SCRATCH_4 716 #define P_SCRATCH_4 PhysicalReg_EDX macro 807 …move_mem_to_reg(OpndSize_32, offMethod_clazz, PhysicalReg_ECX, true, P_SCRATCH_4, true); //get met… in common_invokeArgsDone() 808 …move_mem_to_reg(OpndSize_32, offClassObject_pDvmDex, P_SCRATCH_4, true, P_SCRATCH_4, true); //get … in common_invokeArgsDone() 812 …move_reg_to_mem(OpndSize_32, P_SCRATCH_4, true, offsetof(Thread, interpSave.methodClassDex), P_GPR… in common_invokeArgsDone() 940 #undef P_SCRATCH_4 950 #define P_SCRATCH_4 PhysicalReg_EDX macro [all …]
|