Home
last modified time | relevance | path

Searched refs:C_SCRATCH_1 (Results 1 – 6 of 6) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
DNcgAot.cpp44 move_imm_to_reg(OpndSize_32, (int)funcPtr, C_SCRATCH_1, isScratchPhysical); in jumpToInterpNoChain()
46 unconditional_jump_reg(C_SCRATCH_1, isScratchPhysical); in jumpToInterpNoChain()
55 move_imm_to_reg(OpndSize_32, (int)funcPtr, C_SCRATCH_1, isScratchPhysical); in jumpToInterpPunt()
57 unconditional_jump_reg(C_SCRATCH_1, isScratchPhysical); in jumpToInterpPunt()
73 move_imm_to_reg(OpndSize_32, (int)funcPtr, C_SCRATCH_1, isScratchPhysical); in jumpToExceptionThrown()
74 unconditional_jump_reg(C_SCRATCH_1, isScratchPhysical); in jumpToExceptionThrown()
90 move_imm_to_reg(OpndSize_32, (int)funcPtr, C_SCRATCH_1, isScratchPhysical); in invokeInterpreter()
92 unconditional_jump_reg(C_SCRATCH_1, isScratchPhysical); in invokeInterpreter()
102 move_imm_to_reg(OpndSize_32, (int)funcPtr, C_SCRATCH_1, isScratchPhysical); in callFuncPtr()
103 call_reg(C_SCRATCH_1, isScratchPhysical); in callFuncPtr()
DLowerReturn.cpp97 move_imm_to_reg(OpndSize_32, (int)funcPtr, C_SCRATCH_1, isScratchPhysical); in common_returnFromMethod()
103 unconditional_jump_reg(C_SCRATCH_1, isScratchPhysical); in common_returnFromMethod()
DLowerHelper.cpp2022 updateRefCount2(C_SCRATCH_1, LowOpndRegType_gp, isScratchPhysical); in get_res_strings()
2023 updateRefCount2(C_SCRATCH_1, LowOpndRegType_gp, isScratchPhysical); in get_res_strings()
2036 get_self_pointer(C_SCRATCH_1, isScratchPhysical); in get_res_strings()
2037 …move_mem_to_reg(OpndSize_32, offsetof(Thread, interpSave.methodClassDex), C_SCRATCH_1, isScratchPh… in get_res_strings()
2058 get_self_pointer(C_SCRATCH_1, isScratchPhysical); in get_res_classes()
2059 …move_mem_to_reg(OpndSize_32, offsetof(Thread, interpSave.methodClassDex), C_SCRATCH_1, isScratchPh… in get_res_classes()
2083 get_self_pointer(C_SCRATCH_1, isScratchPhysical); in get_res_fields()
2084 …move_mem_to_reg(OpndSize_32, offsetof(Thread, interpSave.methodClassDex), C_SCRATCH_1, isScratchPh… in get_res_fields()
2108 get_self_pointer(C_SCRATCH_1, isScratchPhysical); in get_res_methods()
2109 …move_mem_to_reg(OpndSize_32, offsetof(Thread, interpSave.methodClassDex), C_SCRATCH_1, isScratchPh… in get_res_methods()
[all …]
DLowerJump.cpp1036 move_imm_to_reg(OpndSize_32, (int)funcPtr, C_SCRATCH_1, isScratchPhysical); in common_exceptionThrown()
1037 unconditional_jump_reg(C_SCRATCH_1, isScratchPhysical); in common_exceptionThrown()
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()
DLower.h519 #define C_SCRATCH_1 scratchRegs[0] macro
DAnalysisO1.cpp1932 get_self_pointer(C_SCRATCH_1, isScratchPhysical);
1933 int reg_self = registerAlloc(LowOpndRegType_scratch, C_SCRATCH_1, isScratchPhysical, false);
1947 get_self_pointer(C_SCRATCH_1, isScratchPhysical);
1948 int reg_self = registerAlloc(LowOpndRegType_scratch, C_SCRATCH_1, isScratchPhysical, false);