Searched refs:C_SCRATCH_1 (Results 1 – 6 of 6) sorted by relevance
/dalvik/vm/compiler/codegen/x86/ |
D | NcgAot.cpp | 44 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()
|
D | LowerReturn.cpp | 97 move_imm_to_reg(OpndSize_32, (int)funcPtr, C_SCRATCH_1, isScratchPhysical); in common_returnFromMethod() 99 unconditional_jump_reg(C_SCRATCH_1, isScratchPhysical); in common_returnFromMethod()
|
D | LowerHelper.cpp | 2021 updateRefCount2(C_SCRATCH_1, LowOpndRegType_gp, isScratchPhysical); in get_res_strings() 2022 updateRefCount2(C_SCRATCH_1, LowOpndRegType_gp, isScratchPhysical); in get_res_strings() 2035 get_self_pointer(C_SCRATCH_1, isScratchPhysical); in get_res_strings() 2036 …move_mem_to_reg(OpndSize_32, offsetof(Thread, interpSave.methodClassDex), C_SCRATCH_1, isScratchPh… in get_res_strings() 2057 get_self_pointer(C_SCRATCH_1, isScratchPhysical); in get_res_classes() 2058 …move_mem_to_reg(OpndSize_32, offsetof(Thread, interpSave.methodClassDex), C_SCRATCH_1, isScratchPh… in get_res_classes() 2082 get_self_pointer(C_SCRATCH_1, isScratchPhysical); in get_res_fields() 2083 …move_mem_to_reg(OpndSize_32, offsetof(Thread, interpSave.methodClassDex), C_SCRATCH_1, isScratchPh… in get_res_fields() 2107 get_self_pointer(C_SCRATCH_1, isScratchPhysical); in get_res_methods() 2108 …move_mem_to_reg(OpndSize_32, offsetof(Thread, interpSave.methodClassDex), C_SCRATCH_1, isScratchPh… in get_res_methods() [all …]
|
D | LowerJump.cpp | 1036 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()
|
D | Lower.h | 519 #define C_SCRATCH_1 scratchRegs[0] macro
|
D | AnalysisO1.cpp | 1924 get_self_pointer(C_SCRATCH_1, isScratchPhysical); 1925 int reg_self = registerAlloc(LowOpndRegType_scratch, C_SCRATCH_1, isScratchPhysical, false); 1939 get_self_pointer(C_SCRATCH_1, isScratchPhysical); 1940 int reg_self = registerAlloc(LowOpndRegType_scratch, C_SCRATCH_1, isScratchPhysical, false);
|