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

/dalvik/vm/compiler/codegen/
H A DRallocUtil.cpp83 static RegisterInfo *getRegInfo(CompilationUnit *cUnit, int reg) function
107 RegisterInfo *info1 = getRegInfo(cUnit, reg1);
108 RegisterInfo *info2 = getRegInfo(cUnit, reg2);
126 RegisterInfo *info = getRegInfo(cUnit, reg);
439 RegisterInfo *p = getRegInfo(cUnit, reg);
469 RegisterInfo *p = getRegInfo(cUnit, rl.lowReg);
485 RegisterInfo *p = getRegInfo(cUnit, rl.lowReg);
496 RegisterInfo *infoLo = getRegInfo(cUnit, rl.lowReg);
497 RegisterInfo *infoHi = getRegInfo(cUnit, rl.highReg);
527 RegisterInfo *p = getRegInfo(cUni
[all...]
/dalvik/vm/compiler/codegen/mips/
H A DRallocUtil.cpp85 static RegisterInfo *getRegInfo(CompilationUnit *cUnit, int reg) function
109 RegisterInfo *info1 = getRegInfo(cUnit, reg1);
110 RegisterInfo *info2 = getRegInfo(cUnit, reg2);
128 RegisterInfo *info = getRegInfo(cUnit, reg);
505 RegisterInfo *p = getRegInfo(cUnit, reg);
535 RegisterInfo *p = getRegInfo(cUnit, rl.lowReg);
551 RegisterInfo *p = getRegInfo(cUnit, rl.lowReg);
562 RegisterInfo *infoLo = getRegInfo(cUnit, rl.lowReg);
563 RegisterInfo *infoHi = getRegInfo(cUnit, rl.highReg);
599 RegisterInfo *p = getRegInfo(cUni
[all...]

Completed in 122 milliseconds