Searched refs:reg_self (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
H A DAnalysisO1.cpp1924 inline void loadFromSpillRegion_with_self(OpndSize size, int reg_self, bool selfPhysical, int reg, int offset) { argument
1927 getSpillLocDisp(offset), reg_self, selfPhysical,
1933 int reg_self = registerAlloc(LowOpndRegType_scratch, C_SCRATCH_1, isScratchPhysical, false); local
1936 getSpillLocDisp(offset), reg_self, true,
1948 int reg_self = registerAlloc(LowOpndRegType_scratch, C_SCRATCH_1, isScratchPhysical, false); local
1951 getSpillLocDisp(offset), reg_self, true,

Completed in 82 milliseconds