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

/dalvik/vm/compiler/codegen/
H A DRallocUtil.cpp829 static inline int getDestSSAName(MIR *mir, int num) function
849 RegLocation loc = cUnit->regLocation[SREG(cUnit, getDestSSAName(mir, num))];
850 loc.fp = cUnit->regLocation[getDestSSAName(mir, num)].fp;
/dalvik/vm/compiler/codegen/mips/
H A DRallocUtil.cpp901 static inline int getDestSSAName(MIR *mir, int num) function
921 RegLocation loc = cUnit->regLocation[SREG(cUnit, getDestSSAName(mir, num))];
922 loc.fp = cUnit->regLocation[getDestSSAName(mir, num)].fp;

Completed in 79 milliseconds