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

/dalvik/vm/compiler/codegen/
H A DRallocUtil.cpp302 static RegisterInfo *allocLiveBody(RegisterInfo *p, int numTemps, int sReg) function
322 res = allocLiveBody(cUnit->regPool->FPTemps,
328 res = allocLiveBody(cUnit->regPool->coreTemps,
332 res = allocLiveBody(cUnit->regPool->FPTemps,
/dalvik/vm/compiler/codegen/mips/
H A DRallocUtil.cpp303 static RegisterInfo *allocLiveBody(RegisterInfo *p, int numTemps, int sReg) function
323 res = allocLiveBody(cUnit->regPool->FPTemps,
329 res = allocLiveBody(cUnit->regPool->coreTemps,
333 res = allocLiveBody(cUnit->regPool->FPTemps,

Completed in 59 milliseconds