/dalvik/vm/compiler/codegen/x86/ |
D | LowerReturn.cpp | 51 …move_mem_to_reg(OpndSize_32, -sizeofStackSaveArea+offStackSaveArea_prevFrame, PhysicalReg_FP, true… in common_returnFromMethod() 53 …move_mem_to_reg(OpndSize_32, -sizeofStackSaveArea+offStackSaveArea_method, PhysicalReg_FP, true, 6… in common_returnFromMethod() 60 move_mem_to_reg(OpndSize_32, offMethod_clazz, 6, false, 14, false); in common_returnFromMethod() 64 move_mem_to_reg(OpndSize_32, offClassObject_pDvmDex, 14, false, 7, false); in common_returnFromMethod() 68 …move_mem_to_reg(OpndSize_32, -sizeofStackSaveArea+offStackSaveArea_returnAddr, 10, false, Physical… in common_returnFromMethod() 72 …move_mem_to_reg(OpndSize_32, -sizeofStackSaveArea+offStackSaveArea_savedPc, 10, false, PhysicalReg… in common_returnFromMethod()
|
D | LowerInvoke.cpp | 97 move_mem_to_reg(OpndSize_32, offObject_clazz, 5, false, 6, false); //clazz of "this" in common_invoke_virtual_nohelper() 98 move_mem_to_reg(OpndSize_32, offClassObject_vtable, 6, false, 7, false); //vtable in common_invoke_virtual_nohelper() 102 move_mem_to_reg(OpndSize_32, methodIndex*4, 7, false, PhysicalReg_ECX, true); in common_invoke_virtual_nohelper() 173 …move_mem_to_reg(OpndSize_32, offMethod_name, PhysicalReg_EAX, true, PhysicalReg_EDX, true); //meth… in invoke_super_nsm() 292 move_mem_to_reg(OpndSize_32, offObject_clazz, 1, false, 5, false); in common_invoke_interface() 681 move_mem_to_reg(OpndSize_32, 0, 12, false, 14, false); in common_invokeMethodRange_noJmp() 732 move_mem_to_reg(OpndSize_32, 0, PhysicalReg_ESP, true, reg, isPhysical); in unspill_reg() 795 move_mem_to_reg(OpndSize_32, 4, PhysicalReg_ESP, true, in common_invokeArgsDone() 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() [all …]
|
D | LowerGetPut.cpp | 365 move_mem_to_reg(OpndSize_32, offObject_clazz, 4, false, 5, false); in op_aput_object() 368 move_mem_to_reg(OpndSize_32, offObject_clazz, 1, false, 6, false); in op_aput_object() 420 …move_mem_to_reg(OpndSize_32, offsetof(Thread, cardTable), PhysicalReg_SCRATCH_6, isScratchPhysical… in markCard() 430 …move_mem_to_reg(OpndSize_32, offsetof(Thread, cardTable), PhysicalReg_SCRATCH_2, isScratchPhysical… in markCard_notNull() 437 …move_mem_to_reg(OpndSize_32, offsetof(Thread, cardTable), PhysicalReg_SCRATCH_2, isScratchPhysical… in markCard_filled() 684 …move_mem_to_reg(OpndSize_32, offStaticField_value, PhysicalReg_EAX, true, 7, false); //access field in sget_sput_common() 702 …move_mem_to_reg(OpndSize_64, offStaticField_value, PhysicalReg_EAX, true, 1, false); //access field in sget_sput_common() 710 move_mem_to_reg(OpndSize_32, offField_clazz, PhysicalReg_EAX, true, 12, false); in sget_sput_common() 850 move_mem_to_reg(OpndSize_32, tmp, 1, false, 2, false); in op_iget_quick() 871 move_mem_to_reg(OpndSize_64, tmp, 1, false, 1, false); in op_iget_wide_quick()
|
D | LowerJump.cpp | 1057 …move_mem_to_reg(OpndSize_32, offObject_clazz, obj_reg, isPhysical, C_SCRATCH_1, isScratchPhysical); in throw_exception_message() 1058 …move_mem_to_reg(OpndSize_32, offClassObject_descriptor, C_SCRATCH_1, isScratchPhysical, C_SCRATCH_… in throw_exception_message() 1431 …move_mem_to_reg(OpndSize_32, offsetof(Thread, suspendCount), PhysicalReg_ECX, true, PhysicalReg_EA… in common_periodicChecks4() 1445 move_mem_to_reg(OpndSize_32, offGlue_pSelfSuspendCount, PhysicalReg_Glue, true, P_GPR_1, true); in common_periodicChecks4() 1446 move_mem_to_reg(OpndSize_32, offGlue_pIntoDebugger, PhysicalReg_Glue, true, P_GPR_2, true); in common_periodicChecks4() 1466 move_mem_to_reg(OpndSize_32, offGlue_method, PhysicalReg_Glue, true, P_GPR_1, true); in common_periodicChecks4() 1467 move_mem_to_reg(OpndSize_32, offMethod_insns_bytecode, P_GPR_1, true, P_GPR_2, true); in common_periodicChecks4() 1534 …move_mem_to_reg(OpndSize_32, offsetof(Thread, interpSave.bailPtr), PhysicalReg_EAX, true, Physical… in common_gotoBail() 1538 move_mem_to_reg(OpndSize_32, -4, PhysicalReg_EBP, true, PhysicalReg_EDI, true); in common_gotoBail() 1539 move_mem_to_reg(OpndSize_32, -8, PhysicalReg_EBP, true, PhysicalReg_ESI, true); in common_gotoBail() [all …]
|
D | LowerObject.cpp | 67 move_mem_to_reg(OpndSize_32, tmp*4, 4, false, PhysicalReg_EAX, true); in check_cast_nohelper() 90 move_mem_to_reg(OpndSize_32, offObject_clazz, 1, false, 6, false); //object->clazz in check_cast_nohelper() 304 move_mem_to_reg(OpndSize_32, offArrayObject_length, 1, false, 2, false); in op_array_length() 372 move_mem_to_reg(OpndSize_32, 4, PhysicalReg_ESP, true, PhysicalReg_EAX, true); in new_instance_needinit() 450 move_mem_to_reg(OpndSize_32, tmp*4, 3, false, PhysicalReg_EAX, true); in common_filled_new_array() 461 move_mem_to_reg(OpndSize_32, 24, PhysicalReg_EAX, true, 5, false); in common_filled_new_array() 587 move_mem_to_reg(OpndSize_32, 0, 7, false, 10, false); in op_filled_new_array_range()
|
D | LowerMove.cpp | 141 move_mem_to_reg(OpndSize_32, offThread_exception, 2, false, 3, false); in op_move_exception()
|
D | LowerHelper.cpp | 1449 LowOpRegMem* move_mem_to_reg(OpndSize size, in move_mem_to_reg() function 1887 …move_mem_to_reg(OpndSize_32, -sizeofStackSaveArea+offStackSaveArea_localRefTop, PhysicalReg_FP, tr… in get_currentpc() 2010 move_mem_to_reg(OpndSize_32, offEBP_self, PhysicalReg_EBP, true, reg, isPhysical); in get_self_pointer() 2037 …move_mem_to_reg(OpndSize_32, offsetof(Thread, interpSave.methodClassDex), C_SCRATCH_1, isScratchPh… in get_res_strings() 2040 …move_mem_to_reg(OpndSize_32, offDvmDex_pResStrings, C_SCRATCH_2, isScratchPhysical, reg, isPhysica… in get_res_strings() 2059 …move_mem_to_reg(OpndSize_32, offsetof(Thread, interpSave.methodClassDex), C_SCRATCH_1, isScratchPh… in get_res_classes() 2062 …move_mem_to_reg(OpndSize_32, offDvmDex_pResClasses, C_SCRATCH_2, isScratchPhysical, reg, isPhysica… in get_res_classes() 2084 …move_mem_to_reg(OpndSize_32, offsetof(Thread, interpSave.methodClassDex), C_SCRATCH_1, isScratchPh… in get_res_fields() 2087 …move_mem_to_reg(OpndSize_32, offDvmDex_pResFields, C_SCRATCH_2, isScratchPhysical, reg, isPhysical… in get_res_fields() 2109 …move_mem_to_reg(OpndSize_32, offsetof(Thread, interpSave.methodClassDex), C_SCRATCH_1, isScratchPh… in get_res_methods() [all …]
|
D | NcgAot.cpp | 177 move_mem_to_reg(size, dataAddr, PhysicalReg_Null, true, reg, isPhysical); in load_global_data_API()
|
D | CodegenInterface.cpp | 881 move_mem_to_reg(OpndSize_32, offObject_clazz, PhysicalReg_EBX, true, PhysicalReg_EAX, true); in genValidationForPredictedInline() 887 move_mem_to_reg(OpndSize_32, offObject_clazz, 5, false, 6, false); in genValidationForPredictedInline()
|
D | Lower.cpp | 356 move_mem_to_reg(OpndSize_32, 0, PhysicalReg_ESP, true, PhysicalReg_EDX, true); in initGlobalMethods()
|
D | Lower.h | 719 LowOpRegMem* move_mem_to_reg(OpndSize size,
|