/dalvik/vm/compiler/codegen/x86/ |
LowerReturn.cpp | 29 //4 GPRs and scratch registers used in get_self_pointer, set_glue_method and set_glue_dvmdex 47 get_self_pointer(2, false); 56 get_self_pointer(3, false);
|
LowerMove.cpp | 140 get_self_pointer(2, false);
|
LowerInvoke.cpp | 779 get_self_pointer(P_SCRATCH_3, true); 810 get_self_pointer(P_GPR_1, true); [all...] |
LowerHelper.cpp | 2009 int get_self_pointer(int reg, bool isPhysical) { function [all...] |
LowerJump.cpp | [all...] |
LowerGetPut.cpp | 419 get_self_pointer(PhysicalReg_SCRATCH_6, isScratchPhysical); 429 get_self_pointer(PhysicalReg_SCRATCH_2, isScratchPhysical); 436 get_self_pointer(PhysicalReg_SCRATCH_2, false/*isPhysical*/);
|
LowerObject.cpp | 208 //get_self_pointer is separated 211 get_self_pointer(3, false);
|
Lower.h | 801 int get_self_pointer(int reg, bool isPhysical); [all...] |
AnalysisO1.cpp | [all...] |